Salome HOME
Merge from V5_1_main 10/06/2010
[modules/geom.git] / src / GEOMAlgo / Makefile.am
1 #  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  This library is free software; you can redistribute it and/or
4 #  modify it under the terms of the GNU Lesser General Public
5 #  License as published by the Free Software Foundation; either
6 #  version 2.1 of the License.
7 #
8 #  This library is distributed in the hope that it will be useful,
9 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
10 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 #  Lesser General Public License for more details.
12 #
13 #  You should have received a copy of the GNU Lesser General Public
14 #  License along with this library; if not, write to the Free Software
15 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 #  GEOM GEOMAlgo : tools for Glue Faces algorithm
21 #  File   : Makefile.in
22 #  Author : Julia DOROVSKIKH
23 #  Modified by : Alexander BORODIN (OCN) - autotools usage
24 #  Module : GEOM
25 #  $Header$
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 # Libraries targets
30 lib_LTLIBRARIES = libGEOMAlgo.la
31
32 dist_libGEOMAlgo_la_SOURCES =                   \
33         BlockFix.cxx                            \
34         BlockFix_BlockFixAPI.cxx                \
35         BlockFix_CheckTool.cxx                  \
36         BlockFix_PeriodicSurfaceModifier.cxx    \
37         BlockFix_SphereSpaceModifier.cxx        \
38         BlockFix_UnionEdges.cxx                 \
39         BlockFix_UnionFaces.cxx                 \
40         GEOMAlgo_Algo.cxx                       \
41         GEOMAlgo_Builder_0.cxx                  \
42         GEOMAlgo_Builder_1.cxx                  \
43         GEOMAlgo_Builder_2.cxx                  \
44         GEOMAlgo_Builder_3.cxx                  \
45         GEOMAlgo_Builder_4.cxx                  \
46         GEOMAlgo_BuilderArea.cxx                \
47         GEOMAlgo_Builder.cxx                    \
48         GEOMAlgo_BuilderFace.cxx                \
49         GEOMAlgo_BuilderShape.cxx               \
50         GEOMAlgo_BuilderSolid.cxx               \
51         GEOMAlgo_BuilderTools.cxx               \
52         GEOMAlgo_ClsfBox.cxx                    \
53         GEOMAlgo_Clsf.cxx                       \
54         GEOMAlgo_ClsfSurf.cxx                   \
55         GEOMAlgo_CoupleOfShapes.cxx             \
56         GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger_0.cxx         \
57         GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape_0.cxx        \
58         GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal_0.cxx              \
59         GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet_0.cxx          \
60         GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_0.cxx             \
61         GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_0.cxx            \
62         GEOMAlgo_DataMapNodeOfDataMapOfShapeReal_0.cxx                  \
63         GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet_0.cxx              \
64         GEOMAlgo_DataMapOfPassKeyInteger_0.cxx  \
65         GEOMAlgo_DataMapOfRealListOfShape_0.cxx \
66         GEOMAlgo_DataMapOfShapeReal_0.cxx       \
67         GEOMAlgo_DataMapOfShapeShapeSet_0.cxx   \
68         GEOMAlgo_FinderShapeOn1.cxx             \
69         GEOMAlgo_FinderShapeOn2.cxx             \
70         GEOMAlgo_FinderShapeOn.cxx              \
71         GEOMAlgo_FinderShapeOnQuad.cxx          \
72         GEOMAlgo_GlueAnalyser.cxx               \
73         GEOMAlgo_Gluer.cxx                      \
74         GEOMAlgo_Gluer1.cxx                     \
75         GEOMAlgo_HAlgo.cxx                      \
76         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_0.cxx                 \
77         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape_0.cxx           \
78         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape_0.cxx      \
79         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox_0.cxx     \
80         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState_0.cxx   \
81         GEOMAlgo_IndexedDataMapOfIntegerShape_0.cxx                     \
82         GEOMAlgo_IndexedDataMapOfPassKeyListOfShape_0.cxx               \
83         GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape_0.cxx          \
84         GEOMAlgo_IndexedDataMapOfShapeBox_0.cxx                         \
85         GEOMAlgo_IndexedDataMapOfShapeState_0.cxx                       \
86         GEOMAlgo_ListIteratorOfListOfCoupleOfShapes_0.cxx               \
87         GEOMAlgo_ListIteratorOfListOfPnt_0.cxx                          \
88         GEOMAlgo_ListNodeOfListOfCoupleOfShapes_0.cxx                   \
89         GEOMAlgo_ListNodeOfListOfPnt_0.cxx      \
90         GEOMAlgo_ListOfCoupleOfShapes_0.cxx     \
91         GEOMAlgo_ListOfPnt_0.cxx                \
92         GEOMAlgo_PassKey.cxx                    \
93         GEOMAlgo_PassKeyMapHasher.cxx           \
94         GEOMAlgo_PassKeyShape.cxx               \
95         GEOMAlgo_PassKeyShapeMapHasher.cxx      \
96         GEOMAlgo_ShapeAlgo.cxx                  \
97         GEOMAlgo_ShapeSet.cxx                   \
98         GEOMAlgo_ShapeSolid.cxx                 \
99         GEOMAlgo_ShellSolid.cxx                 \
100         GEOMAlgo_SolidSolid.cxx                 \
101         GEOMAlgo_Splitter.cxx                   \
102         GEOMAlgo_StateCollector.cxx             \
103         GEOMAlgo_SurfaceTools.cxx               \
104         GEOMAlgo_Tools3D.cxx                    \
105         GEOMAlgo_Tools.cxx                      \
106         GEOMAlgo_Tools_1.cxx                    \
107         GEOMAlgo_VertexSolid.cxx                \
108         GEOMAlgo_WESCorrector.cxx               \
109         GEOMAlgo_WireEdgeSet.cxx                \
110         GEOMAlgo_WireSolid.cxx                  \
111         GEOMAlgo_WireSplitter.cxx               \
112         GEOMAlgo_ClsfSolid.cxx                  \
113         GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_0.cxx                  \
114         GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape_0.cxx              \
115         GEOMAlgo_DataMapOfPassKeyShapeShape_0.cxx                               \
116         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo_0.cxx       \
117         GEOMAlgo_ShapeInfoFiller_1.cxx                                          \
118         GEOMAlgo_IndexedDataMapOfShapeShapeInfo_0.cxx                           \
119         GEOMAlgo_ShapeInfo.cxx                                                  \
120         GEOMAlgo_ShapeInfoFiller.cxx
121
122 # header files
123 salomeinclude_HEADERS =                                 \
124         BlockFix.hxx                                    \
125         BlockFix.ixx                                    \
126         BlockFix.jxx                                    \
127         BlockFix_BlockFixAPI.hxx                        \
128         BlockFix_BlockFixAPI.ixx                        \
129         BlockFix_BlockFixAPI.jxx                        \
130         BlockFix_BlockFixAPI.lxx                        \
131         BlockFix_CheckTool.hxx                          \
132         BlockFix_CheckTool.ixx                          \
133         BlockFix_CheckTool.jxx                          \
134         BlockFix_PeriodicSurfaceModifier.hxx            \
135         BlockFix_PeriodicSurfaceModifier.ixx            \
136         BlockFix_PeriodicSurfaceModifier.jxx            \
137         BlockFix_SphereSpaceModifier.hxx                \
138         BlockFix_SphereSpaceModifier.ixx                \
139         BlockFix_SphereSpaceModifier.jxx                \
140         BlockFix_UnionEdges.hxx                         \
141         BlockFix_UnionEdges.ixx                         \
142         BlockFix_UnionEdges.jxx                         \
143         BlockFix_UnionFaces.hxx                         \
144         BlockFix_UnionFaces.ixx                         \
145         BlockFix_UnionFaces.jxx                         \
146         Handle_BlockFix_BlockFixAPI.hxx                 \
147         Handle_BlockFix_SphereSpaceModifier.hxx         \
148         Handle_BlockFix_PeriodicSurfaceModifier.hxx     \
149         GEOMAlgo_Algo.hxx                               \
150         GEOMAlgo_Algo.ixx                               \
151         GEOMAlgo_Algo.jxx                               \
152         GEOMAlgo_BuilderArea.hxx                        \
153         GEOMAlgo_BuilderArea.ixx                        \
154         GEOMAlgo_BuilderArea.jxx                        \
155         GEOMAlgo_BuilderFace.hxx                        \
156         GEOMAlgo_BuilderFace.ixx                        \
157         GEOMAlgo_BuilderFace.jxx                        \
158         GEOMAlgo_Builder.hxx                            \
159         GEOMAlgo_Builder.ixx                            \
160         GEOMAlgo_Builder.jxx                            \
161         GEOMAlgo_BuilderShape.hxx                       \
162         GEOMAlgo_BuilderShape.ixx                       \
163         GEOMAlgo_BuilderShape.jxx                       \
164         GEOMAlgo_BuilderSolid.hxx                       \
165         GEOMAlgo_BuilderSolid.ixx                       \
166         GEOMAlgo_BuilderSolid.jxx                       \
167         GEOMAlgo_BuilderTools.hxx                       \
168         GEOMAlgo_BuilderTools.ixx                       \
169         GEOMAlgo_BuilderTools.jxx                       \
170         GEOMAlgo_ClsfBox.hxx                            \
171         GEOMAlgo_ClsfBox.ixx                            \
172         GEOMAlgo_ClsfBox.jxx                            \
173         GEOMAlgo_Clsf.hxx                               \
174         GEOMAlgo_Clsf.ixx                               \
175         GEOMAlgo_Clsf.jxx                               \
176         GEOMAlgo_ClsfSurf.hxx                           \
177         GEOMAlgo_ClsfSurf.ixx                           \
178         GEOMAlgo_ClsfSurf.jxx                           \
179         GEOMAlgo_CoupleOfShapes.hxx                     \
180         GEOMAlgo_CoupleOfShapes.ixx                     \
181         GEOMAlgo_CoupleOfShapes.jxx                     \
182         GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger.hxx   \
183         GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape.hxx  \
184         GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal.hxx        \
185         GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet.hxx    \
186         GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx       \
187         GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx      \
188         GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx            \
189         GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx        \
190         GEOMAlgo_DataMapOfPassKeyInteger.hxx    \
191         GEOMAlgo_DataMapOfRealListOfShape.hxx   \
192         GEOMAlgo_DataMapOfShapeReal.hxx         \
193         GEOMAlgo_DataMapOfShapeShapeSet.hxx     \
194         GEOMAlgo_FinderShapeOn1.ixx             \
195         GEOMAlgo_FinderShapeOn1.hxx             \
196         GEOMAlgo_FinderShapeOn1.jxx             \
197         GEOMAlgo_FinderShapeOn2.hxx             \
198         GEOMAlgo_FinderShapeOn2.ixx             \
199         GEOMAlgo_FinderShapeOn2.jxx             \
200         GEOMAlgo_FinderShapeOn.hxx              \
201         GEOMAlgo_FinderShapeOn.ixx              \
202         GEOMAlgo_FinderShapeOn.jxx              \
203         GEOMAlgo_FinderShapeOnQuad.hxx          \
204         GEOMAlgo_GlueAnalyser.hxx               \
205         GEOMAlgo_GlueAnalyser.ixx               \
206         GEOMAlgo_GlueAnalyser.jxx               \
207         GEOMAlgo_Gluer.hxx                      \
208         GEOMAlgo_Gluer.ixx                      \
209         GEOMAlgo_Gluer.jxx                      \
210         GEOMAlgo_Gluer1.hxx                     \
211         GEOMAlgo_Gluer1.ixx                     \
212         GEOMAlgo_Gluer1.jxx                     \
213         GEOMAlgo_HAlgo.hxx                      \
214         GEOMAlgo_HAlgo.ixx                      \
215         GEOMAlgo_HAlgo.jxx                      \
216         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx                   \
217         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape.hxx             \
218         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape.hxx        \
219         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx                       \
220         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState.hxx                     \
221         GEOMAlgo_IndexedDataMapOfIntegerShape.hxx                                       \
222         GEOMAlgo_IndexedDataMapOfPassKeyListOfShape.hxx                                 \
223         GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape.hxx                            \
224         GEOMAlgo_IndexedDataMapOfShapeBox.hxx                                           \
225         GEOMAlgo_IndexedDataMapOfShapeState.hxx                                         \
226         GEOMAlgo_ListIteratorOfListOfCoupleOfShapes.hxx                                 \
227         GEOMAlgo_ListIteratorOfListOfPnt.hxx                                            \
228         GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx                                     \
229         GEOMAlgo_ListNodeOfListOfPnt.hxx        \
230         GEOMAlgo_ListOfCoupleOfShapes.hxx       \
231         GEOMAlgo_ListOfPnt.hxx                  \
232         GEOMAlgo_PassKey.hxx                    \
233         GEOMAlgo_PassKey.ixx                    \
234         GEOMAlgo_PassKey.jxx                    \
235         GEOMAlgo_PassKeyMapHasher.hxx           \
236         GEOMAlgo_PassKeyMapHasher.ixx           \
237         GEOMAlgo_PassKeyMapHasher.jxx           \
238         GEOMAlgo_PassKeyShape.hxx               \
239         GEOMAlgo_PassKeyShape.ixx               \
240         GEOMAlgo_PassKeyShape.jxx               \
241         GEOMAlgo_PassKeyShapeMapHasher.hxx      \
242         GEOMAlgo_PassKeyShapeMapHasher.ixx      \
243         GEOMAlgo_PassKeyShapeMapHasher.jxx      \
244         GEOMAlgo_PWireEdgeSet.hxx               \
245         GEOMAlgo_ShapeAlgo.hxx                  \
246         GEOMAlgo_ShapeAlgo.ixx                  \
247         GEOMAlgo_ShapeAlgo.jxx                  \
248         GEOMAlgo_ShapeSet.hxx                   \
249         GEOMAlgo_ShapeSet.ixx                   \
250         GEOMAlgo_ShapeSet.jxx                   \
251         GEOMAlgo_ShapeSolid.hxx                 \
252         GEOMAlgo_ShapeSolid.ixx                 \
253         GEOMAlgo_ShapeSolid.jxx                 \
254         GEOMAlgo_ShellSolid.hxx                 \
255         GEOMAlgo_ShellSolid.ixx                 \
256         GEOMAlgo_ShellSolid.jxx                 \
257         GEOMAlgo_SolidSolid.hxx                 \
258         GEOMAlgo_SolidSolid.ixx                 \
259         GEOMAlgo_SolidSolid.jxx                 \
260         GEOMAlgo_Splitter.hxx                   \
261         GEOMAlgo_Splitter.ixx                   \
262         GEOMAlgo_Splitter.jxx                   \
263         GEOMAlgo_StateCollector.hxx             \
264         GEOMAlgo_StateCollector.ixx             \
265         GEOMAlgo_StateCollector.jxx             \
266         GEOMAlgo_State.hxx                      \
267         GEOMAlgo_SurfaceTools.hxx               \
268         GEOMAlgo_SurfaceTools.ixx               \
269         GEOMAlgo_SurfaceTools.jxx               \
270         GEOMAlgo_Tools3D.hxx                    \
271         GEOMAlgo_Tools3D.ixx                    \
272         GEOMAlgo_Tools3D.jxx                    \
273         GEOMAlgo_Tools.hxx                      \
274         GEOMAlgo_Tools.ixx                      \
275         GEOMAlgo_Tools.jxx                      \
276         GEOMAlgo_VertexSolid.hxx                \
277         GEOMAlgo_VertexSolid.ixx                \
278         GEOMAlgo_VertexSolid.jxx                \
279         GEOMAlgo_WESCorrector.hxx               \
280         GEOMAlgo_WESCorrector.ixx               \
281         GEOMAlgo_WESCorrector.jxx               \
282         GEOMAlgo_WireEdgeSet.hxx                \
283         GEOMAlgo_WireEdgeSet.ixx                \
284         GEOMAlgo_WireEdgeSet.jxx                \
285         GEOMAlgo_WireSolid.hxx                  \
286         GEOMAlgo_WireSolid.ixx                  \
287         GEOMAlgo_WireSolid.jxx                  \
288         GEOMAlgo_WireSplitter.hxx               \
289         GEOMAlgo_WireSplitter.ixx               \
290         GEOMAlgo_WireSplitter.jxx               \
291         Handle_GEOMAlgo_ClsfBox.hxx             \
292         Handle_GEOMAlgo_Clsf.hxx                \
293         Handle_GEOMAlgo_ClsfSurf.hxx            \
294         Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx                        \
295         Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx                       \
296         Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx                             \
297         Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx                         \
298         Handle_GEOMAlgo_HAlgo.hxx                                                       \
299         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx            \
300         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape.hxx      \
301         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape.hxx \
302         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx                \
303         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState.hxx              \
304         Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx                              \
305         Handle_GEOMAlgo_ListNodeOfListOfPnt.hxx                                         \
306         GEOMAlgo_ClsfSolid.hxx                                                          \
307         GEOMAlgo_ClsfSolid.ixx                                                          \
308         GEOMAlgo_ClsfSolid.jxx                                                          \
309         GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape.hxx                        \
310         GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx                            \
311         GEOMAlgo_DataMapOfPassKeyShapeShape.hxx                                         \
312         GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo.hxx                 \
313         GEOMAlgo_IndexedDataMapOfShapeShapeInfo.hxx                                     \
314         GEOMAlgo_KindOfBounds.hxx               \
315         GEOMAlgo_KindOfClosed.hxx               \
316         GEOMAlgo_KindOfName.hxx                 \
317         GEOMAlgo_KindOfShape.hxx                \
318         GEOMAlgo_ShapeInfo.hxx                  \
319         GEOMAlgo_ShapeInfo.ixx                  \
320         GEOMAlgo_ShapeInfo.jxx                  \
321         GEOMAlgo_ShapeInfoFiller.hxx            \
322         GEOMAlgo_ShapeInfoFiller.ixx            \
323         GEOMAlgo_ShapeInfoFiller.jxx            \
324         Handle_GEOMAlgo_ClsfSolid.hxx           \
325         Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx                     \
326         Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo.hxx
327
328 libGEOMAlgo_la_CPPFLAGS =       \
329         $(CAS_CPPFLAGS)         \
330         $(KERNEL_CXXFLAGS)      \
331         -I$(srcdir)/../NMTDS    \
332         -I$(srcdir)/../NMTTools
333
334 libGEOMAlgo_la_LDFLAGS  =               \
335         ../NMTTools/libNMTTools.la      \
336         $(STDLIB)                       \
337         $(CAS_LDPATH) -lTKBO -lTKShHealing -lTKBool -lTKMesh \
338         $(KERNEL_LDFLAGS) -lSALOMELocalTrace
339
340 # extra distributed files
341 CDL_FILES =                                     \
342         BlockFix.cdl                            \
343         BlockFix_BlockFixAPI.cdl                \
344         BlockFix_CheckTool.cdl                  \
345         BlockFix_PeriodicSurfaceModifier.cdl    \
346         BlockFix_SphereSpaceModifier.cdl        \
347         BlockFix_UnionEdges.cdl                 \
348         BlockFix_UnionFaces.cdl                 \
349         GEOMAlgo.cdl                            \
350         GEOMAlgo_Algo.cdl                       \
351         GEOMAlgo_Builder.cdl                    \
352         GEOMAlgo_BuilderArea.cdl                \
353         GEOMAlgo_BuilderFace.cdl                \
354         GEOMAlgo_BuilderShape.cdl               \
355         GEOMAlgo_BuilderSolid.cdl               \
356         GEOMAlgo_BuilderTools.cdl               \
357         GEOMAlgo_Clsf.cdl                       \
358         GEOMAlgo_ClsfBox.cdl                    \
359         GEOMAlgo_ClsfSolid.cdl                  \
360         GEOMAlgo_ClsfSurf.cdl                   \
361         GEOMAlgo_CoupleOfShapes.cdl             \
362         GEOMAlgo_FinderShapeOn.cdl              \
363         GEOMAlgo_FinderShapeOn1.cdl             \
364         GEOMAlgo_FinderShapeOn2.cdl             \
365         GEOMAlgo_GlueAnalyser.cdl               \
366         GEOMAlgo_Gluer.cdl                      \
367         GEOMAlgo_Gluer1.cdl                     \
368         GEOMAlgo_HAlgo.cdl                      \
369         GEOMAlgo_PassKey.cdl                    \
370         GEOMAlgo_PassKeyMapHasher.cdl           \
371         GEOMAlgo_PassKeyShape.cdl               \
372         GEOMAlgo_PassKeyShapeMapHasher.cdl      \
373         GEOMAlgo_ShapeAlgo.cdl                  \
374         GEOMAlgo_ShapeInfo.cdl                  \
375         GEOMAlgo_ShapeInfoFiller.cdl            \
376         GEOMAlgo_ShapeSet.cdl                   \
377         GEOMAlgo_ShapeSolid.cdl                 \
378         GEOMAlgo_ShellSolid.cdl                 \
379         GEOMAlgo_SolidSolid.cdl                 \
380         GEOMAlgo_Splitter.cdl                   \
381         GEOMAlgo_StateCollector.cdl             \
382         GEOMAlgo_SurfaceTools.cdl               \
383         GEOMAlgo_Tools.cdl                      \
384         GEOMAlgo_Tools3D.cdl                    \
385         GEOMAlgo_VertexSolid.cdl                \
386         GEOMAlgo_WESCorrector.cdl               \
387         GEOMAlgo_WireEdgeSet.cdl                \
388         GEOMAlgo_WireSolid.cdl                  \
389         GEOMAlgo_WireSplitter.cdl
390
391 EXTRA_DIST += $(CDL_FILES)