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