]> SALOME platform Git repositories - modules/yacs.git/blob - src/KernelHelpers/Test/Makefile.am
Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/yacs.git] / src / KernelHelpers / Test / Makefile.am
1 # Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 # This library is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU Lesser General Public
8 # License as published by the Free Software Foundation; either
9 # version 2.1 of the License.
10 #
11 # This library is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 # Lesser General Public License for more details.
15 #
16 # You should have received a copy of the GNU Lesser General Public
17 # License along with this library; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22
23 # Author: Guillaume Boulant (EDF/R&D)
24
25 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
26
27 lib_LTLIBRARIES = libSalomeKernelHelpersTest.la
28
29 salomeinclude_HEADERS = KernelHelpersUnitTests.hxx
30
31 dist_libSalomeKernelHelpersTest_la_SOURCES = KernelHelpersUnitTests.cxx
32
33 OMNIORB_CXXFLAGS=@OMNIORB_CXXFLAGS@ @OMNIORB_INCLUDES@
34 OMNIORB_LIBS=@OMNIORB_LIBS@
35
36 libSalomeKernelHelpersTest_la_CXXFLAGS =      \
37         @CPPUNIT_INCLUDES@                    \
38         $(OMNIORB_CXXFLAGS)                   \
39         -I$(top_srcdir)/src/Basics/Test       \
40         -I$(srcdir)/..                        \
41         -I$(top_srcdir)/src/NamingService     \
42         -I$(top_srcdir)/src/SALOMELocalTrace  \
43         -I$(top_srcdir)/src/Basics            \
44         -I$(top_srcdir)/src/Utils             \
45         -I$(top_srcdir)/src/LifeCycleCORBA    \
46         -I$(top_srcdir)/src/Container         \
47         -I$(top_srcdir)/src/Notification      \
48         -I$(top_srcdir)/src/GenericObj        \
49         -I$(top_builddir)/idl
50
51
52 libSalomeKernelHelpersTest_la_LIBADD   =                            \
53         @CPPUNIT_LIBS@                                              \
54         ../libSalomeKernelHelpers.la                            \
55         $(OMNIORB_LIBS)                                             \
56         $(top_builddir)/src/NamingService/libSalomeNS.la            \
57         $(top_builddir)/src/SALOMELocalTrace/libSALOMELocalTrace.la \
58         $(top_builddir)/src/Basics/libSALOMEBasics.la     \
59         $(top_builddir)/src/Utils/libOpUtil.la            \
60         $(top_builddir)/src/LifeCycleCORBA/libSalomeLifeCycleCORBA.la \
61         $(top_builddir)/src/Container/libSalomeContainer.la \
62         $(top_builddir)/src/Notification/libSalomeNotification.la \
63         $(top_builddir)/src/GenericObj/libSalomeGenericObj.la \
64         $(top_builddir)/idl/libSalomeIDLKernel.la
65
66
67 bin_PROGRAMS = TestKernelHelpers
68
69 TestKernelHelpers_SOURCES = TestKernelHelpers.cxx
70
71 TestKernelHelpers_CXXFLAGS = $(libSalomeKernelHelpersTest_la_CXXFLAGS)
72 TestKernelHelpers_LDADD    = $(libSalomeKernelHelpersTest_la_LIBADD) libSalomeKernelHelpersTest.la
73
74 dist_salomescript_PYTHON = TestKernelHelpers.py
75 UNIT_TEST_PROG = TestKernelHelpers