]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOM/Makefile.in
Salome HOME
ab77d8d570da218ef996287edbd67bf758586ec2
[modules/geom.git] / src / GEOM / Makefile.in
1
2 top_srcdir=@top_srcdir@
3 top_builddir=../..
4 srcdir=@srcdir@
5 VPATH=.:@srcdir@:@top_srcdir@/idl
6
7
8 @COMMENCE@
9
10 # Libraries targets
11
12 LIB = libGEOMbasic.la 
13 LIB_SRC = GEOM_Application.cxx \
14           GEOM_Engine.cxx \
15           GEOM_Function.cxx \
16           GEOM_Object.cxx \
17           GEOM_IOperations.cxx \
18           GEOM_Solver.cxx \
19           GEOM_SubShapeDriver.cxx \
20           GEOM_PythonDump.cxx \
21           GEOM_DataMapNodeOfDataMapOfAsciiStringTransient_0.cxx \
22           GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient_0.cxx \
23           GEOM_DataMapOfAsciiStringTransient_0.cxx
24
25 LIB_CLIENT_IDL = 
26 LIB_SERVER_IDL = 
27
28 # Executables targets
29 BIN =
30 BIN_SRC =
31 BIN_CLIENT_IDL = 
32 BIN_SERVER_IDL = 
33
34 # header files 
35 EXPORT_HEADERS= GEOM_Application.hxx \
36                 Handle_GEOM_Application.hxx \
37                 GEOM_Engine.hxx \
38                 GEOM_Function.hxx \
39                 GEOM_Object.hxx \
40                 GEOM_IOperations.hxx \
41                 GEOM_ISubShape.hxx \
42                 GEOM_Solver.hxx \
43                 GEOM_PythonDump.hxx \
44                 GEOM_DataMapOfAsciiStringTransient.hxx \
45                 Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx
46
47 # additionnal information to compil and link file
48 CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome $(BOOST_CPPFLAGS) 
49 CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
50 LDFLAGS  += -L${KERNEL_ROOT_DIR}/lib/salome $(CAS_LDPATH) $(CAS_OCAF)
51
52
53 # additional file to be cleaned
54 MOSTLYCLEAN =
55 CLEAN =
56 DISTCLEAN =
57
58 @CONCLUDE@
59