Salome HOME
0020555: EDF GEOM: MakeSketcher and localisation
[modules/geom.git] / src / GEOMImpl / GEOMImpl.pro
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
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.
10 #
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.
15 #
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
19 #
20 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 TEMPLATE = lib
23 TARGET = GEOMimpl
24 DESTDIR = ../../lib
25 MOC_DIR = ../../moc
26 OBJECTS_DIR = ../../obj/$$TARGET
27
28 CASROOT = $$(CASROOT)
29 CAS_CPPFLAGS = $${CASROOT}/inc
30
31 KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome
32
33 BOOST_CPPFLAGS = $$(BOOSTDIR)/include
34
35 KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome
36
37 STDLIB = -lstdc++
38
39 CAS_LDPATH = -L$$(CASROOT)/Linux/lib
40
41 INCLUDEPATH += $${CAS_CPPFLAGS} $${KERNEL_CXXFLAGS} $${BOOST_CPPFLAGS} ../ShHealOper ../NMTAlgo ../NMTTools ../GEOM ../GEOMAlgo ../SKETCHER ../ARCHIMEDE ../../salome_adm/unix
42
43 LIBS += -L$$(GEOM_ROOT_DIR)/lib -lGEOMbasic -lNMTAlgo -lGEOMAlgo -lShHealOper -lGEOMArchimede -lGEOMSketcher $${KERNEL_LDFLAGS} -lSALOMELocalTrace $${STDLIB} $${CAS_LDPATH} -lTKCAF -lTKFillet -lTKOffset
44
45 CONFIG -= debug release debug_and_release
46 CONFIG += qt thread debug dll shared
47
48 win32:DEFINES += WIN32 
49 DEFINES += GEOMIMPL_EXPORTS OCC_VERSION_MAJOR=6 OCC_VERSION_MINOR=1 OCC_VERSION_MAINTENANCE=1 LIN LINTEL CSFDB No_exception HAVE_CONFIG_H HAVE_LIMITS_H HAVE_WOK_CONFIG_H OCC_CONVERT_SIGNALS
50
51 HEADERS  = GEOMImpl_Gen.hxx
52 HEADERS += GEOMImpl_IBasicOperations.hxx
53 HEADERS += GEOMImpl_ITransformOperations.hxx
54 HEADERS += GEOMImpl_IHealingOperations.hxx
55 HEADERS += GEOMImpl_I3DPrimOperations.hxx
56 HEADERS += GEOMImpl_IShapesOperations.hxx
57 HEADERS += GEOMImpl_IBlocksOperations.hxx
58 HEADERS += GEOMImpl_IBooleanOperations.hxx
59 HEADERS += GEOMImpl_ICurvesOperations.hxx
60 HEADERS += GEOMImpl_ILocalOperations.hxx
61 HEADERS += GEOMImpl_IInsertOperations.hxx
62 HEADERS += GEOMImpl_IMeasureOperations.hxx
63 HEADERS += GEOMImpl_IGroupOperations.hxx
64 HEADERS += GEOMImpl_CopyDriver.hxx
65 HEADERS += GEOMImpl_Types.hxx
66 HEADERS += GEOM_GEOMImpl.hxx
67
68 SOURCES  = GEOMImpl_IBasicOperations.cxx
69 SOURCES += GEOMImpl_ITransformOperations.cxx
70 SOURCES += GEOMImpl_IHealingOperations.cxx
71 SOURCES += GEOMImpl_I3DPrimOperations.cxx
72 SOURCES += GEOMImpl_IShapesOperations.cxx
73 SOURCES += GEOMImpl_IBlocksOperations.cxx
74 SOURCES += GEOMImpl_IBooleanOperations.cxx
75 SOURCES += GEOMImpl_ICurvesOperations.cxx
76 SOURCES += GEOMImpl_ILocalOperations.cxx
77 SOURCES += GEOMImpl_IInsertOperations.cxx
78 SOURCES += GEOMImpl_IMeasureOperations.cxx
79 SOURCES += GEOMImpl_IGroupOperations.cxx
80 SOURCES += GEOMImpl_Gen.cxx
81 SOURCES += GEOMImpl_PointDriver.cxx
82 SOURCES += GEOMImpl_VectorDriver.cxx
83 SOURCES += GEOMImpl_LineDriver.cxx
84 SOURCES += GEOMImpl_PlaneDriver.cxx
85 SOURCES += GEOMImpl_MarkerDriver.cxx
86 SOURCES += GEOMImpl_TranslateDriver.cxx
87 SOURCES += GEOMImpl_MirrorDriver.cxx
88 SOURCES += GEOMImpl_OffsetDriver.cxx
89 SOURCES += GEOMImpl_ScaleDriver.cxx
90 SOURCES += GEOMImpl_PositionDriver.cxx
91 SOURCES += GEOMImpl_BoxDriver.cxx
92 SOURCES += GEOMImpl_ConeDriver.cxx
93 SOURCES += GEOMImpl_CylinderDriver.cxx
94 SOURCES += GEOMImpl_SphereDriver.cxx
95 SOURCES += GEOMImpl_TorusDriver.cxx
96 SOURCES += GEOMImpl_PrismDriver.cxx
97 SOURCES += GEOMImpl_PipeDriver.cxx
98 SOURCES += GEOMImpl_ThruSectionsDriver.cxx
99 SOURCES += GEOMImpl_RevolutionDriver.cxx
100 SOURCES += GEOMImpl_ShapeDriver.cxx
101 SOURCES += GEOMImpl_BlockDriver.cxx
102 SOURCES += GEOMImpl_Block6Explorer.cxx
103 SOURCES += GEOMImpl_MeasureDriver.cxx
104 SOURCES += GEOMImpl_PolylineDriver.cxx
105 SOURCES += GEOMImpl_CircleDriver.cxx
106 SOURCES += GEOMImpl_EllipseDriver.cxx
107 SOURCES += GEOMImpl_ArcDriver.cxx
108 SOURCES += GEOMImpl_SplineDriver.cxx
109 SOURCES += GEOMImpl_SketcherDriver.cxx
110 SOURCES += GEOMImpl_FilletDriver.cxx
111 SOURCES += GEOMImpl_Fillet1dDriver.cxx
112 SOURCES += GEOMImpl_Fillet2dDriver.cxx
113 SOURCES += GEOMImpl_ChamferDriver.cxx
114 SOURCES += GEOMImpl_BooleanDriver.cxx
115 SOURCES += GEOMImpl_PartitionDriver.cxx
116 SOURCES += GEOMImpl_CopyDriver.cxx
117 SOURCES += GEOMImpl_ExportDriver.cxx
118 SOURCES += GEOMImpl_ImportDriver.cxx
119 SOURCES += GEOMImpl_RotateDriver.cxx
120 SOURCES += GEOMImpl_ArchimedeDriver.cxx
121 SOURCES += GEOMImpl_HealingDriver.cxx
122 SOURCES += GEOMImpl_FillingDriver.cxx
123 SOURCES += GEOMImpl_GlueDriver.cxx
124
125 includes.files = $$HEADERS
126 includes.path = ../../include
127
128 INSTALLS += includes