]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOMAlgo/Makefile.in
Salome HOME
Merge with OCC-V2_1_0_deb
[modules/geom.git] / src / GEOMAlgo / Makefile.in
1 #  GEOM GEOMAlgo : tools for Glue Faces algorithm
2 #
3 #  Copyright (C) 2004  CEA
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.salome-platform.org or email : webmaster.salome@opencascade.org
20 #
21 #
22 #
23 #  File   : Makefile.in
24 #  Author : Julia DOROVSKIKH
25 #  Module : GEOM
26 #  $Header$
27
28 top_srcdir=@top_srcdir@
29 top_builddir=../..
30 srcdir=@srcdir@
31 VPATH=.:@srcdir@
32
33
34 @COMMENCE@
35
36 # Libraries targets
37 LIB = libGEOMAlgo.la
38 LIB_SRC = \
39         GEOMAlgo_Algo.cxx \
40         GEOMAlgo_Gluer.cxx \
41         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_0.cxx \
42         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape_0.cxx \
43         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox_0.cxx \
44         GEOMAlgo_IndexedDataMapOfIntegerShape_0.cxx \
45         GEOMAlgo_IndexedDataMapOfPassKeyListOfShape_0.cxx \
46         GEOMAlgo_IndexedDataMapOfShapeBox_0.cxx \
47         GEOMAlgo_PassKey.cxx \
48         GEOMAlgo_PassKeyMapHasher.cxx \
49         GEOMAlgo_ShapeAlgo.cxx \
50         GEOMAlgo_Tools.cxx
51
52 LIB_CLIENT_IDL = 
53 LIB_SERVER_IDL = 
54
55 # header files 
56 EXPORT_HEADERS = \
57         GEOMAlgo_Gluer.hxx \
58         GEOMAlgo_ShapeAlgo.hxx \
59         GEOMAlgo_Algo.hxx
60
61 # idl files
62 EXPORT_IDLS=
63
64
65 CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
66 CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
67 LDFLAGS += $(CAS_LDPATH) -lTKBO -L${KERNEL_ROOT_DIR}/lib/salome
68
69 %_moc.cxx: %.h
70         $(MOC) $< -o $@
71
72 @CONCLUDE@