Salome HOME
Merging from V3_2_6pre4
[modules/geom.git] / src / GEOMAlgo / Makefile.am
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.com
20 #
21 #
22 #
23 #  File   : Makefile.in
24 #  Author : Julia DOROVSKIKH
25 #  Modified by : Alexander BORODIN (OCN) - autotools usage
26 #  Module : GEOM
27 #  $Header$
28
29
30 include $(top_srcdir)/adm_local/unix/make_common_starter.am
31
32 # Libraries targets
33 lib_LTLIBRARIES =  libGEOMAlgo.la
34
35 dist_libGEOMAlgo_la_SOURCES = \
36         BlockFix.cxx \
37         BlockFix_BlockFixAPI.cxx \
38         BlockFix_CheckTool.cxx \
39         BlockFix_PeriodicSurfaceModifier.cxx \
40         BlockFix_SphereSpaceModifier.cxx \
41         BlockFix_UnionEdges.cxx \
42         BlockFix_UnionFaces.cxx \
43         GEOMAlgo_Algo.cxx \
44         GEOMAlgo_Builder_0.cxx \
45         GEOMAlgo_Builder_1.cxx \
46         GEOMAlgo_Builder_2.cxx \
47         GEOMAlgo_Builder_3.cxx \
48         GEOMAlgo_Builder_4.cxx \
49         GEOMAlgo_BuilderArea.cxx \
50         GEOMAlgo_Builder.cxx \
51         GEOMAlgo_BuilderFace.cxx \
52         GEOMAlgo_BuilderShape.cxx \
53         GEOMAlgo_BuilderSolid.cxx \
54         GEOMAlgo_BuilderTools.cxx \
55         GEOMAlgo_ClsfBox.cxx \
56         GEOMAlgo_Clsf.cxx \
57         GEOMAlgo_ClsfSurf.cxx \
58         GEOMAlgo_CoupleOfShapes.cxx \
59         GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger_0.cxx \
60         GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape_0.cxx \
61         GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal_0.cxx \
62         GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet_0.cxx \
63         GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_0.cxx \
64         GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_0.cxx \
65         GEOMAlgo_DataMapNodeOfDataMapOfShapeReal_0.cxx \
66         GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet_0.cxx \
67         GEOMAlgo_DataMapOfPassKeyInteger_0.cxx \
68         GEOMAlgo_DataMapOfRealListOfShape_0.cxx \
69         GEOMAlgo_DataMapOfShapeReal_0.cxx \
70         GEOMAlgo_DataMapOfShapeShapeSet_0.cxx \
71         GEOMAlgo_FinderShapeOn1.cxx \
72         GEOMAlgo_FinderShapeOn2.cxx \
73         GEOMAlgo_FinderShapeOn.cxx \
74         GEOMAlgo_FinderShapeOnQuad.cxx \
75         GEOMAlgo_GlueAnalyser.cxx \
76         GEOMAlgo_Gluer.cxx \
77         GEOMAlgo_HAlgo.cxx \
78         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_0.cxx \
79         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape_0.cxx \
80         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape_0.cxx \
81         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox_0.cxx \
82         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState_0.cxx \
83         GEOMAlgo_IndexedDataMapOfIntegerShape_0.cxx \
84         GEOMAlgo_IndexedDataMapOfPassKeyListOfShape_0.cxx \
85         GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape_0.cxx \
86         GEOMAlgo_IndexedDataMapOfShapeBox_0.cxx \
87         GEOMAlgo_IndexedDataMapOfShapeState_0.cxx \
88         GEOMAlgo_ListIteratorOfListOfCoupleOfShapes_0.cxx \
89         GEOMAlgo_ListIteratorOfListOfPnt_0.cxx \
90         GEOMAlgo_ListNodeOfListOfCoupleOfShapes_0.cxx \
91         GEOMAlgo_ListNodeOfListOfPnt_0.cxx \
92         GEOMAlgo_ListOfCoupleOfShapes_0.cxx \
93         GEOMAlgo_ListOfPnt_0.cxx \
94         GEOMAlgo_PassKey.cxx \
95         GEOMAlgo_PassKeyMapHasher.cxx \
96         GEOMAlgo_PassKeyShape.cxx \
97         GEOMAlgo_PassKeyShapeMapHasher.cxx \
98         GEOMAlgo_ShapeAlgo.cxx \
99         GEOMAlgo_ShapeSet.cxx \
100         GEOMAlgo_ShapeSolid.cxx \
101         GEOMAlgo_ShellSolid.cxx \
102         GEOMAlgo_SolidSolid.cxx \
103         GEOMAlgo_Splitter.cxx \
104         GEOMAlgo_StateCollector.cxx \
105         GEOMAlgo_SurfaceTools.cxx \
106         GEOMAlgo_Tools3D.cxx \
107         GEOMAlgo_Tools.cxx \
108         GEOMAlgo_VertexSolid.cxx \
109         GEOMAlgo_WESCorrector.cxx \
110         GEOMAlgo_WireEdgeSet.cxx \
111         GEOMAlgo_WireSolid.cxx \
112         GEOMAlgo_WireSplitter.cxx \
113         GEOMAlgo_ClsfSolid.cxx \
114         GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_0.cxx \
115         GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape_0.cxx \
116         GEOMAlgo_DataMapOfPassKeyShapeShape_0.cxx \
117         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo_0.cxx \
118         GEOMAlgo_ShapeInfoFiller_1.cxx \
119         GEOMAlgo_IndexedDataMapOfShapeShapeInfo_0.cxx \
120         GEOMAlgo_ShapeInfo.cxx \
121         GEOMAlgo_ShapeInfoFiller.cxx
122
123 # header files
124 salomeinclude_HEADERS = \
125         BlockFix_BlockFixAPI.hxx \
126         BlockFix_BlockFixAPI.lxx \
127         BlockFix_CheckTool.hxx \
128         Handle_BlockFix_BlockFixAPI.hxx \
129         GEOMAlgo_Algo.hxx \
130         GEOMAlgo_BuilderArea.hxx \
131         GEOMAlgo_BuilderFace.hxx \
132         GEOMAlgo_Builder.hxx \
133         GEOMAlgo_BuilderShape.hxx \
134         GEOMAlgo_BuilderSolid.hxx \
135         GEOMAlgo_BuilderTools.hxx \
136         GEOMAlgo_ClsfBox.hxx \
137         GEOMAlgo_Clsf.hxx \
138         GEOMAlgo_ClsfSurf.hxx \
139         GEOMAlgo_CoupleOfShapes.hxx \
140         GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger.hxx \
141         GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape.hxx \
142         GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal.hxx \
143         GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet.hxx \
144         GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx \
145         GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx \
146         GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx \
147         GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx \
148         GEOMAlgo_DataMapOfPassKeyInteger.hxx \
149         GEOMAlgo_DataMapOfRealListOfShape.hxx \
150         GEOMAlgo_DataMapOfShapeReal.hxx \
151         GEOMAlgo_DataMapOfShapeShapeSet.hxx \
152         GEOMAlgo_FinderShapeOn1.hxx \
153         GEOMAlgo_FinderShapeOn2.hxx \
154         GEOMAlgo_FinderShapeOn.hxx \
155         GEOMAlgo_FinderShapeOnQuad.hxx \
156         GEOMAlgo_GlueAnalyser.hxx \
157         GEOMAlgo_Gluer.hxx \
158         GEOMAlgo_HAlgo.hxx \
159         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx \
160         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape.hxx \
161         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape.hxx \
162         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx \
163         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState.hxx \
164         GEOMAlgo_IndexedDataMapOfIntegerShape.hxx \
165         GEOMAlgo_IndexedDataMapOfPassKeyListOfShape.hxx \
166         GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape.hxx \
167         GEOMAlgo_IndexedDataMapOfShapeBox.hxx \
168         GEOMAlgo_IndexedDataMapOfShapeState.hxx \
169         GEOMAlgo_ListIteratorOfListOfCoupleOfShapes.hxx \
170         GEOMAlgo_ListIteratorOfListOfPnt.hxx \
171         GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx \
172         GEOMAlgo_ListNodeOfListOfPnt.hxx \
173         GEOMAlgo_ListOfCoupleOfShapes.hxx \
174         GEOMAlgo_ListOfPnt.hxx \
175         GEOMAlgo_PassKey.hxx \
176         GEOMAlgo_PassKeyMapHasher.hxx \
177         GEOMAlgo_PassKeyShape.hxx \
178         GEOMAlgo_PassKeyShapeMapHasher.hxx \
179         GEOMAlgo_PWireEdgeSet.hxx \
180         GEOMAlgo_ShapeAlgo.hxx \
181         GEOMAlgo_ShapeSet.hxx \
182         GEOMAlgo_ShapeSolid.hxx \
183         GEOMAlgo_ShellSolid.hxx \
184         GEOMAlgo_SolidSolid.hxx \
185         GEOMAlgo_Splitter.hxx \
186         GEOMAlgo_StateCollector.hxx \
187         GEOMAlgo_State.hxx \
188         GEOMAlgo_SurfaceTools.hxx \
189         GEOMAlgo_Tools3D.hxx \
190         GEOMAlgo_Tools.hxx \
191         GEOMAlgo_VertexSolid.hxx \
192         GEOMAlgo_WESCorrector.hxx \
193         GEOMAlgo_WireEdgeSet.hxx \
194         GEOMAlgo_WireSolid.hxx \
195         GEOMAlgo_WireSplitter.hxx \
196         Handle_GEOMAlgo_ClsfBox.hxx \
197         Handle_GEOMAlgo_Clsf.hxx \
198         Handle_GEOMAlgo_ClsfSurf.hxx \
199         Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx \
200         Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx \
201         Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx \
202         Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx \
203         Handle_GEOMAlgo_HAlgo.hxx \
204         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx \
205         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape.hxx \
206         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape.hxx \
207         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx \
208         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState.hxx \
209         Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx \
210         Handle_GEOMAlgo_ListNodeOfListOfPnt.hxx
211         GEOMAlgo_ClsfSolid.hxx \
212         GEOMAlgo_ClsfSolid.ixx \
213         GEOMAlgo_ClsfSolid.jxx \
214         GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape.hxx \
215         GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx \
216         GEOMAlgo_DataMapOfPassKeyShapeShape.hxx \
217         GEOMAlgo_Gluer1.cxx \
218         GEOMAlgo_Gluer1.hxx \
219         GEOMAlgo_Gluer1.ixx \
220         GEOMAlgo_Gluer1.jxx \
221         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo.hxx \
222         GEOMAlgo_IndexedDataMapOfShapeShapeInfo.hxx \
223         GEOMAlgo_KindOfBounds.hxx \
224         GEOMAlgo_KindOfClosed.hxx \
225         GEOMAlgo_KindOfName.hxx \
226         GEOMAlgo_KindOfShape.hxx \
227         GEOMAlgo_ShapeInfo.hxx \
228         GEOMAlgo_ShapeInfo.ixx \
229         GEOMAlgo_ShapeInfo.jxx \
230         GEOMAlgo_ShapeInfoFiller.hxx \
231         GEOMAlgo_ShapeInfoFiller.ixx \
232         GEOMAlgo_ShapeInfoFiller.jxx \
233         Handle_GEOMAlgo_ClsfSolid.hxx \
234         Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx \
235         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo.hxx
236
237 libGEOMAlgo_la_CPPFLAGS = \
238         $(CAS_CPPFLAGS) \
239         $(KERNEL_CXXFLAGS) \
240         -I$(srcdir)/../NMTDS \
241         -I$(srcdir)/../NMTTools
242
243 libGEOMAlgo_la_LDFLAGS  = \
244         ../NMTTools/libNMTTools.la \
245         $(STDLIB) \
246         $(CAS_LDPATH) -lTKBO -lTKShHealing -lTKBool -lTKMesh
247
248
249