]> SALOME platform Git repositories - modules/kernel.git/blob - src/UnitTests/Makefile.in
Salome HOME
Update version to 3.2.0a1
[modules/kernel.git] / src / UnitTests / Makefile.in
1 #
2 #  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
3 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
4
5 #  This library is free software; you can redistribute it and/or 
6 #  modify it under the terms of the GNU Lesser General Public 
7 #  License as published by the Free Software Foundation; either 
8 #  version 2.1 of the License. 
9
10 #  This library is distributed in the hope that it will be useful, 
11 #  but WITHOUT ANY WARRANTY; without even the implied warranty of 
12 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
13 #  Lesser General Public License for more details. 
14
15 #  You should have received a copy of the GNU Lesser General Public 
16 #  License along with this library; if not, write to the Free Software 
17 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
18
19 #  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
20 #
21 #
22 #
23 #  File   : Makefile.in
24 #  Author : Paul RASCLE (EDF)
25 #  Module : SALOME
26 #  $Header$
27
28 top_srcdir=@top_srcdir@
29 top_builddir=../..
30 srcdir=@srcdir@
31 VPATH=.:@srcdir@:@top_srcdir@/idl
32
33
34 @COMMENCE@
35
36 # header files  
37 EXPORT_HEADERS= 
38
39 EXPORT_PYSCRIPTS = UnitTests.py
40
41 # Libraries targets
42
43 LIB = 
44 LIB_SRC =
45
46 # Executables targets
47
48 BIN = UnitTests
49 BIN_SRC = 
50 BIN_CLIENT_IDL = SALOME_Component.idl SALOME_TestComponent.idl \
51                  SALOME_Exception.idl nstest.idl
52
53 CXXFLAGS += @CPPUNIT_INCLUDES@
54 CPPFLAGS += @CPPUNIT_INCLUDES@
55
56 LIBS= @LIBS@ @CPPUNIT_LIBS@
57
58 LDFLAGSFORBIN+= \
59  -lSALOMELocalTraceTest -lSALOMELocalTrace -lSALOMEBasics \
60  -lSALOMETraceCollectorTest \
61  -lUtilsTest -lOpUtil \
62  -lNamingServiceTest -lSalomeNS \
63  -lSalomeContainer -lSalomeResourcesManager \
64  -lRegistry -lSalomeNotification \
65  -lLifeCycleCORBATest -lSalomeLifeCycleCORBA \
66
67
68
69 @CONCLUDE@