]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOMAlgo/Makefile.in
Salome HOME
Improve CheckShape function
[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         BlockFix.cxx \
40         BlockFix_BlockFixAPI.cxx \
41         BlockFix_CheckTool.cxx \
42         BlockFix_PeriodicSurfaceModifier.cxx \
43         BlockFix_SphereSpaceModifier.cxx \
44         BlockFix_UnionEdges.cxx \
45         BlockFix_UnionFaces.cxx \
46         GEOMAlgo_Algo.cxx \
47         GEOMAlgo_CoupleOfShapes.cxx \
48         GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger_0.cxx \
49         GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_0.cxx \
50         GEOMAlgo_DataMapOfPassKeyInteger_0.cxx \
51         GEOMAlgo_FinderShapeOn1.cxx \
52         GEOMAlgo_GlueAnalyser.cxx \
53         GEOMAlgo_Gluer.cxx \
54         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_0.cxx \
55         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape_0.cxx \
56         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox_0.cxx \
57         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState_0.cxx \
58         GEOMAlgo_IndexedDataMapOfIntegerShape_0.cxx \
59         GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape_0.cxx \
60         GEOMAlgo_IndexedDataMapOfShapeBox_0.cxx \
61         GEOMAlgo_IndexedDataMapOfShapeState_0.cxx \
62         GEOMAlgo_ListIteratorOfListOfCoupleOfShapes_0.cxx \
63         GEOMAlgo_ListIteratorOfListOfPnt_0.cxx \
64         GEOMAlgo_ListNodeOfListOfCoupleOfShapes_0.cxx \
65         GEOMAlgo_ListNodeOfListOfPnt_0.cxx \
66         GEOMAlgo_ListOfCoupleOfShapes_0.cxx \
67         GEOMAlgo_ListOfPnt_0.cxx \
68         GEOMAlgo_PassKey.cxx \
69         GEOMAlgo_PassKeyMapHasher.cxx \
70         GEOMAlgo_PassKeyShape.cxx \
71         GEOMAlgo_ShapeAlgo.cxx \
72         GEOMAlgo_StateCollector.cxx \
73         GEOMAlgo_SurfaceTools.cxx \
74         GEOMAlgo_Tools.cxx
75
76 LIB_CLIENT_IDL = 
77 LIB_SERVER_IDL = 
78
79 # header files 
80 EXPORT_HEADERS = \
81         BlockFix_BlockFixAPI.hxx \
82         BlockFix_BlockFixAPI.lxx \
83         BlockFix_CheckTool.hxx \
84         Handle_BlockFix_BlockFixAPI.hxx \
85         GEOMAlgo_Algo.hxx \
86         GEOMAlgo_CoupleOfShapes.hxx \
87         GEOMAlgo_GlueAnalyser.hxx \
88         GEOMAlgo_Gluer.hxx \
89         GEOMAlgo_FinderShapeOn1.hxx \
90         GEOMAlgo_IndexedDataMapOfShapeState.hxx \
91         GEOMAlgo_ListIteratorOfListOfCoupleOfShapes.hxx \
92         GEOMAlgo_ListOfCoupleOfShapes.hxx \
93         GEOMAlgo_ShapeAlgo.hxx \
94         GEOMAlgo_State.hxx \
95         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState.hxx \
96         Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx
97
98 # idl files
99 EXPORT_IDLS=
100
101
102 CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
103 CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
104 LDFLAGS += $(CAS_LDPATH) -lTKBO -L${KERNEL_ROOT_DIR}/lib/salome
105
106 %_moc.cxx: %.h
107         $(MOC) $< -o $@
108
109 @CONCLUDE@