1 # GEOM GEOM : implementaion of GEOM_Gen.idl
3 # Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
6 # This library is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU Lesser General Public
8 # License as published by the Free Software Foundation; either
9 # version 2.1 of the License.
11 # This library is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 # Lesser General Public License for more details.
16 # You should have received a copy of the GNU Lesser General Public
17 # License along with this library; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
22 top_srcdir=@top_srcdir@
25 VPATH=.:@srcdir@:@top_srcdir@/idl
33 LIB_SRC = GEOMImpl_IBasicOperations.cxx \
34 GEOMImpl_ITransformOperations.cxx \
35 GEOMImpl_IHealingOperations.cxx \
36 GEOMImpl_I3DPrimOperations.cxx \
37 GEOMImpl_IShapesOperations.cxx \
38 GEOMImpl_IBlocksOperations.cxx \
39 GEOMImpl_IBooleanOperations.cxx \
40 GEOMImpl_ICurvesOperations.cxx \
41 GEOMImpl_ILocalOperations.cxx \
42 GEOMImpl_IInsertOperations.cxx \
43 GEOMImpl_IMeasureOperations.cxx \
44 GEOMImpl_IGroupOperations.cxx \
46 GEOMImpl_PointDriver.cxx \
47 GEOMImpl_VectorDriver.cxx \
48 GEOMImpl_LineDriver.cxx \
49 GEOMImpl_PlaneDriver.cxx \
50 GEOMImpl_MarkerDriver.cxx \
51 GEOMImpl_TranslateDriver.cxx \
52 GEOMImpl_MirrorDriver.cxx \
53 GEOMImpl_OffsetDriver.cxx \
54 GEOMImpl_ScaleDriver.cxx \
55 GEOMImpl_PositionDriver.cxx \
56 GEOMImpl_BoxDriver.cxx \
57 GEOMImpl_ConeDriver.cxx \
58 GEOMImpl_CylinderDriver.cxx \
59 GEOMImpl_SphereDriver.cxx \
60 GEOMImpl_TorusDriver.cxx \
61 GEOMImpl_PrismDriver.cxx \
62 GEOMImpl_PipeDriver.cxx \
63 GEOMImpl_ThruSectionsDriver.cxx \
64 GEOMImpl_RevolutionDriver.cxx \
65 GEOMImpl_ShapeDriver.cxx \
66 GEOMImpl_BlockDriver.cxx \
67 GEOMImpl_Block6Explorer.cxx \
68 GEOMImpl_MeasureDriver.cxx \
69 GEOMImpl_PolylineDriver.cxx \
70 GEOMImpl_CircleDriver.cxx \
71 GEOMImpl_EllipseDriver.cxx \
72 GEOMImpl_ArcDriver.cxx \
73 GEOMImpl_SplineDriver.cxx \
74 GEOMImpl_SketcherDriver.cxx \
75 GEOMImpl_FilletDriver.cxx \
76 GEOMImpl_ChamferDriver.cxx \
77 GEOMImpl_BooleanDriver.cxx \
78 GEOMImpl_PartitionDriver.cxx \
79 GEOMImpl_CopyDriver.cxx \
80 GEOMImpl_ExportDriver.cxx \
81 GEOMImpl_ImportDriver.cxx \
82 GEOMImpl_RotateDriver.cxx \
83 GEOMImpl_ArchimedeDriver.cxx \
84 GEOMImpl_HealingDriver.cxx \
85 GEOMImpl_FillingDriver.cxx \
86 GEOMImpl_GlueDriver.cxx
98 EXPORT_HEADERS= GEOMImpl_Gen.hxx \
99 GEOMImpl_IBasicOperations.hxx \
100 GEOMImpl_ITransformOperations.hxx \
101 GEOMImpl_IHealingOperations.hxx \
102 GEOMImpl_I3DPrimOperations.hxx \
103 GEOMImpl_IShapesOperations.hxx \
104 GEOMImpl_IBlocksOperations.hxx \
105 GEOMImpl_IBooleanOperations.hxx \
106 GEOMImpl_ICurvesOperations.hxx \
107 GEOMImpl_ILocalOperations.hxx \
108 GEOMImpl_IInsertOperations.hxx \
109 GEOMImpl_IMeasureOperations.hxx \
110 GEOMImpl_IGroupOperations.hxx \
111 GEOMImpl_CopyDriver.hxx \
114 # additionnal information to compil and link file
115 CPPFLAGS += $(OCC_INCLUDES) $(KERNEL_CXXFLAGS) $(BOOST_CPPFLAGS)
116 CXXFLAGS += $(OCC_CXXFLAGS) $(KERNEL_CXXFLAGS)
117 LDFLAGS += $(KERNEL_LDFLAGS) $(CAS_LDPATH) -lTKCAF -lTKFillet -lTKOffset -lGEOMbasic -lNMTAlgo -lGEOMAlgo -lShHealOper
120 # additional file to be cleaned