From 579eb263fe84093d3cbdfa97801254de7a81d4cb Mon Sep 17 00:00:00 2001 From: vsr Date: Sat, 12 May 2012 08:07:07 +0000 Subject: [PATCH] Remove obsolete files --- src/ARCHIMEDE/ARCHIMEDE.pro | 56 ------- src/BREPExport/BREPExport.pro | 47 ------ src/BREPImport/BREPImport.pro | 47 ------ src/BasicGUI/BasicGUI.pro | 73 --------- src/BooleanGUI/BooleanGUI.pro | 59 ------- src/BuildGUI/BuildGUI.pro | 64 -------- src/DisplayGUI/DisplayGUI.pro | 66 -------- src/DlgRef/DlgRef.pro | 148 ------------------ src/EntityGUI/EntityGUI.pro | 70 --------- src/GEOM/GEOM.pro | 80 ---------- src/GEOMBase/GEOMBase.pro | 74 --------- src/GEOMClient/GEOMClient.pro | 58 ------- .../GEOMFiltersSelection.pro | 72 --------- src/GEOMGUI/GEOMGUI.pro | 83 ---------- src/GEOMImpl/GEOMImpl.pro | 126 --------------- src/GEOMToolsGUI/GEOMToolsGUI.pro | 63 -------- src/GEOM_I/GEOM_I.pro | 92 ----------- src/GenerationGUI/GenerationGUI.pro | 64 -------- src/IGESExport/IGESExport.pro | 47 ------ src/IGESImport/IGESImport.pro | 47 ------ src/OBJECT/OBJECT.pro | 76 --------- src/PrimitiveGUI/PrimitiveGUI.pro | 63 -------- src/SKETCHER/SKETCHER.pro | 56 ------- src/STEPExport/STEPExport.pro | 47 ------ src/STEPImport/STEPImport.pro | 47 ------ src/STLExport/STLExport.pro | 47 ------ src/ShHealOper/ShHealOper.pro | 79 ---------- src/TransformationGUI/TransformationGUI.pro | 66 -------- src/VTKExport/VTKExport.pro | 47 ------ src/src.pro | 61 -------- 30 files changed, 2025 deletions(-) delete mode 100644 src/ARCHIMEDE/ARCHIMEDE.pro delete mode 100644 src/BREPExport/BREPExport.pro delete mode 100644 src/BREPImport/BREPImport.pro delete mode 100644 src/BasicGUI/BasicGUI.pro delete mode 100644 src/BooleanGUI/BooleanGUI.pro delete mode 100644 src/BuildGUI/BuildGUI.pro delete mode 100644 src/DisplayGUI/DisplayGUI.pro delete mode 100644 src/DlgRef/DlgRef.pro delete mode 100644 src/EntityGUI/EntityGUI.pro delete mode 100644 src/GEOM/GEOM.pro delete mode 100644 src/GEOMBase/GEOMBase.pro delete mode 100644 src/GEOMClient/GEOMClient.pro delete mode 100644 src/GEOMFiltersSelection/GEOMFiltersSelection.pro delete mode 100644 src/GEOMGUI/GEOMGUI.pro delete mode 100644 src/GEOMImpl/GEOMImpl.pro delete mode 100644 src/GEOMToolsGUI/GEOMToolsGUI.pro delete mode 100644 src/GEOM_I/GEOM_I.pro delete mode 100644 src/GenerationGUI/GenerationGUI.pro delete mode 100644 src/IGESExport/IGESExport.pro delete mode 100644 src/IGESImport/IGESImport.pro delete mode 100644 src/OBJECT/OBJECT.pro delete mode 100644 src/PrimitiveGUI/PrimitiveGUI.pro delete mode 100644 src/SKETCHER/SKETCHER.pro delete mode 100644 src/STEPExport/STEPExport.pro delete mode 100644 src/STEPImport/STEPImport.pro delete mode 100644 src/STLExport/STLExport.pro delete mode 100644 src/ShHealOper/ShHealOper.pro delete mode 100644 src/TransformationGUI/TransformationGUI.pro delete mode 100644 src/VTKExport/VTKExport.pro delete mode 100644 src/src.pro diff --git a/src/ARCHIMEDE/ARCHIMEDE.pro b/src/ARCHIMEDE/ARCHIMEDE.pro deleted file mode 100644 index 5e082c623..000000000 --- a/src/ARCHIMEDE/ARCHIMEDE.pro +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = GEOMArchimede -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -CAS_KERNEL = -L$${CASROOT}/Linux/lib -lTKernel - -CAS_MODELER = -L$${CASROOT}/Linux/lib -lTKG2d -lTKG3d -lTKGeomBase -lTKBRep -lTKGeomAlgo -lTKTopAlgo -lTKPrim -lTKBO -lTKBool -lTKHLR -lTKFillet -lTKOffset -lTKFeat - -STDLIB = -lstdc++ - -INCLUDEPATH += $${CAS_CPPFLAGS} $${KERNEL_CXXFLAGS} - -LIBS += $${KERNEL_LDFLAGS} -lSALOMELocalTrace $${CAS_KERNEL} $${CAS_MODELER} -lTKMesh $${STDLIB} - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += 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 - -HEADERS = Archimede_VolumeSection.hxx - -SOURCES = Archimede_VolumeSection.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/BREPExport/BREPExport.pro b/src/BREPExport/BREPExport.pro deleted file mode 100644 index 3889afd53..000000000 --- a/src/BREPExport/BREPExport.pro +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = BREPExport -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -STDLIB = -lstdc++ - -CAS_LDPATH = -L$$(CASROOT)/Linux/lib - -INCLUDEPATH += $${CAS_CPPFLAGS} $${KERNEL_CXXFLAGS} - -LIBS += $${KERNEL_LDFLAGS} -lSALOMELocalTrace $${STDLIB} $${CAS_LDPATH} -lTKBRep - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += BREPEXPORT_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 - -SOURCES = BREPExport.cxx diff --git a/src/BREPImport/BREPImport.pro b/src/BREPImport/BREPImport.pro deleted file mode 100644 index 5b0e1c45d..000000000 --- a/src/BREPImport/BREPImport.pro +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = BREPImport -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -STDLIB = -lstdc++ - -CAS_LDPATH = -L$$(CASROOT)/Linux/lib - -INCLUDEPATH += $${CAS_CPPFLAGS} $${KERNEL_CXXFLAGS} - -LIBS += $${KERNEL_LDFLAGS} -lSALOMELocalTrace $${STDLIB} $${CAS_LDPATH} -lTKBRep - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += BREPIMPORT_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 - -SOURCES = BREPImport.cxx diff --git a/src/BasicGUI/BasicGUI.pro b/src/BasicGUI/BasicGUI.pro deleted file mode 100644 index 53dbe1114..000000000 --- a/src/BasicGUI/BasicGUI.pro +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = BasicGUI -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -QT_INCLUDES = $$(QTDIR)/include $$(QTDIR)/include/QtCore $$(QTDIR)/include/QtGui $$(QTDIR)/include/QtOpenGL $$(QTDIR)/include/QtXml - -VTK_INCLUDES = $$(VTKHOME)/include/vtk - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -PYTHON_INCLUDES = $$(PYTHONHOME)/include/python2.4 - -BOOST_CPPFLAGS = $$(BOOSTDIR)/include - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -GUI_CXXFLAGS = $$(GUI_ROOT_DIR)/include/salome - -CORBA_INCLUDES = $$(OMNIORBDIR)/include $$(OMNIORBDIR)/include/omniORB4 $$(OMNIORBDIR)/include/COS - -GUI_LDFLAGS = -L$$(GUI_ROOT_DIR)/lib/salome - -INCLUDEPATH += $${QT_INCLUDES} $${VTK_INCLUDES} $${CAS_CPPFLAGS} $${PYTHON_INCLUDES} $${BOOST_CPPFLAGS} $${KERNEL_CXXFLAGS} $${GUI_CXXFLAGS} $${CORBA_INCLUDES} ../OBJECT ../DlgRef ../GEOMGUI ../GEOMFiltersSelection ../GEOMBase ../GEOMImpl ../GEOMClient $$(GEOM_ROOT_DIR)/idl $$(GEOM_ROOT_DIR)/salome_adm/unix - -LIBS += -L$$(GEOM_ROOT_DIR)/lib -lGEOMFiltersSelection -lGEOMBase -lGEOM $${GUI_LDFLAGS} -lsuit - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += BASICGUI_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 - -HEADERS = BasicGUI_PointDlg.h -HEADERS += GEOM_BasicGUI.hxx - -SOURCES = BasicGUI.cxx -SOURCES += BasicGUI_PointDlg.cxx -SOURCES += BasicGUI_LineDlg.cxx -SOURCES += BasicGUI_CircleDlg.cxx -SOURCES += BasicGUI_EllipseDlg.cxx -SOURCES += BasicGUI_ArcDlg.cxx -SOURCES += BasicGUI_VectorDlg.cxx -SOURCES += BasicGUI_PlaneDlg.cxx -SOURCES += BasicGUI_WorkingPlaneDlg.cxx -SOURCES += BasicGUI_CurveDlg.cxx -SOURCES += BasicGUI_MarkerDlg.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/BooleanGUI/BooleanGUI.pro b/src/BooleanGUI/BooleanGUI.pro deleted file mode 100644 index 58e04375d..000000000 --- a/src/BooleanGUI/BooleanGUI.pro +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = BuildGUI -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -QT_INCLUDES = $$(QTDIR)/include $$(QTDIR)/include/QtCore $$(QTDIR)/include/QtGui $$(QTDIR)/include/QtOpenGL $$(QTDIR)/include/QtXml - -VTK_INCLUDES = $$(VTKHOME)/include/vtk - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -PYTHON_INCLUDES = $$(PYTHONHOME)/include/python2.4 - -BOOST_CPPFLAGS = $$(BOOSTDIR)/include - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -GUI_CXXFLAGS = $$(GUI_ROOT_DIR)/include/salome - -CORBA_INCLUDES = $$(OMNIORBDIR)/include $$(OMNIORBDIR)/include/omniORB4 $$(OMNIORBDIR)/include/COS - -INCLUDEPATH += $${QT_INCLUDES} $${VTK_INCLUDES} $${CAS_CPPFLAGS} $${PYTHON_INCLUDES} $${BOOST_CPPFLAGS} $${KERNEL_CXXFLAGS} $${GUI_CXXFLAGS} $${CORBA_INCLUDES} ../GEOMGUI ../DlgRef ../GEOMBase ../OBJECT ../GEOMClient ../GEOMImpl ../GEOMFiltersSelection $$(GEOM_ROOT_DIR)/idl $$(GEOM_ROOT_DIR)/salome_adm/unix - -LIBS += -L$$(GEOM_ROOT_DIR)/lib -lGEOMBase - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += BOOLEANGUI_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 - -SOURCES = BooleanGUI.cxx -SOURCES += BooleanGUI_Dialog.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/BuildGUI/BuildGUI.pro b/src/BuildGUI/BuildGUI.pro deleted file mode 100644 index 34d26efe4..000000000 --- a/src/BuildGUI/BuildGUI.pro +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = BuildGUI -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -QT_INCLUDES = $$(QTDIR)/include $$(QTDIR)/include/QtCore $$(QTDIR)/include/QtGui $$(QTDIR)/include/QtOpenGL $$(QTDIR)/include/QtXml - -VTK_INCLUDES = $$(VTKHOME)/include/vtk - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -PYTHON_INCLUDES = $$(PYTHONHOME)/include/python2.4 - -BOOST_CPPFLAGS = $$(BOOSTDIR)/include - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -GUI_CXXFLAGS = $$(GUI_ROOT_DIR)/include/salome - -CORBA_INCLUDES = $$(OMNIORBDIR)/include $$(OMNIORBDIR)/include/omniORB4 $$(OMNIORBDIR)/include/COS - -INCLUDEPATH += $${QT_INCLUDES} $${VTK_INCLUDES} $${CAS_CPPFLAGS} $${PYTHON_INCLUDES} $${BOOST_CPPFLAGS} $${KERNEL_CXXFLAGS} $${GUI_CXXFLAGS} $${CORBA_INCLUDES} ../GEOMGUI ../DlgRef ../GEOMBase ../OBJECT ../GEOMClient ../GEOMImpl ../GEOMFiltersSelection $$(GEOM_ROOT_DIR)/idl $$(GEOM_ROOT_DIR)/salome_adm/unix - -LIBS += -L$$(GEOM_ROOT_DIR)/lib -lGEOMFiltersSelection -lGEOMBase - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += BUILDGUI_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 - -SOURCES = BuildGUI.cxx -SOURCES += BuildGUI_EdgeDlg.cxx -SOURCES += BuildGUI_WireDlg.cxx -SOURCES += BuildGUI_FaceDlg.cxx -SOURCES += BuildGUI_ShellDlg.cxx -SOURCES += BuildGUI_SolidDlg.cxx -SOURCES += BuildGUI_CompoundDlg.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/DisplayGUI/DisplayGUI.pro b/src/DisplayGUI/DisplayGUI.pro deleted file mode 100644 index b3f444ea0..000000000 --- a/src/DisplayGUI/DisplayGUI.pro +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = DisplayGUI -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -QT_INCLUDES = $$(QTDIR)/include $$(QTDIR)/include/QtCore $$(QTDIR)/include/QtGui $$(QTDIR)/include/QtOpenGL $$(QTDIR)/include/QtXml - -VTK_INCLUDES = $$(VTKHOME)/include/vtk - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -PYTHON_INCLUDES = $$(PYTHONHOME)/include/python2.4 - -BOOST_CPPFLAGS = $$(BOOSTDIR)/include - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -GUI_CXXFLAGS = $$(GUI_ROOT_DIR)/include/salome - -CORBA_INCLUDES = $$(OMNIORBDIR)/include $$(OMNIORBDIR)/include/omniORB4 $$(OMNIORBDIR)/include/COS - -GUI_LDFLAGS = -L$$(GUI_ROOT_DIR)/lib/salome - -VTK_LIBS = -L$$(VTKHOME)/lib/vtk -L$$(VTKHOME)/lib/vtk/python -lvtkCommon -lvtkGraphics -lvtkImaging -lvtkFiltering -lvtkIO -lvtkRendering -lvtkHybrid -lvtkParallel -lvtkWidgets -lGL -L/usr/X11R6/lib -lGLU -L/usr/X11R6/lib -lX11 -lXt - -QT_MT_LIBS = -L$$(QTDIR)/lib -lQtCore -lQtXml -lQtGui -lQtOpenGL - -INCLUDEPATH += $${QT_INCLUDES} $${VTK_INCLUDES} $${CAS_CPPFLAGS} $${PYTHON_INCLUDES} $${BOOST_CPPFLAGS} $${KERNEL_CXXFLAGS} $${GUI_CXXFLAGS} $${CORBA_INCLUDES} ../OBJECT ../GEOMBase ../GEOMClient ../GEOMImpl ../GEOMGUI $$(GEOM_ROOT_DIR)/idl $$(GEOM_ROOT_DIR)/salome_adm/unix - -LIBS += -L$$(GEOM_ROOT_DIR)/lib -lGEOM -lGEOMToolsGUI $${GUI_LDFLAGS} -lsuit -lSVTK -lSOCC -lSalomePrs -lSalomeApp $${VTK_LIBS} $${QT_MT_LIBS} - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += DISPLAYGUI_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 - -HEADERS = DisplayGUI.h - -SOURCES = DisplayGUI.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/DlgRef/DlgRef.pro b/src/DlgRef/DlgRef.pro deleted file mode 100644 index 3445991d2..000000000 --- a/src/DlgRef/DlgRef.pro +++ /dev/null @@ -1,148 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = DlgRef -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -QT_INCLUDES = $$(QTDIR)/include $$(QTDIR)/include/QtCore $$(QTDIR)/include/QtGui $$(QTDIR)/include/QtOpenGL $$(QTDIR)/include/QtXml - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -GUI_CXXFLAGS = $$(GUI_ROOT_DIR)/include/salome - -GUI_LDFLAGS = -L$$(GUI_ROOT_DIR)/lib/salome - -STDLIB = -lstdc++ - -QT_MT_LIBS = -L$$(QTDIR)/lib -lQtCore -lQtXml -lQtGui -lQtOpenGL - -INCLUDEPATH += $${QT_INCLUDES} $${KERNEL_CXXFLAGS} $${GUI_CXXFLAGS} - -LIBS += $${GUI_LDFLAGS} -lqtx $${STDLIB} $${QT_MT_LIBS} - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += DLGREF_EXPORTS - -HEADERS = DlgRef_Skeleton_QTD.h -HEADERS += DlgRef_1Sel_QTD.h -HEADERS += DlgRef_2Sel_QTD.h -HEADERS += DlgRef_3Sel_QTD.h -HEADERS += DlgRef_1Sel1Check_QTD.h -HEADERS += DlgRef_1Sel3Check_QTD.h -HEADERS += DlgRef_1Sel1Check1List_QTD.h -HEADERS += DlgRef_1Sel1Spin_QTD.h -HEADERS += DlgRef_1Sel2Spin_QTD.h -HEADERS += DlgRef_1Sel3Spin_QTD.h -HEADERS += DlgRef_1Sel4Spin_QTD.h -HEADERS += DlgRef_1Sel5Spin_QTD.h -HEADERS += DlgRef_2Sel1Spin_QTD.h -HEADERS += DlgRef_2Sel1SpinInt_QTD.h -HEADERS += DlgRef_2Sel2Spin_QTD.h -HEADERS += DlgRef_2Sel3Spin_QTD.h -HEADERS += DlgRef_1Sel1Spin1Check_QTD.h -HEADERS += DlgRef_1Sel3Spin1Check_QTD.h -HEADERS += DlgRef_1Sel3Spin2Check1Spin_QTD.h -HEADERS += DlgRef_1Sel4Spin2Check_QTD.h -HEADERS += DlgRef_2Sel1Spin2Check_QTD.h -HEADERS += DlgRef_2Sel1Spin3Check1Spin_QTD.h -HEADERS += DlgRef_2Sel2Spin1Check_QTD.h -HEADERS += DlgRef_2Sel2Spin3Check_QTD.h -HEADERS += DlgRef_2Sel4Spin1Check_QTD.h -HEADERS += DlgRef_3Sel4Spin2Check_QTD.h -HEADERS += DlgRef_4Sel1List_QTD.h -HEADERS += DlgRef_2Sel1List_QTD.h -HEADERS += DlgRef_1List1Spin1Btn_QTD.h -HEADERS += DlgRef_4Sel1List1Check_QTD.h -HEADERS += DlgRef_1Spin_QTD.h -HEADERS += DlgRef_2Spin_QTD.h -HEADERS += DlgRef_3Spin_QTD.h -HEADERS += DlgRef_3Spin1Check_QTD.h -HEADERS += DlgRef_3Spin2Check3Spin_QTD.h -HEADERS += DlgRef_3Sel3Spin1Check_QTD.h -HEADERS += DlgRef_4Sel1Spin2Check_QTD.h -HEADERS += DlgRef_4Sel1Spin3Check_QTD.h -HEADERS += DlgRef_SpinBox.h -HEADERS += DlgRef_1Sel1Spin.h -HEADERS += DlgRef_1Sel2Spin.h -HEADERS += DlgRef_1Sel3Spin.h -HEADERS += DlgRef_1Sel4Spin.h -HEADERS += DlgRef_1Sel5Spin.h -HEADERS += DlgRef_2Sel1Spin.h -HEADERS += DlgRef_2Sel2Spin.h -HEADERS += DlgRef_2Sel3Spin.h -HEADERS += DlgRef_1Sel1Spin1Check.h -HEADERS += DlgRef_1Sel3Spin1Check.h -HEADERS += DlgRef_1Sel4Spin2Check.h -HEADERS += DlgRef_2Sel1Spin2Check.h -HEADERS += DlgRef_2Sel2Spin1Check.h -HEADERS += DlgRef_2Sel2Spin1Push.h -HEADERS += DlgRef_2Sel2Spin3Check.h -HEADERS += DlgRef_2Sel4Spin1Check.h -HEADERS += DlgRef_3Sel4Spin2Check.h -HEADERS += DlgRef_3Sel3Spin1Check.h -HEADERS += DlgRef_1Spin.h -HEADERS += DlgRef_2Spin.h -HEADERS += DlgRef_3Spin.h -HEADERS += DlgRef_3Spin1Check.h -HEADERS += DlgRef_3Sel1Spin.h -HEADERS += DlgRef_1Sel_Ext.h -HEADERS += DlgRef_3Check_QTD.h -HEADERS += DlgRef_6Sel_QTD.h -HEADERS += DlgRef_4Sel1Spin2Check.h -HEADERS += DlgRef_3Sel1Check_QTD.h -HEADERS += GEOM_DlgRef.hxx - -SOURCES = DlgRef_SpinBox.cxx -SOURCES += DlgRef_1Sel1Spin.cxx -SOURCES += DlgRef_1Sel2Spin.cxx -SOURCES += DlgRef_1Sel3Spin.cxx -SOURCES += DlgRef_1Sel4Spin.cxx -SOURCES += DlgRef_1Sel5Spin.cxx -SOURCES += DlgRef_2Sel1Spin.cxx -SOURCES += DlgRef_2Sel2Spin.cxx -SOURCES += DlgRef_2Sel3Spin.cxx -SOURCES += DlgRef_1Sel1Spin1Check.cxx -SOURCES += DlgRef_1Sel3Spin1Check.cxx -SOURCES += DlgRef_1Sel3Spin2Check1Spin.cxx -SOURCES += DlgRef_1Sel4Spin2Check.cxx -SOURCES += DlgRef_2Sel1Spin2Check.cxx -SOURCES += DlgRef_2Sel1Spin3Check1Spin.cxx -SOURCES += DlgRef_2Sel2Spin1Check.cxx -SOURCES += DlgRef_2Sel2Spin3Check.cxx -SOURCES += DlgRef_2Sel4Spin1Check.cxx -SOURCES += DlgRef_3Sel4Spin2Check.cxx -SOURCES += DlgRef_3Sel3Spin1Check.cxx -SOURCES += DlgRef_1Spin.cxx -SOURCES += DlgRef_2Spin.cxx -SOURCES += DlgRef_3Spin.cxx -SOURCES += DlgRef_3Spin1Check.cxx -SOURCES += DlgRef_3Spin2Check3Spin.cxx -SOURCES += DlgRef_3Sel1Spin.cxx -SOURCES += DlgRef_4Sel1Spin2Check.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/EntityGUI/EntityGUI.pro b/src/EntityGUI/EntityGUI.pro deleted file mode 100644 index 54c110c87..000000000 --- a/src/EntityGUI/EntityGUI.pro +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = EntityGUI -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -QT_INCLUDES = $$(QTDIR)/include $$(QTDIR)/include/QtCore $$(QTDIR)/include/QtGui $$(QTDIR)/include/QtOpenGL $$(QTDIR)/include/QtXml - -VTK_INCLUDES = $$(VTKHOME)/include/vtk - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -PYTHON_INCLUDES = $$(PYTHONHOME)/include/python2.4 - -BOOST_CPPFLAGS = $$(BOOSTDIR)/include - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -GUI_CXXFLAGS = $$(GUI_ROOT_DIR)/include/salome - -CORBA_INCLUDES = $$(OMNIORBDIR)/include $$(OMNIORBDIR)/include/omniORB4 $$(OMNIORBDIR)/include/COS - -QT_MT_LIBS = -L$$(QTDIR)/lib -lQtCore -lQtXml -lQtGui -lQtOpenGL - -CAS_TKTopAlgo = -L$${CASROOT}/Linux/lib -lTKG2d -lTKG3d -lTKGeomBase -lTKBRep -lTKGeomAlgo -lTKTopAlgo - -INCLUDEPATH += $${QT_INCLUDES} $${VTK_INCLUDES} $${CAS_CPPFLAGS} $${PYTHON_INCLUDES} $${BOOST_CPPFLAGS} $${KERNEL_CXXFLAGS} $${GUI_CXXFLAGS} $${CORBA_INCLUDES} ../GEOMGUI ../DlgRef ../GEOMBase ../OBJECT ../GEOMClient ../GEOMImpl ../GEOMFiltersSelection ../SKETCHER $$(GEOM_ROOT_DIR)/idl $$(GEOM_ROOT_DIR)/salome_adm/unix - -LIBS += -L$$(GEOM_ROOT_DIR)/lib -lGEOMFiltersSelection -lGEOMBase -lGEOMSketcher -lGEOM $${QT_MT_LIBS} $${CAS_TKTopAlgo} -lTKernel - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += ENTITYGUI_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 - -HEADERS = GEOM_EntityGUI.hxx - -SOURCES = EntityGUI.cxx -SOURCES += EntityGUI_1Spin.cxx -SOURCES += EntityGUI_2Spin.cxx -SOURCES += EntityGUI_3Spin.cxx -SOURCES += EntityGUI_4Spin.cxx -SOURCES += EntityGUI_SketcherDlg.cxx -SOURCES += EntityGUI_SubShapeDlg.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/GEOM/GEOM.pro b/src/GEOM/GEOM.pro deleted file mode 100644 index 76191e98b..000000000 --- a/src/GEOM/GEOM.pro +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = GEOMbasic -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -BOOST_CPPFLAGS = $$(BOOSTDIR)/include - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -STDLIB = -lstdc++ - -CAS_LDPATH = -L$${CASROOT}/Linux/lib - -CAS_OCAF = -L$${CASROOT}/Linux/lib -lPTKernel -lTKernel -lTKCDF -lTKLCAF -lTKPCAF -lTKStdSchema - -CAS_OCAFVIS = -L$${CASROOT}/Linux/lib -lTKCAF -lStdPlugin -lStdLPlugin -lTKPLCAF -lTKPShape -lTKStdLSchema -lTKShapeSchema - -INCLUDEPATH += $${CAS_CPPFLAGS} $${KERNEL_CXXFLAGS} $${BOOST_CPPFLAGS} ../../salome_adm/unix - -LIBS += $${KERNEL_LDFLAGS} -lSALOMELocalTrace $${STDLIB} $${CAS_LDPATH} -lTKXSBase $${CAS_OCAF} $${CAS_OCAFVIS} - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += 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 - -HEADERS = GEOM_Application.hxx -HEADERS += Handle_GEOM_Application.hxx -HEADERS += GEOM_Engine.hxx -HEADERS += GEOM_Function.hxx -HEADERS += GEOM_Object.hxx -HEADERS += GEOM_IOperations.hxx -HEADERS += GEOM_ISubShape.hxx -HEADERS += GEOM_Solver.hxx -HEADERS += GEOM_PythonDump.hxx -HEADERS += GEOM_DataMapOfAsciiStringTransient.hxx -HEADERS += Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx - -SOURCES = GEOM_Application.cxx -SOURCES += GEOM_Engine.cxx -SOURCES += GEOM_Function.cxx -SOURCES += GEOM_Object.cxx -SOURCES += GEOM_IOperations.cxx -SOURCES += GEOM_Solver.cxx -SOURCES += GEOM_SubShapeDriver.cxx -SOURCES += GEOM_PythonDump.cxx -SOURCES += GEOM_DataMapNodeOfDataMapOfAsciiStringTransient_0.cxx -SOURCES += GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient_0.cxx -SOURCES += GEOM_DataMapOfAsciiStringTransient_0.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/GEOMBase/GEOMBase.pro b/src/GEOMBase/GEOMBase.pro deleted file mode 100644 index 042776a5d..000000000 --- a/src/GEOMBase/GEOMBase.pro +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = GEOMBase -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -QT_INCLUDES = $$(QTDIR)/include $$(QTDIR)/include/QtCore $$(QTDIR)/include/QtGui $$(QTDIR)/include/QtOpenGL $$(QTDIR)/include/QtXml - -VTK_INCLUDES = $$(VTKHOME)/include/vtk - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -PYTHON_INCLUDES = $$(PYTHONHOME)/include/python2.4 - -BOOST_CPPFLAGS = $$(BOOSTDIR)/include - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -GUI_CXXFLAGS = $$(GUI_ROOT_DIR)/include/salome - -CORBA_INCLUDES = $$(OMNIORBDIR)/include $$(OMNIORBDIR)/include/omniORB4 $$(OMNIORBDIR)/include/COS - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -GUI_LDFLAGS = -L$$(GUI_ROOT_DIR)/lib/salome - -CAS_LDPATH = -L$${CASROOT}/Linux/lib - -INCLUDEPATH += $${QT_INCLUDES} $${VTK_INCLUDES} $${CAS_CPPFLAGS} $${PYTHON_INCLUDES} $${BOOST_CPPFLAGS} $${KERNEL_CXXFLAGS} $${GUI_CXXFLAGS} $${CORBA_INCLUDES} ../OBJECT ../GEOMClient ../GEOMImpl ../GEOMGUI ../DlgRef $$(GEOM_ROOT_DIR)/idl $$(GEOM_ROOT_DIR)/salome_adm/unix - -LIBS += -L$$(GEOM_ROOT_DIR)/idl -lSalomeIDLGEOM -L$$(GEOM_ROOT_DIR)/lib -lGEOM -lDlgRef $${KERNEL_LDFLAGS} -lOpUtil $${GUI_LDFLAGS} -lsuit -lOCCViewer -lVTKViewer -lSVTK -lSalomePrs -lSalomeApp -lCAM $${CAS_LDPATH} -lTKPrim - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += GEOMBASE_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 - -HEADERS = GEOMBase.h -HEADERS += GEOMBase_Skeleton.h -HEADERS += GEOMBase_Helper.h -HEADERS += GEOM_Operation.h -HEADERS += GEOM_GEOMBase.hxx - -SOURCES = GEOMBase.cxx -SOURCES += GEOMBase_Skeleton.cxx -SOURCES += GEOMBase_aParameterDlg.cxx -SOURCES += GEOMBase_Helper.cxx -SOURCES += GEOM_Operation.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/GEOMClient/GEOMClient.pro b/src/GEOMClient/GEOMClient.pro deleted file mode 100644 index 22cd6b25a..000000000 --- a/src/GEOMClient/GEOMClient.pro +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = GEOMClient -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -CORBA_INCLUDES = $$(OMNIORBDIR)/include $$(OMNIORBDIR)/include/omniORB4 $$(OMNIORBDIR)/include/COS - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -CAS_TKTopAlgo = -L$${CASROOT}/Linux/lib -lTKG2d -lTKG3d -lTKGeomBase -lTKBRep -lTKGeomAlgo -lTKTopAlgo - -CORBA_LIBS = -L$$(OMNIORBDIR)/lib -lomniORB4 -lomniDynamic4 -lCOS4 -lCOSDynamic4 -lomnithread - -STDLIB = -lstdc++ - -INCLUDEPATH += $${CORBA_INCLUDES} $${CAS_CPPFLAGS} $${KERNEL_CXXFLAGS} $$(GEOM_ROOT_DIR)/idl ../../salome_adm/unix - -LIBS += -L$$(GEOM_ROOT_DIR)/idl -lSalomeIDLGEOM -L$$(GEOM_ROOT_DIR)/lib -lGEOMbasic $${KERNEL_LDFLAGS} -lSalomeIDLKernel -lOpUtil $${CAS_TKTopAlgo} $${CORBA_LIBS} $${STDLIB} - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += GEOMCLIENT_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 - -HEADERS = GEOM_Client.hxx - -SOURCES = GEOM_Client.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/GEOMFiltersSelection/GEOMFiltersSelection.pro b/src/GEOMFiltersSelection/GEOMFiltersSelection.pro deleted file mode 100644 index 0b76082f9..000000000 --- a/src/GEOMFiltersSelection/GEOMFiltersSelection.pro +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = GEOMFiltersSelection -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -QT_INCLUDES = $$(QTDIR)/include $$(QTDIR)/include/QtCore $$(QTDIR)/include/QtGui $$(QTDIR)/include/QtOpenGL $$(QTDIR)/include/QtXml - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -BOOST_CPPFLAGS = $$(BOOSTDIR)/include - -GUI_CXXFLAGS = $$(GUI_ROOT_DIR)/include/salome - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -CORBA_INCLUDES = $$(OMNIORBDIR)/include $$(OMNIORBDIR)/include/omniORB4 $$(OMNIORBDIR)/include/COS - -GUI_LDFLAGS = -L$$(GUI_ROOT_DIR)/lib/salome - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -INCLUDEPATH += $${QT_INCLUDES} $${CAS_CPPFLAGS} $${BOOST_CPPFLAGS} $${GUI_CXXFLAGS} $${KERNEL_CXXFLAGS} $${CORBA_CXXFLAGS} $${CORBA_INCLUDES} ../GEOMClient $$(GEOM_ROOT_DIR)/idl $$(GEOM_ROOT_DIR)/salome_adm/unix - -LIBS += -L$$(GEOM_ROOT_DIR)/idl -lSalomeIDLGEOM -L$$(GEOM_ROOT_DIR)/lib -lGEOMClient $${GUI_LDFLAGS} -lsuit -lSalomeApp -lSalomeSession $${KERNEL_LDFLAGS} -lSalomeLifeCycleCORBA -lSalomeContainer -lTOOLSDS - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += 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 - -HEADERS = GEOM_SelectionFilter.h -HEADERS += GEOM_EdgeFilter.h -HEADERS += GEOM_FaceFilter.h -HEADERS += GEOM_TypeFilter.h -HEADERS += GEOM_PreviewFilter.h -HEADERS += GEOM_LogicalFilter.h -HEADERS += GEOM_OCCFilter.h - -SOURCES = GEOM_SelectionFilter.cxx -SOURCES += GEOM_EdgeFilter.cxx -SOURCES += GEOM_FaceFilter.cxx -SOURCES += GEOM_TypeFilter.cxx -SOURCES += GEOM_PreviewFilter.cxx -SOURCES += GEOM_LogicalFilter.cxx -SOURCES += GEOM_OCCFilter.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/GEOMGUI/GEOMGUI.pro b/src/GEOMGUI/GEOMGUI.pro deleted file mode 100644 index b34f6bb46..000000000 --- a/src/GEOMGUI/GEOMGUI.pro +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = GEOM -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -QT_INCLUDES = $$(QTDIR)/include $$(QTDIR)/include/QtCore $$(QTDIR)/include/QtGui $$(QTDIR)/include/QtOpenGL $$(QTDIR)/include/QtXml - -VTK_INCLUDES = $$(VTKHOME)/include/vtk - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -PYTHON_INCLUDES = $$(PYTHONHOME)/include/python2.4 - -BOOST_CPPFLAGS = $$(BOOSTDIR)/include - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -GUI_CXXFLAGS = $$(GUI_ROOT_DIR)/include/salome - -CORBA_INCLUDES = $$(OMNIORBDIR)/include $$(OMNIORBDIR)/include/omniORB4 $$(OMNIORBDIR)/include/COS - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -GUI_LDFLAGS = -L$$(GUI_ROOT_DIR)/lib/salome - -INCLUDEPATH += $${QT_INCLUDES} $${VTK_INCLUDES} $${CAS_CPPFLAGS} $${PYTHON_INCLUDES} $${BOOST_CPPFLAGS} $${KERNEL_CXXFLAGS} $${GUI_CXXFLAGS} $${CORBA_INCLUDES} ../OBJECT ../GEOMFiltersSelection ../GEOMClient ../GEOMImpl $$(GEOM_ROOT_DIR)/idl $$(GEOM_ROOT_DIR)/salome_adm/unix - -LIBS += -L$$(GEOM_ROOT_DIR)/lib -lGEOMFiltersSelection -lGEOMClient -lGEOMObject $${KERNEL_LDFLAGS} -lSalomeLifeCycleCORBA $${GUI_LDFLAGS} -lOCCViewer -lVTKViewer -lCAM -lSOCC -lSVTK -lEvent - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += GEOMGUI_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 - -HEADERS = GeometryGUI.h -HEADERS += GEOMGUI.h -HEADERS += GEOM_Displayer.h -HEADERS += GEOMGUI_OCCSelector.h -HEADERS += GEOMGUI_Selection.h -HEADERS += GeometryGUI_Swig.hxx -HEADERS += GeometryGUI_Swig.i -HEADERS += GEOM_GEOMGUI.hxx - -SOURCES = GeometryGUI.cxx -SOURCES += GEOMGUI.cxx -SOURCES += GEOM_Displayer.cxx -SOURCES += GEOMGUI_OCCSelector.cxx -SOURCES += GEOMGUI_Selection.cxx -SOURCES += GeometryGUI_Swig.cxx - -TRANSLATIONS = GEOM_images.ts \ - GEOM_msg_en.ts \ - GEOM_msg_fr.ts - -includes.files = $$HEADERS -includes.path = ../../include - -resources.files = *.qm -resources.path = ../../resources - -INSTALLS += includes resources diff --git a/src/GEOMImpl/GEOMImpl.pro b/src/GEOMImpl/GEOMImpl.pro deleted file mode 100644 index 90ca4d89c..000000000 --- a/src/GEOMImpl/GEOMImpl.pro +++ /dev/null @@ -1,126 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = GEOMimpl -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -BOOST_CPPFLAGS = $$(BOOSTDIR)/include - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -STDLIB = -lstdc++ - -CAS_LDPATH = -L$$(CASROOT)/Linux/lib - -INCLUDEPATH += $${CAS_CPPFLAGS} $${KERNEL_CXXFLAGS} $${BOOST_CPPFLAGS} ../ShHealOper ../NMTAlgo ../NMTTools ../GEOM ../GEOMAlgo ../SKETCHER ../ARCHIMEDE ../../salome_adm/unix - -LIBS += -L$$(GEOM_ROOT_DIR)/lib -lGEOMbasic -lNMTAlgo -lGEOMAlgo -lShHealOper -lGEOMArchimede -lGEOMSketcher $${KERNEL_LDFLAGS} -lSALOMELocalTrace $${STDLIB} $${CAS_LDPATH} -lTKCAF -lTKFillet -lTKOffset - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -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 - -HEADERS = GEOMImpl_Gen.hxx -HEADERS += GEOMImpl_IBasicOperations.hxx -HEADERS += GEOMImpl_ITransformOperations.hxx -HEADERS += GEOMImpl_IHealingOperations.hxx -HEADERS += GEOMImpl_I3DPrimOperations.hxx -HEADERS += GEOMImpl_IShapesOperations.hxx -HEADERS += GEOMImpl_IBlocksOperations.hxx -HEADERS += GEOMImpl_IBooleanOperations.hxx -HEADERS += GEOMImpl_ICurvesOperations.hxx -HEADERS += GEOMImpl_ILocalOperations.hxx -HEADERS += GEOMImpl_IInsertOperations.hxx -HEADERS += GEOMImpl_IMeasureOperations.hxx -HEADERS += GEOMImpl_IGroupOperations.hxx -HEADERS += GEOMImpl_CopyDriver.hxx -HEADERS += GEOMImpl_Types.hxx -HEADERS += GEOM_GEOMImpl.hxx - -SOURCES = GEOMImpl_IBasicOperations.cxx -SOURCES += GEOMImpl_ITransformOperations.cxx -SOURCES += GEOMImpl_IHealingOperations.cxx -SOURCES += GEOMImpl_I3DPrimOperations.cxx -SOURCES += GEOMImpl_IShapesOperations.cxx -SOURCES += GEOMImpl_IBlocksOperations.cxx -SOURCES += GEOMImpl_IBooleanOperations.cxx -SOURCES += GEOMImpl_ICurvesOperations.cxx -SOURCES += GEOMImpl_ILocalOperations.cxx -SOURCES += GEOMImpl_IInsertOperations.cxx -SOURCES += GEOMImpl_IMeasureOperations.cxx -SOURCES += GEOMImpl_IGroupOperations.cxx -SOURCES += GEOMImpl_Gen.cxx -SOURCES += GEOMImpl_PointDriver.cxx -SOURCES += GEOMImpl_VectorDriver.cxx -SOURCES += GEOMImpl_LineDriver.cxx -SOURCES += GEOMImpl_PlaneDriver.cxx -SOURCES += GEOMImpl_MarkerDriver.cxx -SOURCES += GEOMImpl_TranslateDriver.cxx -SOURCES += GEOMImpl_MirrorDriver.cxx -SOURCES += GEOMImpl_OffsetDriver.cxx -SOURCES += GEOMImpl_ScaleDriver.cxx -SOURCES += GEOMImpl_PositionDriver.cxx -SOURCES += GEOMImpl_BoxDriver.cxx -SOURCES += GEOMImpl_ConeDriver.cxx -SOURCES += GEOMImpl_CylinderDriver.cxx -SOURCES += GEOMImpl_SphereDriver.cxx -SOURCES += GEOMImpl_TorusDriver.cxx -SOURCES += GEOMImpl_PrismDriver.cxx -SOURCES += GEOMImpl_PipeDriver.cxx -SOURCES += GEOMImpl_ThruSectionsDriver.cxx -SOURCES += GEOMImpl_RevolutionDriver.cxx -SOURCES += GEOMImpl_ShapeDriver.cxx -SOURCES += GEOMImpl_BlockDriver.cxx -SOURCES += GEOMImpl_Block6Explorer.cxx -SOURCES += GEOMImpl_MeasureDriver.cxx -SOURCES += GEOMImpl_PolylineDriver.cxx -SOURCES += GEOMImpl_CircleDriver.cxx -SOURCES += GEOMImpl_EllipseDriver.cxx -SOURCES += GEOMImpl_ArcDriver.cxx -SOURCES += GEOMImpl_SplineDriver.cxx -SOURCES += GEOMImpl_SketcherDriver.cxx -SOURCES += GEOMImpl_FilletDriver.cxx -SOURCES += GEOMImpl_Fillet1dDriver.cxx -SOURCES += GEOMImpl_Fillet2dDriver.cxx -SOURCES += GEOMImpl_ChamferDriver.cxx -SOURCES += GEOMImpl_BooleanDriver.cxx -SOURCES += GEOMImpl_PartitionDriver.cxx -SOURCES += GEOMImpl_CopyDriver.cxx -SOURCES += GEOMImpl_ExportDriver.cxx -SOURCES += GEOMImpl_ImportDriver.cxx -SOURCES += GEOMImpl_RotateDriver.cxx -SOURCES += GEOMImpl_ArchimedeDriver.cxx -SOURCES += GEOMImpl_HealingDriver.cxx -SOURCES += GEOMImpl_FillingDriver.cxx -SOURCES += GEOMImpl_GlueDriver.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/GEOMToolsGUI/GEOMToolsGUI.pro b/src/GEOMToolsGUI/GEOMToolsGUI.pro deleted file mode 100644 index 4ce202f75..000000000 --- a/src/GEOMToolsGUI/GEOMToolsGUI.pro +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = GEOMToolsGUI -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -QT_INCLUDES = $$(QTDIR)/include $$(QTDIR)/include/QtCore $$(QTDIR)/include/QtGui $$(QTDIR)/include/QtOpenGL $$(QTDIR)/include/QtXml - -VTK_INCLUDES = $$(VTKHOME)/include/vtk - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -PYTHON_INCLUDES = $$(PYTHONHOME)/include/python2.4 - -BOOST_CPPFLAGS = $$(BOOSTDIR)/include - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -GUI_CXXFLAGS = $$(GUI_ROOT_DIR)/include/salome - -CORBA_INCLUDES = $$(OMNIORBDIR)/include $$(OMNIORBDIR)/include/omniORB4 $$(OMNIORBDIR)/include/COS - -GUI_LDFLAGS = -L$$(GUI_ROOT_DIR)/lib/salome - -INCLUDEPATH += $${QT_INCLUDES} $${VTK_INCLUDES} $${CAS_CPPFLAGS} $${PYTHON_INCLUDES} $${BOOST_CPPFLAGS} $${KERNEL_CXXFLAGS} $${GUI_CXXFLAGS} $${CORBA_INCLUDES} ../OBJECT ../GEOMBase ../GEOMClient ../GEOMImpl ../GEOMGUI $$(GEOM_ROOT_DIR)/idl $$(GEOM_ROOT_DIR)/salome_adm/unix - -LIBS += -L$$(GEOM_ROOT_DIR)/lib -lGEOMBase -lGEOM $${GUI_LDFLAGS} -lVTKViewer -lOCCViewer -lsuit -lSalomeApp - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += GEOMTOOLSGUI_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 - -SOURCES = GEOMToolsGUI.cxx -SOURCES += GEOMToolsGUI_1.cxx -SOURCES += GEOMToolsGUI_TransparencyDlg.cxx -SOURCES += GEOMToolsGUI_NbIsosDlg.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/GEOM_I/GEOM_I.pro b/src/GEOM_I/GEOM_I.pro deleted file mode 100644 index 72acbcd55..000000000 --- a/src/GEOM_I/GEOM_I.pro +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = GEOMEngine -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -CORBA_INCLUDES = $$(OMNIORBDIR)/include $$(OMNIORBDIR)/include/omniORB4 $$(OMNIORBDIR)/include/COS - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -BOOST_CPPFLAGS = $$(BOOSTDIR)/include - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -CAS_DATAEXCHANGE = -L$${CASROOT}/Linux/lib -lTKIGES -lTKSTEP - -STDLIB = -lstdc++ - -CAS_LDPATH = -L$${CASROOT}/Linux/lib - -CORBA_LIBS = -L$$(OMNIORBDIR)/lib -lomniORB4 -lomniDynamic4 -lCOS4 -lCOSDynamic4 -lomnithread - -INCLUDEPATH += $${CORBA_INCLUDES} $${CAS_CPPFLAGS} $${BOOST_CPPFLAGS} $${KERNEL_CXXFLAGS} ../SKETCHER ../ARCHIMEDE ../GEOMImpl ../GEOMAlgo ../GEOM $$(GEOM_ROOT_DIR)/idl ../../salome_adm/unix - -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} - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -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 - -HEADERS = GEOM_Object_i.hh -HEADERS += GEOM_IOperations_i.hh -HEADERS += GEOM_IBasicOperations_i.hh -HEADERS += GEOM_IHealingOperations_i.hh -HEADERS += GEOM_I3DPrimOperations_i.hh -HEADERS += GEOM_IShapesOperations_i.hh -HEADERS += GEOM_IBlocksOperations_i.hh -HEADERS += GEOM_IBooleanOperations_i.hh -HEADERS += GEOM_ICurvesOperations_i.hh -HEADERS += GEOM_ILocalOperations_i.hh -HEADERS += GEOM_IInsertOperations_i.hh -HEADERS += GEOM_ITransformOperations_i.hh -HEADERS += GEOM_IMeasureOperations_i.hh -HEADERS += GEOM_IGroupOperations_i.hh -HEADERS += GEOM_Gen_i.hh -HEADERS += GEOM_GEOM_I.hxx - -SOURCES = GEOM_Object_i.cc -SOURCES += GEOM_IOperations_i.cc -SOURCES += GEOM_IBasicOperations_i.cc -SOURCES += GEOM_IHealingOperations_i.cc -SOURCES += GEOM_I3DPrimOperations_i.cc -SOURCES += GEOM_IShapesOperations_i.cc -SOURCES += GEOM_IBlocksOperations_i.cc -SOURCES += GEOM_IBooleanOperations_i.cc -SOURCES += GEOM_ICurvesOperations_i.cc -SOURCES += GEOM_ILocalOperations_i.cc -SOURCES += GEOM_IInsertOperations_i.cc -SOURCES += GEOM_ITransformOperations_i.cc -SOURCES += GEOM_IMeasureOperations_i.cc -SOURCES += GEOM_IGroupOperations_i.cc -SOURCES += GEOM_Gen_i.cc -SOURCES += GEOM_DumpPython.cc - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/GenerationGUI/GenerationGUI.pro b/src/GenerationGUI/GenerationGUI.pro deleted file mode 100644 index c4ac131d8..000000000 --- a/src/GenerationGUI/GenerationGUI.pro +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = GenerationGUI -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -QT_INCLUDES = $$(QTDIR)/include $$(QTDIR)/include/QtCore $$(QTDIR)/include/QtGui $$(QTDIR)/include/QtOpenGL $$(QTDIR)/include/QtXml - -VTK_INCLUDES = $$(VTKHOME)/include/vtk - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -PYTHON_INCLUDES = $$(PYTHONHOME)/include/python2.4 - -BOOST_CPPFLAGS = $$(BOOSTDIR)/include - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -GUI_CXXFLAGS = $$(GUI_ROOT_DIR)/include/salome - -CORBA_INCLUDES = $$(OMNIORBDIR)/include $$(OMNIORBDIR)/include/omniORB4 $$(OMNIORBDIR)/include/COS - -CAS_LDPATH = -L$${CASROOT}/Linux/lib - -INCLUDEPATH += $${QT_INCLUDES} $${VTK_INCLUDES} $${CAS_CPPFLAGS} $${PYTHON_INCLUDES} $${BOOST_CPPFLAGS} $${KERNEL_CXXFLAGS} $${GUI_CXXFLAGS} $${CORBA_INCLUDES} ../GEOMGUI ../DlgRef ../GEOMBase ../OBJECT ../GEOMClient ../GEOMImpl ../GEOMFiltersSelection $$(GEOM_ROOT_DIR)/idl $$(GEOM_ROOT_DIR)/salome_adm/unix - -LIBS += -L$$(GEOM_ROOT_DIR)/lib -lGEOMFiltersSelection -lGEOMBase $${CAS_LDPATH} -lTKOffset - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += GENERATIONGUI_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 - -SOURCES = GenerationGUI.cxx -SOURCES += GenerationGUI_PrismDlg.cxx -SOURCES += GenerationGUI_RevolDlg.cxx -SOURCES += GenerationGUI_FillingDlg.cxx -SOURCES += GenerationGUI_PipeDlg.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/IGESExport/IGESExport.pro b/src/IGESExport/IGESExport.pro deleted file mode 100644 index 3b6b758e3..000000000 --- a/src/IGESExport/IGESExport.pro +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = IGESExport -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -STDLIB = -lstdc++ - -CAS_LDPATH = -L$$(CASROOT)/Linux/lib - -INCLUDEPATH += $${CAS_CPPFLAGS} $${KERNEL_CXXFLAGS} - -LIBS += $${STDLIB} $${CAS_LDPATH} -lTKIGES $${KERNEL_LDFLAGS} -lSALOMELocalTrace - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += IGESEXPORT_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 - -SOURCES = IGESExport.cxx diff --git a/src/IGESImport/IGESImport.pro b/src/IGESImport/IGESImport.pro deleted file mode 100644 index f38bdf6d4..000000000 --- a/src/IGESImport/IGESImport.pro +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = IGESImport -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -STDLIB = -lstdc++ - -CAS_LDPATH = -L$$(CASROOT)/Linux/lib - -INCLUDEPATH += $${CAS_CPPFLAGS} $${KERNEL_CXXFLAGS} - -LIBS += $${STDLIB} $${CAS_LDPATH} -lTKIGES $${KERNEL_LDFLAGS} -lSALOMELocalTrace - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += IGESIMPORT_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 - -SOURCES = IGESImport.cxx diff --git a/src/OBJECT/OBJECT.pro b/src/OBJECT/OBJECT.pro deleted file mode 100644 index dcd003782..000000000 --- a/src/OBJECT/OBJECT.pro +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = GEOMObject -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -CORBA_INCLUDES = $$(OMNIORBDIR)/include $$(OMNIORBDIR)/include/omniORB4 $$(OMNIORBDIR)/include/COS - -QT_INCLUDES = $$(QTDIR)/include $$(QTDIR)/include/QtCore $$(QTDIR)/include/QtGui $$(QTDIR)/include/QtOpenGL $$(QTDIR)/include/QtXml - -PYTHON_INCLUDES = $$(PYTHONHOME)/include/python2.4 - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -VTK_INCLUDES = $$(VTKHOME)/include/vtk - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -GUI_CXXFLAGS = $$(GUI_ROOT_DIR)/include/salome - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -GUI_LDFLAGS = -L$$(GUI_ROOT_DIR)/lib/salome - -INCLUDEPATH += $${CORBA_INCLUDES} $${QT_INCLUDES} $${PYTHON_INCLUDES} $${CAS_CPPFLAGS} $${VTK_INCLUDES} $${KERNEL_CXXFLAGS} $${GUI_CXXFLAGS} - -LIBS += $${KERNEL_LDFLAGS} -lSALOMELocalTrace $${GUI_LDFLAGS} -lqtx -lVTKViewer -lSVTK -lSalomeObject - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += OBJECT_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 - -HEADERS = GEOM_Actor.h -HEADERS += GEOM_AISShape.hxx -HEADERS += Handle_GEOM_AISShape.hxx -HEADERS += GEOM_InteractiveObject.hxx -HEADERS += Handle_GEOM_InteractiveObject.hxx -HEADERS += GEOM_AISTrihedron.hxx -HEADERS += GEOM_VTKTrihedron.hxx -HEADERS += GEOM_AISVector.hxx -HEADERS += GEOM_OBJECT_defs.hxx - -SOURCES = GEOM_Actor.cxx -SOURCES += GEOM_OCCReader.cxx -SOURCES += GEOM_AISShape.cxx -SOURCES += GEOM_InteractiveObject.cxx -SOURCES += GEOM_AISTrihedron.cxx -SOURCES += GEOM_VTKTrihedron.cxx -SOURCES += GEOM_AISVector.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/PrimitiveGUI/PrimitiveGUI.pro b/src/PrimitiveGUI/PrimitiveGUI.pro deleted file mode 100644 index c117a29a6..000000000 --- a/src/PrimitiveGUI/PrimitiveGUI.pro +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = PrimitiveGUI -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -QT_INCLUDES = $$(QTDIR)/include $$(QTDIR)/include/QtCore $$(QTDIR)/include/QtGui $$(QTDIR)/include/QtOpenGL $$(QTDIR)/include/QtXml - -VTK_INCLUDES = $$(VTKHOME)/include/vtk - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -PYTHON_INCLUDES = $$(PYTHONHOME)/include/python2.4 - -BOOST_CPPFLAGS = $$(BOOSTDIR)/include - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -GUI_CXXFLAGS = $$(GUI_ROOT_DIR)/include/salome - -CORBA_INCLUDES = $$(OMNIORBDIR)/include $$(OMNIORBDIR)/include/omniORB4 $$(OMNIORBDIR)/include/COS - -INCLUDEPATH += $${QT_INCLUDES} $${VTK_INCLUDES} $${CAS_CPPFLAGS} $${PYTHON_INCLUDES} $${BOOST_CPPFLAGS} $${KERNEL_CXXFLAGS} $${GUI_CXXFLAGS} $${CORBA_INCLUDES} ../GEOMGUI ../DlgRef ../GEOMBase ../OBJECT ../GEOMClient ../GEOMImpl ../GEOMFiltersSelection $$(GEOM_ROOT_DIR)/idl $$(GEOM_ROOT_DIR)/salome_adm/unix - -LIBS += -L$$(GEOM_ROOT_DIR)/lib -lGEOMFiltersSelection -lGEOMBase - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += 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 - -SOURCES = PrimitiveGUI.cxx -SOURCES += PrimitiveGUI_BoxDlg.cxx -SOURCES += PrimitiveGUI_CylinderDlg.cxx -SOURCES += PrimitiveGUI_SphereDlg.cxx -SOURCES += PrimitiveGUI_TorusDlg.cxx -SOURCES += PrimitiveGUI_ConeDlg.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/SKETCHER/SKETCHER.pro b/src/SKETCHER/SKETCHER.pro deleted file mode 100644 index 294dd86df..000000000 --- a/src/SKETCHER/SKETCHER.pro +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = GEOMSketcher -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -STDLIB = -lstdc++ - -CAS_KERNEL = -L$${CASROOT}/Linux/lib -lTKernel - -CAS_MODELER = -L$${CASROOT}/Linux/lib -lTKG2d -lTKG3d -lTKGeomBase -lTKBRep -lTKGeomAlgo -lTKTopAlgo -lTKPrim -lTKBO -lTKBool -lTKHLR -lTKFillet -lTKOffset -lTKFeat - -INCLUDEPATH += $${CAS_CPPFLAGS} $${KERNEL_CXXFLAGS} - -LIBS += $${KERNEL_LDFLAGS} -lSALOMELocalTrace $${STDLIB} $${CAS_KERNEL} $${CAS_MODELER} - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += 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 - -HEADERS = Sketcher_Profile.hxx - -SOURCES = Sketcher_Profile.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/STEPExport/STEPExport.pro b/src/STEPExport/STEPExport.pro deleted file mode 100644 index 204a53c49..000000000 --- a/src/STEPExport/STEPExport.pro +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = STEPExport -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -STDLIB = -lstdc++ - -CAS_LDPATH = -L$$(CASROOT)/Linux/lib - -INCLUDEPATH += $${CAS_CPPFLAGS} $${KERNEL_CXXFLAGS} - -LIBS += $${STDLIB} $${CAS_LDPATH} -lTKSTEP $${KERNEL_LDFLAGS} -lSALOMELocalTrace - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += STEPEXPORT_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 - -SOURCES = STEPExport.cxx diff --git a/src/STEPImport/STEPImport.pro b/src/STEPImport/STEPImport.pro deleted file mode 100644 index 6f0c40d52..000000000 --- a/src/STEPImport/STEPImport.pro +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = STEPImport -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -STDLIB = -lstdc++ - -CAS_LDPATH = -L$$(CASROOT)/Linux/lib - -INCLUDEPATH += $${CAS_CPPFLAGS} $${KERNEL_CXXFLAGS} - -LIBS += $${STDLIB} $${CAS_LDPATH} -lTKSTEP $${KERNEL_LDFLAGS} -lSALOMELocalTrace - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += STEPIMPORT_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 - -SOURCES = STEPImport.cxx diff --git a/src/STLExport/STLExport.pro b/src/STLExport/STLExport.pro deleted file mode 100644 index 0957b15e6..000000000 --- a/src/STLExport/STLExport.pro +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = STLExport -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -STDLIB = -lstdc++ - -CAS_LDPATH = -L$$(CASROOT)/Linux/lib - -INCLUDEPATH += $${CAS_CPPFLAGS} $${KERNEL_CXXFLAGS} - -LIBS += $${STDLIB} $${CAS_LDPATH} -lTKSTL $${KERNEL_LDFLAGS} -lSALOMELocalTrace - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += 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 - -SOURCES = STLExport.cxx diff --git a/src/ShHealOper/ShHealOper.pro b/src/ShHealOper/ShHealOper.pro deleted file mode 100644 index bf083a1dd..000000000 --- a/src/ShHealOper/ShHealOper.pro +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = ShHealOper -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -STDLIB = -lstdc++ - -CAS_KERNEL = -L$${CASROOT}/Linux/lib -lTKernel - -CAS_MATH = -L$${CASROOT}/Linux/lib -lTKMath - -CAS_TKTopAlgo = -L$${CASROOT}/Linux/lib -lTKG2d -lTKG3d -lTKGeomBase -lTKBRep -lTKGeomAlgo -lTKTopAlgo - -CAS_LDPATH = -L$$(CASROOT)/Linux/lib - -INCLUDEPATH += $${CAS_CPPFLAGS} $${KERNEL_CXXFLAGS} - -LIBS += $${STDLIB} $${CAS_KERNEL} $${CAS_MATH} $${CAS_TKTopAlgo} $${CAS_LDPATH} -lTKBool -lTKShHealing -lTKLCAF - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += 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 - -HEADERS = ShHealOper_CloseContour.hxx -HEADERS += ShHealOper_EdgeDivide.hxx -HEADERS += ShHealOper_FillHoles.hxx -HEADERS += ShHealOper_RemoveFace.hxx -HEADERS += ShHealOper_RemoveInternalWires.hxx -HEADERS += ShHealOper_Sewing.hxx -HEADERS += ShHealOper_ShapeProcess.hxx -HEADERS += ShHealOper_SpiltCurve2d.hxx -HEADERS += ShHealOper_SplitCurve2d.hxx -HEADERS += ShHealOper_SplitCurve3d.hxx -HEADERS += ShHealOper_ChangeOrientation.hxx -HEADERS += ShHealOper_Tool.hxx - -SOURCES = ShHealOper_CloseContour.cxx -SOURCES += ShHealOper_EdgeDivide.cxx -SOURCES += ShHealOper_FillHoles.cxx -SOURCES += ShHealOper_RemoveFace.cxx -SOURCES += ShHealOper_RemoveInternalWires.cxx -SOURCES += ShHealOper_Sewing.cxx -SOURCES += ShHealOper_ShapeProcess.cxx -SOURCES += ShHealOper_SplitCurve2d.cxx -SOURCES += ShHealOper_SplitCurve3d.cxx -SOURCES += ShHealOper_ChangeOrientation.cxx -SOURCES += ShHealOper_Tool.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/TransformationGUI/TransformationGUI.pro b/src/TransformationGUI/TransformationGUI.pro deleted file mode 100644 index 48ea109f2..000000000 --- a/src/TransformationGUI/TransformationGUI.pro +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = TransformationGUI -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -QT_INCLUDES = $$(QTDIR)/include $$(QTDIR)/include/QtCore $$(QTDIR)/include/QtGui $$(QTDIR)/include/QtOpenGL $$(QTDIR)/include/QtXml - -VTK_INCLUDES = $$(VTKHOME)/include/vtk - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -PYTHON_INCLUDES = $$(PYTHONHOME)/include/python2.4 - -BOOST_CPPFLAGS = $$(BOOSTDIR)/include - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -GUI_CXXFLAGS = $$(GUI_ROOT_DIR)/include/salome - -CORBA_INCLUDES = $$(OMNIORBDIR)/include $$(OMNIORBDIR)/include/omniORB4 $$(OMNIORBDIR)/include/COS - -INCLUDEPATH += $${QT_INCLUDES} $${VTK_INCLUDES} $${CAS_CPPFLAGS} $${PYTHON_INCLUDES} $${BOOST_CPPFLAGS} $${KERNEL_CXXFLAGS} $${GUI_CXXFLAGS} $${CORBA_INCLUDES} ../GEOMGUI ../DlgRef ../GEOMBase ../OBJECT ../GEOMClient ../GEOMImpl ../GEOMFiltersSelection $$(GEOM_ROOT_DIR)/idl $$(GEOM_ROOT_DIR)/salome_adm/unix - -LIBS += -L$$(GEOM_ROOT_DIR)/lib -lGEOMFiltersSelection -lGEOMBase - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += 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 - -SOURCES = TransformationGUI.cxx -SOURCES += TransformationGUI_MultiTranslationDlg.cxx -SOURCES += TransformationGUI_MultiRotationDlg.cxx -SOURCES += TransformationGUI_TranslationDlg.cxx -SOURCES += TransformationGUI_RotationDlg.cxx -SOURCES += TransformationGUI_MirrorDlg.cxx -SOURCES += TransformationGUI_ScaleDlg.cxx -SOURCES += TransformationGUI_OffsetDlg.cxx -SOURCES += TransformationGUI_PositionDlg.cxx - -includes.files = $$HEADERS -includes.path = ../../include - -INSTALLS += includes diff --git a/src/VTKExport/VTKExport.pro b/src/VTKExport/VTKExport.pro deleted file mode 100644 index 79bd2acfb..000000000 --- a/src/VTKExport/VTKExport.pro +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = lib -TARGET = VTKExport -DESTDIR = ../../lib -MOC_DIR = ../../moc -OBJECTS_DIR = ../../obj/$$TARGET - -CASROOT = $$(CASROOT) -CAS_CPPFLAGS = $${CASROOT}/inc - -KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome - -KERNEL_LDFLAGS = -L$$(KERNEL_ROOT_DIR)/lib/salome - -STDLIB = -lstdc++ - -CAS_LDPATH = -L$$(CASROOT)/Linux/lib - -INCLUDEPATH += $${CAS_CPPFLAGS} $${KERNEL_CXXFLAGS} - -LIBS += $${STDLIB} $${CAS_LDPATH} $${KERNEL_LDFLAGS} -lSALOMELocalTrace - -CONFIG -= debug release debug_and_release -CONFIG += qt thread debug dll shared - -win32:DEFINES += WIN32 -DEFINES += 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 - -SOURCES = VTKExport.cxx diff --git a/src/src.pro b/src/src.pro deleted file mode 100644 index 50597ae79..000000000 --- a/src/src.pro +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -# -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -# - -TEMPLATE = subdirs -CONFIG += ordered - -SUBDIRS = OBJECT -SUBDIRS += ARCHIMEDE -SUBDIRS += NMTDS -SUBDIRS += NMTTools -SUBDIRS += NMTAlgo -SUBDIRS += GEOMAlgo -SUBDIRS += SKETCHER -SUBDIRS += GEOM -SUBDIRS += BREPExport -SUBDIRS += BREPImport -SUBDIRS += IGESExport -SUBDIRS += IGESImport -SUBDIRS += STEPExport -SUBDIRS += STEPImport -SUBDIRS += STLExport -SUBDIRS += ShHealOper -SUBDIRS += GEOMImpl -SUBDIRS += GEOM_I -SUBDIRS += GEOMClient -SUBDIRS += DlgRef -SUBDIRS += GEOMFiltersSelection -SUBDIRS += GEOMGUI -SUBDIRS += GEOMBase -SUBDIRS += GEOMToolsGUI -SUBDIRS += DisplayGUI -SUBDIRS += BasicGUI -SUBDIRS += PrimitiveGUI -SUBDIRS += GenerationGUI -SUBDIRS += EntityGUI -SUBDIRS += BuildGUI -SUBDIRS += BooleanGUI -SUBDIRS += TransformationGUI -#SUBDIRS += OperationGUI -#SUBDIRS += RepairGUI -#SUBDIRS += MeasureGUI -#SUBDIRS += GroupGUI -#SUBDIRS += BlocksGUI -#SUBDIRS += GEOM_I_Superv -#SUBDIRS += GEOM_SWIG -- 2.39.2