]> SALOME platform Git repositories - modules/geom.git/blob - src/GEOMImpl/Makefile.in
Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[modules/geom.git] / src / GEOMImpl / Makefile.in
1 #  Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 #
4 #  This library is free software; you can redistribute it and/or
5 #  modify it under the terms of the GNU Lesser General Public
6 #  License as published by the Free Software Foundation; either
7 #  version 2.1 of the License.
8 #
9 #  This library is distributed in the hope that it will be useful,
10 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
11 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 #  Lesser General Public License for more details.
13 #
14 #  You should have received a copy of the GNU Lesser General Public
15 #  License along with this library; if not, write to the Free Software
16 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 #
18 #  See http://www.salome-platform.org/
19 #
20
21 top_srcdir=@top_srcdir@
22 top_builddir=../..
23 srcdir=@srcdir@
24 VPATH=.:@srcdir@:@top_srcdir@/idl
25
26
27 @COMMENCE@
28
29 # Libraries targets
30
31 LIB = libGEOMimpl.la
32 LIB_SRC = GEOMImpl_IBasicOperations.cxx \
33           GEOMImpl_ITransformOperations.cxx \
34           GEOMImpl_IHealingOperations.cxx \
35           GEOMImpl_I3DPrimOperations.cxx \
36           GEOMImpl_IShapesOperations.cxx \
37           GEOMImpl_IBlocksOperations.cxx \
38           GEOMImpl_IBooleanOperations.cxx \
39           GEOMImpl_ICurvesOperations.cxx \
40           GEOMImpl_ILocalOperations.cxx \
41           GEOMImpl_IInsertOperations.cxx \
42           GEOMImpl_IMeasureOperations.cxx \
43           GEOMImpl_IGroupOperations.cxx \
44           GEOMImpl_Gen.cxx \
45           GEOMImpl_PointDriver.cxx \
46           GEOMImpl_VectorDriver.cxx \
47           GEOMImpl_LineDriver.cxx \
48           GEOMImpl_PlaneDriver.cxx \
49           GEOMImpl_MarkerDriver.cxx \
50           GEOMImpl_TranslateDriver.cxx \
51           GEOMImpl_MirrorDriver.cxx \
52           GEOMImpl_OffsetDriver.cxx \
53           GEOMImpl_ScaleDriver.cxx \
54           GEOMImpl_PositionDriver.cxx \
55           GEOMImpl_BoxDriver.cxx \
56           GEOMImpl_ConeDriver.cxx \
57           GEOMImpl_CylinderDriver.cxx \
58           GEOMImpl_SphereDriver.cxx \
59           GEOMImpl_TorusDriver.cxx \
60           GEOMImpl_PrismDriver.cxx \
61           GEOMImpl_PipeDriver.cxx \
62           GEOMImpl_RevolutionDriver.cxx \
63           GEOMImpl_ShapeDriver.cxx \
64           GEOMImpl_BlockDriver.cxx \
65           GEOMImpl_Block6Explorer.cxx \
66           GEOMImpl_MeasureDriver.cxx \
67           GEOMImpl_PolylineDriver.cxx \
68           GEOMImpl_CircleDriver.cxx \
69           GEOMImpl_EllipseDriver.cxx \
70           GEOMImpl_ArcDriver.cxx \
71           GEOMImpl_SplineDriver.cxx \
72           GEOMImpl_SketcherDriver.cxx \
73           GEOMImpl_FilletDriver.cxx \
74           GEOMImpl_ChamferDriver.cxx \
75           GEOMImpl_BooleanDriver.cxx \
76           GEOMImpl_PartitionDriver.cxx \
77           GEOMImpl_CopyDriver.cxx \
78           GEOMImpl_ExportDriver.cxx \
79           GEOMImpl_ImportDriver.cxx \
80           GEOMImpl_RotateDriver.cxx \
81           GEOMImpl_ArchimedeDriver.cxx \
82           GEOMImpl_HealingDriver.cxx \
83           GEOMImpl_FillingDriver.cxx \
84           GEOMImpl_GlueDriver.cxx
85
86 LIB_CLIENT_IDL =
87 LIB_SERVER_IDL =
88
89 # Executables targets
90 BIN =
91 BIN_SRC =
92 BIN_CLIENT_IDL =
93 BIN_SERVER_IDL =
94
95 # header files
96 EXPORT_HEADERS= GEOMImpl_Gen.hxx \
97                 GEOMImpl_IBasicOperations.hxx \
98                 GEOMImpl_ITransformOperations.hxx \
99                 GEOMImpl_IHealingOperations.hxx \
100                 GEOMImpl_I3DPrimOperations.hxx \
101                 GEOMImpl_IShapesOperations.hxx \
102                 GEOMImpl_IBlocksOperations.hxx \
103                 GEOMImpl_IBooleanOperations.hxx \
104                 GEOMImpl_ICurvesOperations.hxx \
105                 GEOMImpl_ILocalOperations.hxx \
106                 GEOMImpl_IInsertOperations.hxx \
107                 GEOMImpl_IMeasureOperations.hxx \
108                 GEOMImpl_IGroupOperations.hxx \
109                 GEOMImpl_CopyDriver.hxx \
110                 GEOMImpl_Types.hxx
111
112 # additionnal information to compil and link file
113 CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome $(BOOST_CPPFLAGS)
114 CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
115 LDFLAGS  += -L${KERNEL_ROOT_DIR}/lib/salome $(CAS_LDPATH) -lTKCAF -lTKFillet -lTKOffset -lGEOMbasic -lNMTAlgo -lGEOMAlgo -lShHealOper
116
117
118 # additional file to be cleaned
119 MOSTLYCLEAN =
120 CLEAN =
121 DISTCLEAN =
122
123 @CONCLUDE@
124