Salome HOME
Merge from V6_main 11/02/2013
[modules/geom.git] / src / GEOMImpl / Makefile.am
1 # Copyright (C) 2007-2012  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 #  GEOM GEOM : implementaion of GEOM_Gen.idl
20 #  File   : Makefile.in
21 #  Author : Damien COQUERET (OCC)
22 #  Modified by : Alexander BORODIN (OCN) - autotools usage
23 #  Module : GEOM
24
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
26
27 # Libraries targets
28 lib_LTLIBRARIES = libGEOMimpl.la
29
30 # header files
31 salomeinclude_HEADERS =                         \
32         GEOMImpl_Gen.hxx                        \
33         GEOMImpl_IBasicOperations.hxx           \
34         GEOMImpl_ITransformOperations.hxx       \
35         GEOMImpl_IHealingOperations.hxx         \
36         GEOMImpl_I3DPrimOperations.hxx          \
37         GEOMImpl_IShapesOperations.hxx          \
38         GEOMImpl_IBlocksOperations.hxx          \
39         GEOMImpl_IBooleanOperations.hxx         \
40         GEOMImpl_ICurvesOperations.hxx          \
41         GEOMImpl_ILocalOperations.hxx           \
42         GEOMImpl_IInsertOperations.hxx          \
43         GEOMImpl_IMeasureOperations.hxx         \
44         GEOMImpl_IGroupOperations.hxx           \
45         GEOMImpl_IAdvancedOperations.hxx        \
46         GEOMImpl_IGlue.hxx                      \
47         GEOMImpl_PointDriver.hxx                \
48         GEOMImpl_IPoint.hxx                     \
49         GEOMImpl_IPolyline.hxx                  \
50         GEOMImpl_ICircle.hxx                    \
51         GEOMImpl_ISpline.hxx                    \
52         GEOMImpl_IEllipse.hxx                   \
53         GEOMImpl_IFillet.hxx                    \
54         GEOMImpl_IFillet1d.hxx                  \
55         GEOMImpl_IFillet2d.hxx                  \
56         GEOMImpl_IChamfer.hxx                   \
57         GEOMImpl_ICopy.hxx                      \
58         GEOMImpl_IArchimede.hxx                 \
59         GEOMImpl_IArc.hxx                       \
60         GEOMImpl_ISketcher.hxx                  \
61         GEOMImpl_I3DSketcher.hxx                \
62         GEOMImpl_IVector.hxx                    \
63         GEOMImpl_IDisk.hxx                      \
64         GEOMImpl_IFace.hxx                      \
65         GEOMImpl_ILine.hxx                      \
66         GEOMImpl_IPlane.hxx                     \
67         GEOMImpl_IMarker.hxx                    \
68         GEOMImpl_ITranslate.hxx                 \
69         GEOMImpl_IMirror.hxx                    \
70         GEOMImpl_IOffset.hxx                    \
71         GEOMImpl_IScale.hxx                     \
72         GEOMImpl_IRotate.hxx                    \
73         GEOMImpl_IPosition.hxx                  \
74         GEOMImpl_IHealing.hxx                   \
75         GEOMImpl_IImportExport.hxx              \
76         GEOMImpl_IBox.hxx                       \
77         GEOMImpl_IBlocks.hxx                    \
78         GEOMImpl_IBlockTrsf.hxx                 \
79         GEOMImpl_IBoolean.hxx                   \
80         GEOMImpl_ICylinder.hxx                  \
81         GEOMImpl_ICone.hxx                      \
82         GEOMImpl_ISphere.hxx                    \
83         GEOMImpl_ITorus.hxx                     \
84         GEOMImpl_IPrism.hxx                     \
85         GEOMImpl_IPipe.hxx                      \
86         GEOMImpl_IPipePath.hxx                  \
87         GEOMImpl_IRevolution.hxx                \
88         GEOMImpl_IMeasure.hxx                   \
89         GEOMImpl_IShapes.hxx                    \
90         GEOMImpl_IFilling.hxx                   \
91         GEOMImpl_IThruSections.hxx              \
92         GEOMImpl_IPartition.hxx                 \
93         GEOMImpl_IPipeDiffSect.hxx              \
94         GEOMImpl_IPipeShellSect.hxx             \
95         GEOMImpl_IPipeBiNormal.hxx              \
96         GEOMImpl_VectorDriver.hxx               \
97         GEOMImpl_LineDriver.hxx                 \
98         GEOMImpl_DiskDriver.hxx                 \
99         GEOMImpl_FaceDriver.hxx                 \
100         GEOMImpl_PlaneDriver.hxx                \
101         GEOMImpl_MarkerDriver.hxx               \
102         GEOMImpl_TranslateDriver.hxx            \
103         GEOMImpl_MirrorDriver.hxx               \
104         GEOMImpl_ProjectionDriver.hxx           \
105         GEOMImpl_OffsetDriver.hxx               \
106         GEOMImpl_ScaleDriver.hxx                \
107         GEOMImpl_PositionDriver.hxx             \
108         GEOMImpl_BoxDriver.hxx                  \
109         GEOMImpl_ConeDriver.hxx                 \
110         GEOMImpl_CylinderDriver.hxx             \
111         GEOMImpl_SphereDriver.hxx               \
112         GEOMImpl_TorusDriver.hxx                \
113         GEOMImpl_PrismDriver.hxx                \
114         GEOMImpl_PipeDriver.hxx                 \
115         GEOMImpl_PipePathDriver.hxx             \
116         GEOMImpl_ThruSectionsDriver.hxx         \
117         GEOMImpl_RevolutionDriver.hxx           \
118         GEOMImpl_ShapeDriver.hxx                \
119         GEOMImpl_BlockDriver.hxx                \
120         GEOMImpl_Block6Explorer.hxx             \
121         GEOMImpl_MeasureDriver.hxx              \
122         GEOMImpl_PolylineDriver.hxx             \
123         GEOMImpl_CircleDriver.hxx               \
124         GEOMImpl_EllipseDriver.hxx              \
125         GEOMImpl_ArcDriver.hxx                  \
126         GEOMImpl_SplineDriver.hxx               \
127         GEOMImpl_SketcherDriver.hxx             \
128         GEOMImpl_3DSketcherDriver.hxx           \
129         GEOMImpl_FilletDriver.hxx               \
130         GEOMImpl_Fillet1d.hxx                   \
131         GEOMImpl_Fillet1dDriver.hxx             \
132         GEOMImpl_Fillet2dDriver.hxx             \
133         GEOMImpl_ChamferDriver.hxx              \
134         GEOMImpl_BooleanDriver.hxx              \
135         GEOMImpl_PartitionDriver.hxx            \
136         GEOMImpl_CopyDriver.hxx                 \
137         GEOMImpl_ExportDriver.hxx               \
138         GEOMImpl_ImportDriver.hxx               \
139         GEOMImpl_RotateDriver.hxx               \
140         GEOMImpl_ArchimedeDriver.hxx            \
141         GEOMImpl_HealingDriver.hxx              \
142         GEOMImpl_FillingDriver.hxx              \
143         GEOMImpl_GlueDriver.hxx                 \
144         GEOMImpl_Types.hxx                      \
145         GEOM_GEOMImpl.hxx
146
147 ADVANCED_INCLUDES  =
148 ADVANCED_INCLUDES += GEOMImpl_IPipeTShape.hxx GEOMImpl_PipeTShapeDriver.hxx
149 ADVANCED_INCLUDES += GEOMImpl_IDividedDisk.hxx GEOMImpl_DividedDiskDriver.hxx
150 ##ADVANCED_INCLUDES += GEOMImpl_IDividedCylinder.hxx GEOMImpl_DividedCylinderDriver.hxx
151 ##@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@##
152
153 salomeinclude_HEADERS += $(ADVANCED_INCLUDES)
154
155 dist_libGEOMimpl_la_SOURCES =                   \
156         GEOMImpl_IBasicOperations.cxx           \
157         GEOMImpl_ITransformOperations.cxx       \
158         GEOMImpl_IHealingOperations.cxx         \
159         GEOMImpl_I3DPrimOperations.cxx          \
160         GEOMImpl_IShapesOperations.cxx          \
161         GEOMImpl_IBlocksOperations.cxx          \
162         GEOMImpl_IBooleanOperations.cxx         \
163         GEOMImpl_ICurvesOperations.cxx          \
164         GEOMImpl_ILocalOperations.cxx           \
165         GEOMImpl_IInsertOperations.cxx          \
166         GEOMImpl_IMeasureOperations.cxx         \
167         GEOMImpl_IGroupOperations.cxx           \
168         GEOMImpl_IAdvancedOperations.cxx        \
169         GEOMImpl_Gen.cxx                        \
170         GEOMImpl_PointDriver.cxx                \
171         GEOMImpl_VectorDriver.cxx               \
172         GEOMImpl_LineDriver.cxx                 \
173         GEOMImpl_PlaneDriver.cxx                \
174         GEOMImpl_MarkerDriver.cxx               \
175         GEOMImpl_TranslateDriver.cxx            \
176         GEOMImpl_MirrorDriver.cxx               \
177         GEOMImpl_ProjectionDriver.cxx           \
178         GEOMImpl_OffsetDriver.cxx               \
179         GEOMImpl_ScaleDriver.cxx                \
180         GEOMImpl_PositionDriver.cxx             \
181         GEOMImpl_BoxDriver.cxx                  \
182         GEOMImpl_FaceDriver.cxx                 \
183         GEOMImpl_DiskDriver.cxx                 \
184         GEOMImpl_ConeDriver.cxx                 \
185         GEOMImpl_CylinderDriver.cxx             \
186         GEOMImpl_SphereDriver.cxx               \
187         GEOMImpl_TorusDriver.cxx                \
188         GEOMImpl_PrismDriver.cxx                \
189         GEOMImpl_PipeDriver.cxx                 \
190         GEOMImpl_PipePathDriver.cxx             \
191         GEOMImpl_ThruSectionsDriver.cxx         \
192         GEOMImpl_RevolutionDriver.cxx           \
193         GEOMImpl_ShapeDriver.cxx                \
194         GEOMImpl_BlockDriver.cxx                \
195         GEOMImpl_Block6Explorer.cxx             \
196         GEOMImpl_MeasureDriver.cxx              \
197         GEOMImpl_PolylineDriver.cxx             \
198         GEOMImpl_CircleDriver.cxx               \
199         GEOMImpl_EllipseDriver.cxx              \
200         GEOMImpl_ArcDriver.cxx                  \
201         GEOMImpl_SplineDriver.cxx               \
202         GEOMImpl_SketcherDriver.cxx             \
203         GEOMImpl_3DSketcherDriver.cxx           \
204         GEOMImpl_FilletDriver.cxx               \
205         GEOMImpl_Fillet1d.cxx                   \
206         GEOMImpl_Fillet1dDriver.cxx             \
207         GEOMImpl_Fillet2dDriver.cxx             \
208         GEOMImpl_ChamferDriver.cxx              \
209         GEOMImpl_BooleanDriver.cxx              \
210         GEOMImpl_PartitionDriver.cxx            \
211         GEOMImpl_CopyDriver.cxx                 \
212         GEOMImpl_ExportDriver.cxx               \
213         GEOMImpl_ImportDriver.cxx               \
214         GEOMImpl_RotateDriver.cxx               \
215         GEOMImpl_ArchimedeDriver.cxx            \
216         GEOMImpl_HealingDriver.cxx              \
217         GEOMImpl_FillingDriver.cxx              \
218         GEOMImpl_GlueDriver.cxx
219
220 ADVANCED_SOURCES  =
221 ADVANCED_SOURCES += GEOMImpl_PipeTShapeDriver.cxx
222 ADVANCED_SOURCES += GEOMImpl_DividedDiskDriver.cxx
223 ##ADVANCED_SOURCES += GEOMImpl_DividedCylinderDriver.cxx
224 ##@@ insert new functions before this line @@ do not remove this line @@ do not remove this line @@##
225
226 dist_libGEOMimpl_la_SOURCES += $(ADVANCED_SOURCES)
227
228 # additional information to compile and link file
229
230 libGEOMimpl_la_CPPFLAGS =               \
231         $(CORBA_CXXFLAGS)               \
232         $(CORBA_INCLUDES)               \
233         $(CAS_CPPFLAGS)                 \
234         $(KERNEL_CXXFLAGS)              \
235         $(BOOST_CPPFLAGS)               \
236         $(PYTHON_INCLUDES)              \
237         -I$(srcdir)/../ShHealOper       \
238         -I$(srcdir)/../NMTDS            \
239         -I$(srcdir)/../NMTTools         \
240         -I$(srcdir)/../GEOM             \
241         -I$(srcdir)/../BlockFix         \
242         -I$(srcdir)/../GEOMAlgo         \
243         -I$(srcdir)/../GEOMUtils        \
244         -I$(srcdir)/../SKETCHER         \
245         -I$(srcdir)/../ARCHIMEDE        \
246         -I$(top_builddir)/idl
247
248 libGEOMimpl_la_LDFLAGS  =                       \
249         ../GEOM/libGEOMbasic.la                 \
250         ../BlockFix/libBlockFix.la              \
251         ../GEOMAlgo/libGEOMAlgo.la              \
252         ../GEOMUtils/libGEOMUtils.la            \
253         ../ShHealOper/libShHealOper.la          \
254         ../ARCHIMEDE/libGEOMArchimede.la        \
255         ../SKETCHER/libGEOMSketcher.la          \
256         $(KERNEL_LDFLAGS) -lSALOMELocalTrace -lSALOMEBasics     \
257         $(STDLIB)                               \
258         $(CAS_LDPATH) -lTKCAF -lTKFillet -lTKOffset -lTKFeat \
259         $(PYTHON_LIBS)
260
261 # extra dist files
262 EXTRA_DIST += GUID.txt