Salome HOME
NRI : First integration.
[modules/geom.git] / src / PARTITION / Makefile.in
1 # -* Makefile *- 
2 #
3 # Author : Marc Tajchman (CEA)
4 # Date : 5/07/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
15 @COMMENCE@
16
17 # Libraries targets
18 LIB = libGeometryPartition.la
19 LIB_SRC = Partition_Inter2d.cxx \
20           Partition_Inter3d.cxx \
21           Partition_Loop2d.cxx \
22           Partition_Loop3d.cxx \
23           Partition_Spliter.cxx
24
25 LIB_CLIENT_IDL = 
26 LIB_SERVER_IDL = 
27
28 # header files 
29 EXPORT_HEADERS = Partition_Spliter.hxx \
30                  Partition_Inter3d.hxx
31
32 # idl files
33 EXPORT_IDLS=
34
35
36 CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
37 CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
38 LDFLAGS += $(OCC_LIBS) -L${KERNEL_ROOT_DIR}/lib/salome
39
40 %_moc.cxx: %.h
41         $(MOC) $< -o $@
42
43 @CONCLUDE@