Salome HOME
NRI : Correction.
[modules/geom.git] / src / GEOM / Makefile.in
1 # -* Makefile *- 
2 #
3 # Author : Patrick GOLDBRONN (CEA)
4 # Date : 29/06/2001
5 # $Header$
6 #
7
8 # source path
9 top_srcdir=@top_srcdir@
10 top_builddir=../..
11 srcdir=@srcdir@
12 VPATH=.:$(srcdir):$(top_srcdir)/idl:$(top_builddir)/idl
13
14 @COMMENCE@
15
16 # Libraries targets
17
18 LIB = libGeometryEngine.la
19 LIB_SRC = GEOM_Shape_i.cc GEOM_Gen_i.cc
20 LIB_SERVER_IDL = SALOME_Component.idl SALOMEDS.idl SALOME_Exception.idl GEOM_Gen.idl GEOM_Shape.idl
21
22 # Executables targets
23 BIN = 
24 BIN_SRC = 
25 BIN_CLIENT_IDL = 
26 BIN_SERVER_IDL =
27
28 EXPORT_HEADERS =
29
30 # additionnal information to compil and link file
31 CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
32 CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
33 LDFLAGS  += $(OCC_LIBS) -lGeometryDS -lSalomeDS -lSalomeNS -lSalomeContainer -lGeometryPartition -lGeometryArchimede -L${KERNEL_ROOT_DIR}/lib/salome
34
35 # additional file to be cleaned
36 MOSTLYCLEAN =
37 CLEAN =
38 DISTCLEAN =
39
40 @CONCLUDE@
41