Salome HOME
Mantis issue 0021071: Regression in GetInPlace. A fix by PKV on Partition error.
[modules/geom.git] / src / GEOM_I / GEOM_I.pro
1 #  Copyright (C) 2007-2010  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 = GEOMEngine
22 DESTDIR = ../../lib
23 MOC_DIR = ../../moc
24 OBJECTS_DIR = ../../obj/$$TARGET
25
26 CORBA_INCLUDES = $$(OMNIORBDIR)/include $$(OMNIORBDIR)/include/omniORB4 $$(OMNIORBDIR)/include/COS
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 CAS_DATAEXCHANGE = -L$${CASROOT}/Linux/lib -lTKIGES -lTKSTEP
38
39 STDLIB = -lstdc++
40
41 CAS_LDPATH = -L$${CASROOT}/Linux/lib
42
43 CORBA_LIBS = -L$$(OMNIORBDIR)/lib -lomniORB4 -lomniDynamic4 -lCOS4 -lCOSDynamic4 -lomnithread
44
45 INCLUDEPATH += $${CORBA_INCLUDES} $${CAS_CPPFLAGS} $${BOOST_CPPFLAGS} $${KERNEL_CXXFLAGS} ../SKETCHER ../ARCHIMEDE ../GEOMImpl ../GEOMAlgo ../GEOM $$(GEOM_ROOT_DIR)/idl ../../salome_adm/unix
46
47 LIBS += -L$$(GEOM_ROOT_DIR)/idl -lSalomeIDLGEOM -L$$(GEOM_ROOT_DIR)/lib -lGEOMArchimede -lGEOMimpl -lGEOMSketcher -lGEOMbasic $${KERNEL_LDFLAGS} -lSalomeNS -lSalomeContainer -lSalomeGenericObj -lTOOLSDS $${CAS_DATAEXCHANGE} $${CAS_LDPATH} -lTKFillet -lTKOffset $${STDLIB} $${CORBA_LIBS}
48
49 CONFIG -= debug release debug_and_release
50 CONFIG += qt thread debug dll shared
51
52 win32:DEFINES += WIN32 
53 DEFINES += GEOM_I_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 OMNIORB_VERSION=4 __x86__ __linux__ COMP_CORBA_DOUBLE COMP_CORBA_LONG
54
55 HEADERS  = GEOM_Object_i.hh
56 HEADERS += GEOM_IOperations_i.hh
57 HEADERS += GEOM_IBasicOperations_i.hh
58 HEADERS += GEOM_IHealingOperations_i.hh
59 HEADERS += GEOM_I3DPrimOperations_i.hh
60 HEADERS += GEOM_IShapesOperations_i.hh
61 HEADERS += GEOM_IBlocksOperations_i.hh
62 HEADERS += GEOM_IBooleanOperations_i.hh
63 HEADERS += GEOM_ICurvesOperations_i.hh
64 HEADERS += GEOM_ILocalOperations_i.hh
65 HEADERS += GEOM_IInsertOperations_i.hh
66 HEADERS += GEOM_ITransformOperations_i.hh
67 HEADERS += GEOM_IMeasureOperations_i.hh
68 HEADERS += GEOM_IGroupOperations_i.hh
69 HEADERS += GEOM_Gen_i.hh
70 HEADERS += GEOM_GEOM_I.hxx
71
72 SOURCES  = GEOM_Object_i.cc
73 SOURCES += GEOM_IOperations_i.cc
74 SOURCES += GEOM_IBasicOperations_i.cc
75 SOURCES += GEOM_IHealingOperations_i.cc
76 SOURCES += GEOM_I3DPrimOperations_i.cc
77 SOURCES += GEOM_IShapesOperations_i.cc
78 SOURCES += GEOM_IBlocksOperations_i.cc
79 SOURCES += GEOM_IBooleanOperations_i.cc
80 SOURCES += GEOM_ICurvesOperations_i.cc
81 SOURCES += GEOM_ILocalOperations_i.cc
82 SOURCES += GEOM_IInsertOperations_i.cc
83 SOURCES += GEOM_ITransformOperations_i.cc
84 SOURCES += GEOM_IMeasureOperations_i.cc
85 SOURCES += GEOM_IGroupOperations_i.cc
86 SOURCES += GEOM_Gen_i.cc
87 SOURCES += GEOM_DumpPython.cc
88         
89 includes.files = $$HEADERS
90 includes.path = ../../include
91
92 INSTALLS += includes