Salome HOME
Merge from BR_Dev_For_4_0 branch (from tag mergeto_BR_QT4_Dev_17Jan08)
[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_Gluer1.cxx \
78         GEOMAlgo_HAlgo.cxx \
79         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_0.cxx \
80         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape_0.cxx \
81         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape_0.cxx \
82         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox_0.cxx \
83         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState_0.cxx \
84         GEOMAlgo_IndexedDataMapOfIntegerShape_0.cxx \
85         GEOMAlgo_IndexedDataMapOfPassKeyListOfShape_0.cxx \
86         GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape_0.cxx \
87         GEOMAlgo_IndexedDataMapOfShapeBox_0.cxx \
88         GEOMAlgo_IndexedDataMapOfShapeState_0.cxx \
89         GEOMAlgo_ListIteratorOfListOfCoupleOfShapes_0.cxx \
90         GEOMAlgo_ListIteratorOfListOfPnt_0.cxx \
91         GEOMAlgo_ListNodeOfListOfCoupleOfShapes_0.cxx \
92         GEOMAlgo_ListNodeOfListOfPnt_0.cxx \
93         GEOMAlgo_ListOfCoupleOfShapes_0.cxx \
94         GEOMAlgo_ListOfPnt_0.cxx \
95         GEOMAlgo_PassKey.cxx \
96         GEOMAlgo_PassKeyMapHasher.cxx \
97         GEOMAlgo_PassKeyShape.cxx \
98         GEOMAlgo_PassKeyShapeMapHasher.cxx \
99         GEOMAlgo_ShapeAlgo.cxx \
100         GEOMAlgo_ShapeSet.cxx \
101         GEOMAlgo_ShapeSolid.cxx \
102         GEOMAlgo_ShellSolid.cxx \
103         GEOMAlgo_SolidSolid.cxx \
104         GEOMAlgo_Splitter.cxx \
105         GEOMAlgo_StateCollector.cxx \
106         GEOMAlgo_SurfaceTools.cxx \
107         GEOMAlgo_Tools3D.cxx \
108         GEOMAlgo_Tools.cxx \
109         GEOMAlgo_VertexSolid.cxx \
110         GEOMAlgo_WESCorrector.cxx \
111         GEOMAlgo_WireEdgeSet.cxx \
112         GEOMAlgo_WireSolid.cxx \
113         GEOMAlgo_WireSplitter.cxx \
114         GEOMAlgo_ClsfSolid.cxx \
115         GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_0.cxx \
116         GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape_0.cxx \
117         GEOMAlgo_DataMapOfPassKeyShapeShape_0.cxx \
118         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo_0.cxx \
119         GEOMAlgo_ShapeInfoFiller_1.cxx \
120         GEOMAlgo_IndexedDataMapOfShapeShapeInfo_0.cxx \
121         GEOMAlgo_ShapeInfo.cxx \
122         GEOMAlgo_ShapeInfoFiller.cxx
123
124 # header files
125 salomeinclude_HEADERS = \
126         BlockFix_BlockFixAPI.hxx \
127         BlockFix_BlockFixAPI.lxx \
128         BlockFix_CheckTool.hxx \
129         Handle_BlockFix_BlockFixAPI.hxx \
130         GEOMAlgo_Algo.hxx \
131         GEOMAlgo_BuilderArea.hxx \
132         GEOMAlgo_BuilderFace.hxx \
133         GEOMAlgo_Builder.hxx \
134         GEOMAlgo_BuilderShape.hxx \
135         GEOMAlgo_BuilderSolid.hxx \
136         GEOMAlgo_BuilderTools.hxx \
137         GEOMAlgo_ClsfBox.hxx \
138         GEOMAlgo_Clsf.hxx \
139         GEOMAlgo_ClsfSurf.hxx \
140         GEOMAlgo_CoupleOfShapes.hxx \
141         GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger.hxx \
142         GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape.hxx \
143         GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal.hxx \
144         GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet.hxx \
145         GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx \
146         GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx \
147         GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx \
148         GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx \
149         GEOMAlgo_DataMapOfPassKeyInteger.hxx \
150         GEOMAlgo_DataMapOfRealListOfShape.hxx \
151         GEOMAlgo_DataMapOfShapeReal.hxx \
152         GEOMAlgo_DataMapOfShapeShapeSet.hxx \
153         GEOMAlgo_FinderShapeOn1.hxx \
154         GEOMAlgo_FinderShapeOn2.hxx \
155         GEOMAlgo_FinderShapeOn.hxx \
156         GEOMAlgo_FinderShapeOnQuad.hxx \
157         GEOMAlgo_GlueAnalyser.hxx \
158         GEOMAlgo_Gluer.hxx \
159         GEOMAlgo_Gluer.ixx \
160         GEOMAlgo_Gluer.jxx \
161         GEOMAlgo_Gluer1.hxx \
162         GEOMAlgo_Gluer1.ixx \
163         GEOMAlgo_Gluer1.jxx \
164         GEOMAlgo_HAlgo.hxx \
165         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx \
166         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape.hxx \
167         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape.hxx \
168         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx \
169         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState.hxx \
170         GEOMAlgo_IndexedDataMapOfIntegerShape.hxx \
171         GEOMAlgo_IndexedDataMapOfPassKeyListOfShape.hxx \
172         GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape.hxx \
173         GEOMAlgo_IndexedDataMapOfShapeBox.hxx \
174         GEOMAlgo_IndexedDataMapOfShapeState.hxx \
175         GEOMAlgo_ListIteratorOfListOfCoupleOfShapes.hxx \
176         GEOMAlgo_ListIteratorOfListOfPnt.hxx \
177         GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx \
178         GEOMAlgo_ListNodeOfListOfPnt.hxx \
179         GEOMAlgo_ListOfCoupleOfShapes.hxx \
180         GEOMAlgo_ListOfPnt.hxx \
181         GEOMAlgo_PassKey.hxx \
182         GEOMAlgo_PassKeyMapHasher.hxx \
183         GEOMAlgo_PassKeyShape.hxx \
184         GEOMAlgo_PassKeyShapeMapHasher.hxx \
185         GEOMAlgo_PWireEdgeSet.hxx \
186         GEOMAlgo_ShapeAlgo.hxx \
187         GEOMAlgo_ShapeSet.hxx \
188         GEOMAlgo_ShapeSolid.hxx \
189         GEOMAlgo_ShellSolid.hxx \
190         GEOMAlgo_SolidSolid.hxx \
191         GEOMAlgo_Splitter.hxx \
192         GEOMAlgo_StateCollector.hxx \
193         GEOMAlgo_State.hxx \
194         GEOMAlgo_SurfaceTools.hxx \
195         GEOMAlgo_Tools3D.hxx \
196         GEOMAlgo_Tools.hxx \
197         GEOMAlgo_VertexSolid.hxx \
198         GEOMAlgo_WESCorrector.hxx \
199         GEOMAlgo_WireEdgeSet.hxx \
200         GEOMAlgo_WireSolid.hxx \
201         GEOMAlgo_WireSplitter.hxx \
202         Handle_GEOMAlgo_ClsfBox.hxx \
203         Handle_GEOMAlgo_Clsf.hxx \
204         Handle_GEOMAlgo_ClsfSurf.hxx \
205         Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx \
206         Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx \
207         Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx \
208         Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx \
209         Handle_GEOMAlgo_HAlgo.hxx \
210         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx \
211         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape.hxx \
212         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape.hxx \
213         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx \
214         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState.hxx \
215         Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx \
216         Handle_GEOMAlgo_ListNodeOfListOfPnt.hxx
217         GEOMAlgo_ClsfSolid.hxx \
218         GEOMAlgo_ClsfSolid.ixx \
219         GEOMAlgo_ClsfSolid.jxx \
220         GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape.hxx \
221         GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx \
222         GEOMAlgo_DataMapOfPassKeyShapeShape.hxx \
223         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo.hxx \
224         GEOMAlgo_IndexedDataMapOfShapeShapeInfo.hxx \
225         GEOMAlgo_KindOfBounds.hxx \
226         GEOMAlgo_KindOfClosed.hxx \
227         GEOMAlgo_KindOfName.hxx \
228         GEOMAlgo_KindOfShape.hxx \
229         GEOMAlgo_ShapeInfo.hxx \
230         GEOMAlgo_ShapeInfo.ixx \
231         GEOMAlgo_ShapeInfo.jxx \
232         GEOMAlgo_ShapeInfoFiller.hxx \
233         GEOMAlgo_ShapeInfoFiller.ixx \
234         GEOMAlgo_ShapeInfoFiller.jxx \
235         Handle_GEOMAlgo_ClsfSolid.hxx \
236         Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx \
237         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo.hxx
238
239 libGEOMAlgo_la_CPPFLAGS = \
240         $(CAS_CPPFLAGS) \
241         $(KERNEL_CXXFLAGS) \
242         -I$(srcdir)/../NMTDS \
243         -I$(srcdir)/../NMTTools
244
245 libGEOMAlgo_la_LDFLAGS  = \
246         ../NMTTools/libNMTTools.la \
247         $(STDLIB) \
248         $(CAS_LDPATH) -lTKBO -lTKShHealing -lTKBool -lTKMesh