Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[modules/geom.git] / src / GEOM / Makefile.in
1 #  Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 #
4 #  This library is free software; you can redistribute it and/or
5 #  modify it under the terms of the GNU Lesser General Public
6 #  License as published by the Free Software Foundation; either
7 #  version 2.1 of the License.
8 #
9 #  This library is distributed in the hope that it will be useful,
10 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
11 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 #  Lesser General Public License for more details.
13 #
14 #  You should have received a copy of the GNU Lesser General Public
15 #  License along with this library; if not, write to the Free Software
16 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 #
18 #  See http://www.salome-platform.org/
19 #
20
21 top_srcdir=@top_srcdir@
22 top_builddir=../..
23 srcdir=@srcdir@
24 VPATH=.:@srcdir@:@top_srcdir@/idl
25
26
27 @COMMENCE@
28
29 # Libraries targets
30
31 LIB = libGEOMbasic.la 
32 LIB_SRC = GEOM_Application.cxx \
33           GEOM_Engine.cxx \
34           GEOM_Function.cxx \
35           GEOM_Object.cxx \
36           GEOM_IOperations.cxx \
37           GEOM_Solver.cxx \
38           GEOM_SubShapeDriver.cxx \
39           GEOM_PythonDump.cxx \
40           GEOM_DataMapNodeOfDataMapOfAsciiStringTransient_0.cxx \
41           GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient_0.cxx \
42           GEOM_DataMapOfAsciiStringTransient_0.cxx
43
44 LIB_CLIENT_IDL = 
45 LIB_SERVER_IDL = 
46
47 # Executables targets
48 BIN =
49 BIN_SRC =
50 BIN_CLIENT_IDL = 
51 BIN_SERVER_IDL = 
52
53 # header files 
54 EXPORT_HEADERS= GEOM_Application.hxx \
55                 Handle_GEOM_Application.hxx \
56                 GEOM_Engine.hxx \
57                 GEOM_Function.hxx \
58                 GEOM_Object.hxx \
59                 GEOM_IOperations.hxx \
60                 GEOM_ISubShape.hxx \
61                 GEOM_Solver.hxx \
62                 GEOM_PythonDump.hxx \
63                 GEOM_DataMapOfAsciiStringTransient.hxx \
64                 Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx
65
66 # additionnal information to compil and link file
67 CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome $(BOOST_CPPFLAGS) 
68 CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
69 LDFLAGS  += -L${KERNEL_ROOT_DIR}/lib/salome $(CAS_OCAF) $(CAS_OCAFVIS)
70
71
72 # additional file to be cleaned
73 MOSTLYCLEAN =
74 CLEAN =
75 DISTCLEAN =
76
77 @CONCLUDE@
78