From cdeafbd563f6abf2d1ac1bfb0908e8123e8215d0 Mon Sep 17 00:00:00 2001 From: mpv Date: Thu, 15 Feb 2007 11:37:58 +0000 Subject: [PATCH] MPV: merge from branch BR_GUI_AutoTools --- doc/Makefile.in | 69 -------- doc/salome/Makefile.in | 77 --------- src/CAF/Makefile.in | 71 --------- src/CAM/Makefile.in | 65 -------- src/Event/Makefile.in | 53 ------- src/GLViewer/Makefile.in | 121 -------------- src/ObjBrowser/Makefile.in | 60 ------- src/Plot2d/Makefile.in | 96 ------------ src/PythonConsole/Makefile.in | 55 ------- src/Qtx/Makefile.in | 165 -------------------- src/RegistryDisplay/Makefile.in | 59 ------- src/ResExporter/Makefile.in | 48 ------ src/SALOME_PY/Makefile.in | 52 ------ src/SALOME_PYQT/Makefile.in | 37 ----- src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile.in | 100 ------------ src/SALOME_PYQT/SalomePyQt/Makefile.in | 132 ---------------- src/SALOME_SWIG/Makefile.in | 57 ------- src/STD/Makefile.in | 86 ---------- src/SUIT/Makefile.in | 126 --------------- src/SUITApp/Makefile.in | 74 --------- src/SalomeApp/Makefile.in | 98 ------------ src/Session/Makefile.in | 82 ---------- src/Style/Makefile.in | 86 ---------- src/TOOLSGUI/Makefile.in | 70 --------- src/VTKViewer/Makefile.in | 102 ------------ 25 files changed, 2041 deletions(-) delete mode 100644 doc/Makefile.in delete mode 100644 doc/salome/Makefile.in delete mode 100755 src/CAF/Makefile.in delete mode 100755 src/CAM/Makefile.in delete mode 100755 src/Event/Makefile.in delete mode 100644 src/GLViewer/Makefile.in delete mode 100755 src/ObjBrowser/Makefile.in delete mode 100755 src/Plot2d/Makefile.in delete mode 100755 src/PythonConsole/Makefile.in delete mode 100755 src/Qtx/Makefile.in delete mode 100755 src/RegistryDisplay/Makefile.in delete mode 100755 src/ResExporter/Makefile.in delete mode 100755 src/SALOME_PY/Makefile.in delete mode 100755 src/SALOME_PYQT/Makefile.in delete mode 100644 src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile.in delete mode 100644 src/SALOME_PYQT/SalomePyQt/Makefile.in delete mode 100755 src/SALOME_SWIG/Makefile.in delete mode 100755 src/STD/Makefile.in delete mode 100755 src/SUIT/Makefile.in delete mode 100644 src/SUITApp/Makefile.in delete mode 100755 src/SalomeApp/Makefile.in delete mode 100755 src/Session/Makefile.in delete mode 100644 src/Style/Makefile.in delete mode 100755 src/TOOLSGUI/Makefile.in delete mode 100755 src/VTKViewer/Makefile.in diff --git a/doc/Makefile.in b/doc/Makefile.in deleted file mode 100644 index 4a62d64a2..000000000 --- a/doc/Makefile.in +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D -# -# 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 -# - -# -* Makefile *- -# -# Author : Patrick GOLDBRONN (CEA) -# Date : 30/11/2001 -# $Header$ -# -# source path -top_srcdir=@top_srcdir@ -top_builddir=.. -srcdir=@srcdir@ -VPATH=.:@srcdir@ - -SUBDIRS= salome - -@COMMENCE@ - -docs: - @@SETX@; for d in $(SUBDIRS); do \ - (cd $$d && $(MAKE) $@) || exit 1; \ - done - -usr_docs: - @@SETX@; for d in $(SUBDIRS); do \ - (cd $$d && $(MAKE) $@) || exit 1; \ - done - -dev_docs: - @@SETX@; for d in $(SUBDIRS); do \ - (cd $$d && $(MAKE) $@) || exit 1; \ - done - -clean: - @@SETX@; for d in $(SUBDIRS); do \ - (cd $$d && $(MAKE) $@) || exit 1; \ - done - -distclean: clean - @@SETX@; for d in $(SUBDIRS); do \ - (cd $$d && $(MAKE) $@) || exit 1; \ - done - -install: - @@SETX@; for d in $(SUBDIRS); do \ - (cd $$d && $(MAKE) $@) || exit 1; \ - done - -uninstall: - @@SETX@; for d in $(SUBDIRS); do \ - (cd $$d && $(MAKE) $@) || exit 1; \ - done diff --git a/doc/salome/Makefile.in b/doc/salome/Makefile.in deleted file mode 100644 index 72b2d98ad..000000000 --- a/doc/salome/Makefile.in +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D -# -# 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 -# - -# -* Makefile *- -# -# Author : Patrick GOLDBRONN (CEA) -# Date : 30/11/2001 -# $Header$ -# -# source path -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@ - -SUBDIRS= tui gui -SUBDIRSTUI= tui -SUBDIRSGUI= gui - -@COMMENCE@ - -usr_docs: - @@SETX@; for d in $(SUBDIRSGUI); do \ - (cd $$d && $(MAKE) $@) || exit 1; \ - done; \ - -docs: usr_docs - -dev_docs: - @@SETX@; for d in $(SUBDIRSTUI); do \ - (cd $$d && $(MAKE) $@) || exit 1; \ - done; \ - -clean: - @@SETX@; for d in $(SUBDIRS); do \ - if test -d $$d/GUI; then \ - (cd $$d && $(MAKE) $@) || exit 1; \ - fi; \ - done - -distclean: clean - @@SETX@; for d in $(SUBDIRS); do \ - if test -d $$d/GUI; then \ - (cd $$d && $(MAKE) $@) || exit 1; \ - fi; \ - done - -install: - $(MAKE) docs - @@SETX@; for d in $(SUBDIRS); do \ - if test -d $$d/GUI; then \ - (cd $$d && $(MAKE) $@); \ - fi; \ - done - -uninstall: - @@SETX@; for d in $(SUBDIRS); do \ - if test -d $$d/GUI; then \ - (cd $$d && $(MAKE) $@) || exit 1; \ - fi; \ - done; \ diff --git a/src/CAF/Makefile.in b/src/CAF/Makefile.in deleted file mode 100755 index d50233a40..000000000 --- a/src/CAF/Makefile.in +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D -# -# 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 -# -# File : Makefile.in -# Author : Vladimir Klyachin (OCN) -# Module : caf -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@srcdir@/resources - - -@COMMENCE@ - -# header files -EXPORT_HEADERS= CAF.h \ - CAF_Application.h \ - CAF_Operation.h \ - CAF_Study.h \ - CAF_Tools.h - -# .po files to transform in .qm -PO_FILES = CAF_images.po \ - CAF_msg_en.po - -# Libraries targets -LIB = libcaf.la - -LIB_SRC= CAF_Application.cxx \ - CAF_Operation.cxx \ - CAF_Study.cxx \ - CAF_Tools.cxx - -LIB_MOC = \ - CAF_Application.h \ - CAF_Operation.h \ - CAF_Study.h - -RESOURCES_FILES = \ -redo.png \ -undo.png - - -CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) -I${QTDIR}/src/kernel -I$(QTDIR)/mkspecs/linux-g++ - -LDFLAGS+=$(QT_MT_LIBS) $(CAS_OCAF) $(CAS_OCAFVIS) -LIBS+= -lstd -lsuit - -@CONCLUDE@ - - - - - diff --git a/src/CAM/Makefile.in b/src/CAM/Makefile.in deleted file mode 100755 index 6c02e685b..000000000 --- a/src/CAM/Makefile.in +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D -# -# 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 -# -# File : Makefile.in -# Author : Vladimir Klyachin (OCN) -# Module : CAM -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@srcdir@/resources - - -@COMMENCE@ - -EXPORT_HEADERS= CAM_Application.h \ - CAM_DataModel.h \ - CAM_DataObject.h \ - CAM.h \ - CAM_Module.h \ - CAM_Study.h \ - CAM_RootObject.h - -PO_FILES = CAM_msg_en.po - -LIB = libCAM.la - -LIB_SRC= CAM_Application.cxx \ - CAM_DataModel.cxx \ - CAM_DataObject.cxx \ - CAM_Module.cxx \ - CAM_Study.cxx \ - CAM_RootObject.cxx - -LIB_MOC = CAM_Application.h \ - CAM_Module.h \ - CAM_Study.h \ - CAM_DataModel.h - -CPPFLAGS+=$(QT_INCLUDES) - -LDFLAGS+=$(QT_MT_LIBS) - -LIBS+= -lsuit -lstd -LDFLAGSFORBIN= -lSUITApp - -@CONCLUDE@ - - diff --git a/src/Event/Makefile.in b/src/Event/Makefile.in deleted file mode 100755 index 02aaa2bca..000000000 --- a/src/Event/Makefile.in +++ /dev/null @@ -1,53 +0,0 @@ -# SALOME Utils : general SALOME's definitions and tools -# -# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -# -# 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 -# -# -# -# File : Makefile.in -# Author : Marc Tajchman (CEA) -# Module : SALOME -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@top_srcdir@/idl - - -@COMMENCE@ - -# header files -EXPORT_HEADERS= \ - Event.h \ - SALOME_Event.hxx - -EXPORT_PYSCRIPTS = -# Libraries targets - -LIB = libEvent.la -LIB_SRC = SALOME_Event.cxx - -CPPFLAGS+=$(QT_INCLUDES) $(KERNEL_CXXFLAGS) -LDFLAGS+=$(QT_MT_LIBS) - -@CONCLUDE@ - - diff --git a/src/GLViewer/Makefile.in b/src/GLViewer/Makefile.in deleted file mode 100644 index 76869431a..000000000 --- a/src/GLViewer/Makefile.in +++ /dev/null @@ -1,121 +0,0 @@ -# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D -# -# 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 -# -# File : Makefile.in -# Author : Vladimir Klyachin (OCN) -# Module : caf -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@srcdir@/resources - - -@COMMENCE@ - -# header files -EXPORT_HEADERS= GLViewer.h \ - GLViewer_AspectLine.h \ - GLViewer_BaseDrawers.h \ - GLViewer_BaseObjects.h \ - GLViewer_Compass.h \ - GLViewer_Context.h \ - GLViewer_CoordSystem.h \ - GLViewer_Defs.h \ - GLViewer_Drawer.h \ - GLViewer_Geom.h \ - GLViewer_Grid.h \ - GLViewer_Group.h \ - GLViewer_MimeSource.h \ - GLViewer_Object.h \ - GLViewer_Selector.h \ - GLViewer_Selector2d.h \ - GLViewer_Text.h \ - GLViewer_Tools.h \ - GLViewer_ToolTip.h \ - GLViewer_ViewFrame.h \ - GLViewer_ViewManager.h \ - GLViewer_ViewPort.h \ - GLViewer_ViewPort2d.h \ - GLViewer_Viewer.h \ - GLViewer_Viewer2d.h \ - GLViewer_Widget.h - -# .po files to transform in .qm -PO_FILES = GLViewer_images.po \ - GLViewer_msg_en.po - -# Libraries targets -LIB = libGLViewer.la - -LIB_SRC= GLViewer_AspectLine.cxx \ - GLViewer_BaseDrawers.cxx \ - GLViewer_BaseObjects.cxx \ - GLViewer_Compass.cxx \ - GLViewer_Context.cxx \ - GLViewer_CoordSystem.cxx \ - GLViewer_Drawer.cxx \ - GLViewer_Geom.cxx \ - GLViewer_Grid.cxx \ - GLViewer_Group.cxx \ - GLViewer_MimeSource.cxx \ - GLViewer_Object.cxx \ - GLViewer_Selector.cxx \ - GLViewer_Selector2d.cxx \ - GLViewer_Text.cxx \ - GLViewer_Tools.cxx \ - GLViewer_ToolTip.cxx \ - GLViewer_ViewFrame.cxx \ - GLViewer_ViewManager.cxx \ - GLViewer_ViewPort.cxx \ - GLViewer_ViewPort2d.cxx \ - GLViewer_Viewer.cxx \ - GLViewer_Viewer2d.cxx \ - GLViewer_Widget.cxx - -LIB_MOC = GLViewer_Selector.h \ - GLViewer_Selector2d.h \ - GLViewer_ToolTip.h \ - GLViewer_ViewFrame.h \ - GLViewer_ViewManager.h \ - GLViewer_ViewPort.h \ - GLViewer_ViewPort2d.h \ - GLViewer_Viewer.h \ - GLViewer_Viewer2d.h \ - GLViewer_Widget.h - -RESOURCES_FILES = cursor_rotate.png \ - cursor_sketch.png \ - cursor_zoom.png \ - view_dump.png \ - view_fitall.png \ - view_fitarea.png \ - view_fitselect.png \ - view_glpan.png \ - view_pan.png \ - view_reset.png \ - view_zoom.png - -CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) - -LDFLAGS+=$(QT_MT_LIBS) $(CAS_KERNEL) - -LIBS+= -lsuit -L/usr/X11R6/lib@LIB_LOCATION_SUFFIX@ -lGLU - -@CONCLUDE@ diff --git a/src/ObjBrowser/Makefile.in b/src/ObjBrowser/Makefile.in deleted file mode 100755 index 71ff8fefd..000000000 --- a/src/ObjBrowser/Makefile.in +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D -# -# 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 -# -# File : Makefile.in -# Author : Vladimir Klyachin (OCN) -# Module : ObjectBrowser -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@srcdir@/resources - - -@COMMENCE@ - -# header files -EXPORT_HEADERS= OB.h \ - OB_Browser.h \ - OB_ListItem.h \ - OB_ListView.h \ - OB_Filter.h - -# Libraries targets -LIB = libObjBrowser.la - -LIB_SRC= OB_Browser.cxx \ - OB_ListItem.cxx \ - OB_ListView.cxx \ - OB_Filter.cxx - -LIB_MOC = OB_Browser.h \ - OB_ListView.h - -# .po files to transform in .qm -PO_FILES = OB_msg_en.po - -CPPFLAGS+=$(QT_INCLUDES) - -LDFLAGS+=$(QT_MT_LIBS) -LIBS+= -lsuit - -@CONCLUDE@ - - diff --git a/src/Plot2d/Makefile.in b/src/Plot2d/Makefile.in deleted file mode 100755 index 73af7206c..000000000 --- a/src/Plot2d/Makefile.in +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D -# -# 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 -# -# File : Makefile.in -# Author : Vladimir Klyachin (OCN) -# Module : Plot2d -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@srcdir@/resources - - -@COMMENCE@ - -# header files -EXPORT_HEADERS= Plot2d.h \ - Plot2d_Curve.h \ - Plot2d_FitDataDlg.h \ - Plot2d_Prs.h \ - Plot2d_SetupViewDlg.h \ - Plot2d_ViewFrame.h \ - Plot2d_ViewManager.h \ - Plot2d_ViewModel.h \ - Plot2d_ViewWindow.h \ - Plot2d_SetupCurveDlg.h \ - Plot2d_ToolTip.h - -# .po files to transform in .qm -PO_FILES = Plot2d_images.po \ - Plot2d_msg_en.po - -# Libraries targets -LIB = libPlot2d.la -LIB_SRC= Plot2d_Curve.cxx \ - Plot2d_FitDataDlg.cxx \ - Plot2d_Prs.cxx \ - Plot2d_SetupViewDlg.cxx \ - Plot2d_ViewFrame.cxx \ - Plot2d_ViewManager.cxx \ - Plot2d_ViewModel.cxx \ - Plot2d_ViewWindow.cxx \ - Plot2d_SetupCurveDlg.cxx \ - Plot2d_ToolTip.cxx - -LIB_MOC = \ - Plot2d_FitDataDlg.h \ - Plot2d_SetupViewDlg.h \ - Plot2d_ViewFrame.h \ - Plot2d_ViewManager.h \ - Plot2d_ViewModel.h \ - Plot2d_ViewWindow.h \ - Plot2d_SetupCurveDlg.h \ - Plot2d_ToolTip.h - -RESOURCES_FILES = \ -plot2d_clone.png \ -plot2d_camera_dump.png \ -plot2d_fitall.png \ -plot2d_fitarea.png \ -plot2d_glpan.png \ -plot2d_legend.png \ -plot2d_linear.png \ -plot2d_linear_y.png \ -plot2d_lines.png \ -plot2d_log.png \ -plot2d_log_y.png \ -plot2d_pan.png \ -plot2d_points.png \ -plot2d_settings.png \ -plot2d_splines.png \ -plot2d_zoom.png - -CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(QWT_INCLUDES) - -LDFLAGS+=$(QWT_LIBS) $(QT_MT_LIBS) -lsuit - -@CONCLUDE@ - - diff --git a/src/PythonConsole/Makefile.in b/src/PythonConsole/Makefile.in deleted file mode 100755 index 692b54b3b..000000000 --- a/src/PythonConsole/Makefile.in +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D -# -# 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 -# -# File : Makefile.in -# Author : Vladimir Klyachin (OCN) -# Module : PythonConsole -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@ - - -@COMMENCE@ - -# header files -EXPORT_HEADERS= PythonConsole.h \ - PythonConsole_PyConsole.h \ - PythonConsole_PyEditor.h \ - PythonConsole_PyInterp.h - -# Libraries targets -LIB = libPythonConsole.la - -LIB_SRC= PythonConsole_PyConsole.cxx \ - PythonConsole_PyEditor.cxx \ - PythonConsole_PyInterp.cxx - -LIB_MOC = \ - PythonConsole_PyEditor.h \ - PythonConsole_PyConsole.h - -CPPFLAGS+= $(PYTHON_INCLUDES) $(QT_INCLUDES) - -LDFLAGS+= $(PYTHON_LIBS) $(QT_MT_LIBS) - -@CONCLUDE@ - - diff --git a/src/Qtx/Makefile.in b/src/Qtx/Makefile.in deleted file mode 100755 index ea5bccbc6..000000000 --- a/src/Qtx/Makefile.in +++ /dev/null @@ -1,165 +0,0 @@ -# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D -# -# 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 -# -# File : Makefile.in -# Author : Vladimir Klyachin (OCN) -# Module : suit -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ - -VPATH=.:@srcdir@:@srcdir@/resources - -@COMMENCE@ - -# header files - -EXPORT_HEADERS= Qtx.h \ - QtxAction.h \ - QtxColorScale.h \ - QtxComboBox.h \ - QtxDblSpinBox.h \ - QtxDialog.h \ - QtxDockAction.h \ - QtxDockWindow.h \ - QtxGroupBox.h \ - QtxIntSpinBox.h \ - QtxListAction.h \ - QtxListBox.h \ - QtxListOfOperations.h \ - QtxLogoMgr.h \ - QtxMenuButton.h \ - QtxMRUAction.h \ - QtxOperations.h \ - QtxPathDialog.h \ - QtxPopupMgr.h \ - QtxResourceMgr.h \ - QtxStdOperations.h \ - QtxTable.h \ - QtxToolBar.h \ - QtxToolTip.h \ - QtxParser.h \ - QtxPopupMenu.h \ - QtxActionMgr.h \ - QtxActionMenuMgr.h \ - QtxActionToolMgr.h \ - QtxMainWindow.h \ - QtxWorkspaceAction.h \ - QtxWorkstackAction.h \ - QtxListResourceEdit.h \ - QtxWorkstack.h \ - QtxResourceEdit.h \ - QtxListView.h \ - QtxDirListEditor.h \ - QtxDblValidator.h \ - QtxSplash.h - -# .po files to transform in .qm - -PO_FILES = \ - -# Libraries targets - -LIB = libqtx.la - -LIB_SRC= \ - Qtx.cxx \ - QtxAction.cxx \ - QtxColorScale.cxx \ - QtxComboBox.cxx \ - QtxDblSpinBox.cxx \ - QtxDialog.cxx \ - QtxDockAction.cxx \ - QtxDockWindow.cxx \ - QtxGroupBox.cxx \ - QtxIntSpinBox.cxx \ - QtxListAction.cxx \ - QtxListBox.cxx \ - QtxListOfOperations.cxx \ - QtxLogoMgr.cxx \ - QtxMenuButton.cxx \ - QtxMRUAction.cxx \ - QtxPathDialog.cxx \ - QtxPopupMgr.cxx \ - QtxResourceMgr.cxx \ - QtxStdOperations.cxx \ - QtxTable.cxx \ - QtxToolBar.cxx \ - QtxToolTip.cxx \ - QtxOperations.cxx \ - QtxParser.cxx \ - QtxPopupMenu.cxx \ - QtxActionMgr.cxx \ - QtxActionMenuMgr.cxx \ - QtxActionToolMgr.cxx \ - QtxMainWindow.cxx \ - QtxWorkspaceAction.cxx \ - QtxWorkstackAction.cxx \ - QtxListResourceEdit.cxx \ - QtxResourceEdit.cxx \ - QtxWorkstack.cxx \ - QtxListView.cxx \ - QtxDirListEditor.cxx \ - QtxDblValidator.cxx \ - QtxSplash.cxx - -LIB_MOC = \ - QtxAction.h \ - QtxColorScale.h \ - QtxComboBox.h \ - QtxDblSpinBox.h \ - QtxDialog.h \ - QtxDockAction.h \ - QtxDockWindow.h \ - QtxGroupBox.h \ - QtxIntSpinBox.h \ - QtxListAction.h \ - QtxListBox.h \ - QtxLogoMgr.h \ - QtxMenuButton.h \ - QtxMRUAction.h \ - QtxPathDialog.h \ - QtxPopupMgr.h \ - QtxPopupMenu.h \ - QtxTable.h \ - QtxToolBar.h \ - QtxToolTip.h \ - QtxActionMgr.h \ - QtxActionMenuMgr.h \ - QtxActionToolMgr.h \ - QtxMainWindow.h \ - QtxWorkspaceAction.h \ - QtxWorkstackAction.h \ - QtxWorkstack.h \ - QtxListView.h \ - QtxListResourceEdit.h \ - QtxDirListEditor.h \ - QtxDblValidator.h \ - QtxSplash.h - -RESOURCES_FILES = \ - -CPPFLAGS+=$(QT_INCLUDES) - -LDFLAGS+=$(QT_MT_LIBS) - -@CONCLUDE@ - - diff --git a/src/RegistryDisplay/Makefile.in b/src/RegistryDisplay/Makefile.in deleted file mode 100755 index 46b60c25a..000000000 --- a/src/RegistryDisplay/Makefile.in +++ /dev/null @@ -1,59 +0,0 @@ -# SALOME RegistryDisplay : GUI for Registry server implementation -# -# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -# -# 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 -# -# -# -# File : Makefile.in -# Author : Paul RASCLE, EDF -# Module : SALOME -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@top_srcdir@/idl - -@COMMENCE@ - -EXPORT_PYSCRIPTS = - -EXPORT_HEADERS= HelpWindow.hxx \ - IntervalWindow.hxx \ - RegWidget.h - -# Libraries targets - -LIB = libRegistryDisplay.la - -LIB_SRC = HelpWindow.cxx \ - RegWidget.cxx \ - RegWidgetFactory.cxx \ - IntervalWindow.cxx - -LIB_MOC = RegWidget.h - -LIB_CLIENT_IDL = SALOME_Registry.idl SALOME_Exception.idl - -CPPFLAGS+=$(QT_INCLUDES) $(KERNEL_CXXFLAGS) -LDFLAGS+=$(QT_MT_LIBS) $(KERNEL_LDFLAGS) -lSalomeNS -lOpUtil - - -@CONCLUDE@ diff --git a/src/ResExporter/Makefile.in b/src/ResExporter/Makefile.in deleted file mode 100755 index e1838e26d..000000000 --- a/src/ResExporter/Makefile.in +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D -# -# 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 -# -# File : Makefile.in -# Author : Vadim SANDLER (OCN) -# Module : SalomeApp -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@srcdir@/resources - - -@COMMENCE@ - - -BIN = ResourceExporter -BIN_SRC = - -CPPFLAGS += $(QT_INCLUDES) - -LDFLAGS += $(QT_MT_LIBS) -LIBS += -lsuit -lqtx - -LDFLAGSFORBIN = ${LDFLAGS} -LIBSFORBIN = $(LIBS) -@CONCLUDE@ - - - - - diff --git a/src/SALOME_PY/Makefile.in b/src/SALOME_PY/Makefile.in deleted file mode 100755 index d1eb1c2bc..000000000 --- a/src/SALOME_PY/Makefile.in +++ /dev/null @@ -1,52 +0,0 @@ -# SALOME SALOME_PY : binding of VTK graphics and Python -# -# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -# -# 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 -# -# -# -# File : Makefile.in -# Author : Paul RASCLE, EDF -# Module : SALOME -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@top_srcdir@/idl - - -@COMMENCE@ - -# Libraries targets - -LIB = libSalomePy.la -LIB_SRC = SalomePy.cxx - -LIB_CLIENT_IDL = SALOMEDS.idl \ - SALOMEDS_Attributes.idl \ - SALOME_Exception.idl \ - SALOME_GenericObj.idl - -CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(OCC_INCLUDES) $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS) -DHAVE_CONFIG_H -LDFLAGS+= $(PYTHON_LIBS) $(QT_MT_LIBS) $(VTK_LIBS) $(OGL_LIBS) -lSalomeApp -lvtkCommonPython -lvtkGraphicsPython -lvtkImagingPython -# -lVTKViewer - - -@CONCLUDE@ diff --git a/src/SALOME_PYQT/Makefile.in b/src/SALOME_PYQT/Makefile.in deleted file mode 100755 index f3b93eac7..000000000 --- a/src/SALOME_PYQT/Makefile.in +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -# -# 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 -# -# -# -# File : Makefile.in -# Author : Patrick GOLDBRONN (CEA) -# Module : SALOME -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@ - - -@COMMENCE@ - -SUBDIRS = SALOME_PYQT_GUI SalomePyQt - -@MODULE@ diff --git a/src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile.in b/src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile.in deleted file mode 100644 index 942c34a4a..000000000 --- a/src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile.in +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright (C) 2005 OPEN CASCADE, CEA/DEN, EDF R&D, PRINCIPIA R&D -# -# 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 -# -# File : Makefile.in -# Author : Nicolas REJNERI -# Module : SALOME - -top_srcdir=@top_srcdir@ -top_builddir=../../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@top_srcdir@/idl - -@COMMENCE@ - -# small trick for Mandrake-10.1: PyQt 3.13 does not support Qt 3.3.3 -ifeq ($(QT_VERS),Qt_3_3_3) -QT_VERS = Qt_3_3_0 -endif - -ifeq ($(QT_VERS),Qt_3_3_4) -QT_VERS = Qt_3_3_0 -endif - -ifeq ($(QT_VERS),Qt_3_3_6) -QT_VERS = Qt_3_3_0 -endif - -# Sip flags -SIP_FLAGS = -t WS_X11 -t $(QT_VERS) $(PYQT_SIPFLAGS) -s ".cc" -c . -I $(PYQT_SIPS) - -# Sip sources -ifeq ($(SIP_VERS),v4_old) -SIP_SRC = sipSalomePyQtGUIcmodule.cc -SIP_FILES = SALOME_PYQT_GUI.sip -else -ifeq ($(SIP_VERS),v4_new) -SIP_SRC = sipSalomePyQtGUIcmodule.cc -SIP_FILES = SALOME_PYQT_GUI.sip -else -SIP_SRC = SalomePyQtGUIcmodule.cc -SIP_FILES = SALOME_PYQT_GUI.sip -endif -endif - -###################### - -# headers -EXPORT_HEADERS = SALOME_PYQT_GUI.h \ - SALOME_PYQT_PyInterp.h \ - SALOME_PYQT_Module.h - -# Library target -LIB = libSalomePyQtGUI.la - -# library sources -LIB_SRC = SALOME_PYQT_PyInterp.cxx \ - SALOME_PYQT_Module.cxx \ - $(SIP_SRC) - -# moc pre-processing -LIB_MOC = SALOME_PYQT_Module.h - -LIB_CLIENT_IDL = SALOME_Exception.idl \ - SALOME_GenericObj.idl \ - SALOME_ContainerManager.idl \ - SALOME_Component.idl - -CPPFLAGS += $(QT_INCLUDES) $(SIP_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(BOOST_CPPFLAGS) -DHAVE_CONFIG_H $(KERNEL_CXXFLAGS) -D__CALL_OLD_METHODS__ - -LIBS += $(PYTHON_LIBS) $(SIP_LIBS) $(PYQT_LIBS) $(VTK_LIBS) $(OGL_LIBS) -LDFLAGS += -lPyInterp -lSalomeApp - -################################## - -# Custom build step: generate C++ wrapping according to $(SIP_FILES) - -$(SIP_SRC): $(SIP_FILES) - $(SIP) $(SIP_FLAGS) $< - -$(MOC_SRC): $(MOC_H) - $(MOC) $< -o $@ - -################################### - -@CONCLUDE@ diff --git a/src/SALOME_PYQT/SalomePyQt/Makefile.in b/src/SALOME_PYQT/SalomePyQt/Makefile.in deleted file mode 100644 index 406187890..000000000 --- a/src/SALOME_PYQT/SalomePyQt/Makefile.in +++ /dev/null @@ -1,132 +0,0 @@ -# Copyright (C) 2005 OPEN CASCADE, CEA/DEN, EDF R&D, PRINCIPIA R&D -# -# 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 -# -# File : Makefile.in -# Author : Nicolas REJNERI -# Module : SALOME - -top_srcdir=@top_srcdir@ -top_builddir=../../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@top_srcdir@/idl - - -@COMMENCE@ - -# small trick for Mandrake-10.1: PyQt 3.13 does not support Qt 3.3.3 -ifeq ($(QT_VERS),Qt_3_3_3) -QT_VERS = Qt_3_3_0 -endif -ifeq ($(QT_VERS),Qt_3_3_4) -QT_VERS = Qt_3_3_0 -endif -ifeq ($(QT_VERS),Qt_3_3_6) -QT_VERS = Qt_3_3_0 -endif - -# Sip flags -SIP_FLAGS = -t WS_X11 -t $(QT_VERS) $(PYQT_SIPFLAGS) -s ".cc" -c . -I $(PYQT_SIPS) - -# Sip common sources -SIP_SRC = sipSalomePyQtSalomePyQt.cc \ - sipSalomePyQtSALOME_Selection.cc \ - sipSalomePyQtQtxAction.cc - -# Sip version-specific sources -ifeq ($(SIP_VERS),v4_old) -SIP_SRC += sipSalomePyQtcmodule.cc -else -ifeq ($(SIP_VERS),v4_new) -SIP_SRC += sipSalomePyQtcmodule.cc -else -SIP_SRC += SalomePyQtcmodule.cc -endif -endif - -# Sip/moc sources -ifeq ($(SIP_VERS),v4_old) -MOC_SRC = sipSalomePyQtcmodule_moc.cxx -MOC_H = sipSalomePyQtcmodule.h -else -ifeq ($(SIP_VERS),v3_new) -MOC_SRC = SalomePyQtcmodule_moc.cxx -MOC_H = SalomePyQtcmodule.h -else -ifeq ($(SIP_VERS),v3_old) -MOC_SRC = sipSalomePyQtProxySalomePyQt_moc.cxx -MOC_H = sipSalomePyQtProxySalomePyQt.h -endif -endif -endif - -# Sip definition files -ifeq ($(SIP_VERS),v4_old) -SIP_FILES = SalomePyQt_v4.sip -else -ifeq ($(SIP_VERS),v4_new) -SIP_FILES = SalomePyQt_v4.sip -else -SIP_FILES = SalomePyQt.sip -endif -endif - -# Libraries targets -ifeq ($(SIP_VERS),v4_old) -LIB = SalomePyQt.so -else -ifeq ($(SIP_VERS),v4_new) -LIB = SalomePyQt.so -else -LIB = libSalomePyQtcmodule.la -endif -endif - -# Exported python scripts -ifeq ($(SIP_VERS),v3_old) -EXPORT_SHAREDPYSCRIPTS = SalomePyQt.py -else -ifeq ($(SIP_VERS),v3_new) -EXPORT_SHAREDPYSCRIPTS = SalomePyQt.py -endif -endif - -# Library sources -LIB_SRC = SalomePyQt.cxx \ - $(SIP_SRC) \ - $(MOC_SRC) - -# Library moc sources -LIB_MOC = SalomePyQt.h - -# Client IDL -LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_GenericObj.idl - -# Compilation/linkage flags -CPPFLAGS += $(QT_INCLUDES) $(SIP_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(BOOST_CPPFLAGS) -DHAVE_CONFIG_H $(KERNEL_CXXFLAGS) -LIBS += $(PYTHON_LIBS) $(SIP_LIBS) $(PYQT_LIBS) $(VTK_LIBS) $(OGL_LIBS) -LDFLAGS += -lsuit -lCAM -lstd -lqtx -lSalomeApp -lSalomeSession -lEvent -lLogWindow -lVTKViewer -lToolsGUI -lSalomePyQtGUI - - -# Custom build step: generate C++ wrapping according to $(SIP_FILES) -$(SIP_SRC): $(SIP_FILES) - $(SIP) $(SIP_FLAGS) $< - -$(MOC_SRC): $(MOC_H) - $(MOC) $< -o $@ - -@CONCLUDE@ diff --git a/src/SALOME_SWIG/Makefile.in b/src/SALOME_SWIG/Makefile.in deleted file mode 100755 index 80cc9daf3..000000000 --- a/src/SALOME_SWIG/Makefile.in +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -# -# 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 -# -# -# -# File : Makefile.in -# Author : Paul RASCLE, EDF -# Module : SALOME -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@top_srcdir@/idl - - -@COMMENCE@ - -# header files -EXPORT_HEADERS= SALOMEGUI_Swig.hxx \ - SALOMEGUI_Swig.i - -# Libraries targets - -LIB = libSALOME_Swigcmodule.la -LIB_SRC = SALOMEGUI_Swig.cxx - -LIB_CLIENT_IDL = SALOMEDS.idl \ - SALOME_Exception.idl \ - SALOME_GenericObj.idl - -SWIG_DEF = libSALOME_Swig.i -EXPORT_PYSCRIPTS = libSALOME_Swig.py examplevtk1.py supervisionexample.py supervisiongeomexample.py test_table.py test_big_table.py test_many_objects.py test_remove_ref.py - -EXPORT_SHAREDPYSCRIPTS=SALOMEGUI_shared_modules.py - -CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(BOOST_CPPFLAGS) -DHAVE_CONFIG_H $(KERNEL_CXXFLAGS) -LIBS+= $(PYTHON_LIBS) -LDFLAGS+= -lSalomeApp - -@CONCLUDE@ diff --git a/src/STD/Makefile.in b/src/STD/Makefile.in deleted file mode 100755 index cfd6deca0..000000000 --- a/src/STD/Makefile.in +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D -# -# 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 -# -# File : Makefile.in -# Author : Vladimir Klyachin (OCN) -# Module : STD -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@srcdir@/resources - - -@COMMENCE@ - -# header files -EXPORT_HEADERS= STD_Application.h \ - STD.h \ - STD_MDIDesktop.h \ - STD_SDIDesktop.h \ - STD_TabDesktop.h \ - STD_CloseDlg.h \ - STD_LoadStudiesDlg.h - -# .po files to transform in .qm -PO_FILES = STD_images.po \ - STD_msg_en.po - -# Libraries targets -LIB = libstd.la - -LIB_SRC= STD_Application.cxx \ - STD_MDIDesktop.cxx \ - STD_SDIDesktop.cxx \ - STD_TabDesktop.cxx \ - STD_CloseDlg.cxx \ - STD_LoadStudiesDlg.cxx - -LIB_MOC = STD_Application.h \ - STD_MDIDesktop.h \ - STD_SDIDesktop.h \ - STD_TabDesktop.h \ - STD_CloseDlg.h \ - STD_LoadStudiesDlg.h - -RESOURCES_FILES = \ -config \ -cut.png \ -copy.png \ -close.png \ -cursor_rotate.png \ -cursor_zoom.png \ -help.png \ -new.png \ -open.png \ -print.png \ -paste.png \ -redo.png \ -reset.png \ -save.png \ -undo_arrow.png \ -undo.png \ -std.ini - -CPPFLAGS+=$(QT_INCLUDES) - -LDFLAGS+=$(QT_MT_LIBS) -LIBS+= -lsuit - -@CONCLUDE@ diff --git a/src/SUIT/Makefile.in b/src/SUIT/Makefile.in deleted file mode 100755 index bc25b7132..000000000 --- a/src/SUIT/Makefile.in +++ /dev/null @@ -1,126 +0,0 @@ -# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D -# -# 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 -# -# File : Makefile.in -# Author : Vladimir Klyachin (OCN) -# Module : suit -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@srcdir@/resources - - -@COMMENCE@ - -# header files -EXPORT_HEADERS= SUIT.h \ - SUIT_ActionOperation.h \ - SUIT_Application.h \ - SUIT_Convertor.h \ - SUIT_DataObject.h \ - SUIT_DataObjectIterator.h \ - SUIT_DataObjectKey.h \ - SUIT_DataOwner.h \ - SUIT_Desktop.h \ - SUIT_ExceptionHandler.h \ - SUIT_FileDlg.h \ - SUIT_FileValidator.h \ - SUIT_MessageBox.h \ - SUIT_Operation.h \ - SUIT_OverrideCursor.h \ - SUIT_ParserSettings.h \ - SUIT_PopupClient.h \ - SUIT_ResourceMgr.h \ - SUIT_SelectionMgr.h \ - SUIT_Selector.h \ - SUIT_Session.h \ - SUIT_SmartPtr.h \ - SUIT_Study.h \ - SUIT_ToolButton.h \ - SUIT_Tools.h \ - SUIT_ViewManager.h \ - SUIT_ViewModel.h \ - SUIT_ViewWindow.h \ - SUIT_SelectionFilter.h \ - SUIT_Accel.h \ - SUIT_TreeSync.h - -# .po files to transform in .qm -PO_FILES = SUIT_images.po \ - SUIT_msg_en.po - -# Libraries targets -LIB = libsuit.la - -LIB_SRC= SUIT_ActionOperation.cxx \ - SUIT_Application.cxx \ - SUIT_DataObject.cxx \ - SUIT_DataObjectIterator.cxx \ - SUIT_DataObjectKey.cxx \ - SUIT_DataOwner.cxx \ - SUIT_Desktop.cxx \ - SUIT_ExceptionHandler.cxx \ - SUIT_FileDlg.cxx \ - SUIT_FileValidator.cxx \ - SUIT_MessageBox.cxx \ - SUIT_Operation.cxx \ - SUIT_OverrideCursor.cxx \ - SUIT_ParserSettings.cxx \ - SUIT_PopupClient.cxx \ - SUIT_ResourceMgr.cxx \ - SUIT_SelectionMgr.cxx \ - SUIT_Selector.cxx \ - SUIT_Session.cxx \ - SUIT_Study.cxx \ - SUIT_ToolButton.cxx \ - SUIT_Tools.cxx \ - SUIT_ViewManager.cxx \ - SUIT_ViewModel.cxx \ - SUIT_ViewWindow.cxx \ - SUIT_SelectionFilter.cxx \ - SUIT_Accel.cxx - -LIB_MOC = SUIT_ActionOperation.h \ - SUIT_Application.h \ - SUIT_DataObject.h \ - SUIT_Desktop.h \ - SUIT_FileDlg.h \ - SUIT_Operation.h \ - SUIT_PopupClient.h \ - SUIT_Session.h \ - SUIT_Study.h \ - SUIT_ToolButton.h \ - SUIT_ViewModel.h \ - SUIT_ViewWindow.h \ - SUIT_ViewManager.h \ - SUIT_SelectionMgr.h \ - SUIT_Selector.h \ - SUIT_Accel.h - -RESOURCES_FILES = \ - cascade.png \ - htile.png \ - vtile.png - -CPPFLAGS+=$(QT_INCLUDES) - -LDFLAGS+=$(QT_MT_LIBS) -lqtx - -@CONCLUDE@ diff --git a/src/SUITApp/Makefile.in b/src/SUITApp/Makefile.in deleted file mode 100644 index 4166f2312..000000000 --- a/src/SUITApp/Makefile.in +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D -# -# 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 -# -# File : Makefile.in -# Author : Vladimir Klyachin (OCN) -# Module : suitApp -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@srcdir@/resources - - -@COMMENCE@ - -# header files -EXPORT_HEADERS= SUITApp_Application.h - -# .po files to transform in .qm -PO_FILES = SUITApp_msg_en.po - -LIB_SRC= SUITApp.cxx \ - SUITApp_Application.cxx - -LIB_MOC = SUITApp_Application.h - -# Libraries targets -LIB = libSUITApp.la - -# Executables targets -BIN = SUITApp -BIN_SRC = - -CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) - -LDFLAGS+=$(QT_MT_LIBS) - -ifneq ($(DISABLE_PYCONSOLE),yes) -LIBS+= -Xlinker -export-dynamic $(PYTHON_LIBS) -endif -LIBS+= -lsuit -lqtx -LIBSFORBIN+= -lsuit -lqtx - -PLUGINDIR = $(top_builddir)/bin/salome/styles -MYPLUGINDIR = styles - -$(MYPLUGINDIR): $(PLUGINDIR) - -$(RM) $@ - ln -sf $< $@ - -$(PLUGINDIR): - mkdir -p $@ - -bin: $(MYPLUGINDIR) - -@CONCLUDE@ - - diff --git a/src/SalomeApp/Makefile.in b/src/SalomeApp/Makefile.in deleted file mode 100755 index 9ffbbddfe..000000000 --- a/src/SalomeApp/Makefile.in +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D -# -# 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 -# -# File : Makefile.in -# Author : Vladimir Klyachin (OCN) -# Module : SalomeApp -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@srcdir@/resources - - -@COMMENCE@ - -# header files -EXPORT_HEADERS= SalomeApp.h \ - SalomeApp_Application.h \ - SalomeApp_DataModel.h \ - SalomeApp_DataObject.h \ - SalomeApp_Module.h \ - SalomeApp_Study.h \ - SalomeApp_ExceptionHandler.h \ - SalomeApp_EventFilter.h \ - SalomeApp_Tools.h \ - SalomeApp_ImportOperation.h \ - SalomeApp_Filter.h \ - SalomeApp_TypeFilter.h \ - SalomeApp_StudyPropertiesDlg.h \ - SalomeApp_CheckFileDlg.h \ - SalomeApp_VisualState.h - -# .po files to transform in .qm -PO_FILES = SalomeApp_images.po \ - SalomeApp_msg_en.po - -# Libraries targets -LIB = libSalomeApp.la - -LIB_SRC= SalomeApp_Module.cxx \ - SalomeApp_Application.cxx \ - SalomeApp_DataModel.cxx \ - SalomeApp_DataObject.cxx \ - SalomeApp_Study.cxx \ - SalomeApp_ExceptionHandler.cxx \ - SalomeApp_EventFilter.cxx \ - SalomeApp_PyInterp.cxx \ - SalomeApp_Tools.cxx \ - SalomeApp_ImportOperation.cxx \ - SalomeApp_Filter.cxx \ - SalomeApp_TypeFilter.cxx \ - SalomeApp_StudyPropertiesDlg.cxx \ - SalomeApp_ListView.cxx \ - SalomeApp_CheckFileDlg.cxx \ - SalomeApp_VisualState.cxx - -LIB_MOC = SalomeApp_Application.h \ - SalomeApp_DataModel.h \ - SalomeApp_Module.h \ - SalomeApp_Study.h \ - SalomeApp_StudyPropertiesDlg.h \ - SalomeApp_ListView.h \ - SalomeApp_CheckFileDlg.h - -LIB_CLIENT_IDL = SALOMEDS.idl \ - SALOME_Exception.idl \ - SALOME_GenericObj.idl - -RESOURCES_FILES = SalomeApp.ini \ - SalomeApp.xml - -CPPFLAGS+=$(PYTHON_INCLUDES) $(QT_INCLUDES) $(QWT_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS) - -LDFLAGS+=$(PYTHON_LIBS) $(QT_MT_LIBS) -LIBS+= -lsuit -lstd -lCAM -lObjBrowser -lSalomePrs $(KERNEL_LDFLAGS) -lOpUtil -lSALOMELocalTrace -lSalomeDSClient $(CAS_KERNEL) -lSPlot2d -lGLViewer -lOCCViewer -lVTKViewer -lSalomeObject -lSVTK -lSOCC -lPyInterp -lPythonConsole -lLogWindow -lLightApp -lSalomeContainer -lToolsGUI -lTOOLSDS -lSalomeSession - -@CONCLUDE@ - - - - - diff --git a/src/Session/Makefile.in b/src/Session/Makefile.in deleted file mode 100755 index 44e6f5207..000000000 --- a/src/Session/Makefile.in +++ /dev/null @@ -1,82 +0,0 @@ -# SALOME Session : implementation of Session.idl -# -# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -# -# 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 -# -# -# -# File : Makefile.in -# Author : Paul RASCLE, EDF -# Module : SALOME -# $Header$ - -# source path -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@top_srcdir@/idl - - -@COMMENCE@ - -EXPORT_HEADERS= Session_Session_i.hxx \ - Session_ServerLauncher.hxx \ - Session_ServerThread.hxx \ - Session_ServerCheck.hxx \ - SalomeApp_Engine_i.hxx \ - SALOME_Session.hxx - -# Libraries targets -LIB = libSalomeSession.la - -LIB_SRC=Session_Session_i.cxx \ - Session_ServerThread.cxx \ - Session_ServerLauncher.cxx \ - Session_ServerCheck.cxx \ - SalomeApp_Engine_i.cxx \ - -LIB_MOC = - -# Executables targets -BIN = SALOME_Session_Server -BIN_SRC = -LIB_SERVER_IDL = SALOME_Session.idl SalomeApp_Engine.idl -BIN_SERVER_IDL = -BIN_CLIENT_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl SALOME_Component.idl SALOME_Registry.idl SALOME_ModuleCatalog.idl SALOME_Exception.idl SALOME_GenericObj.idl - -CPPFLAGS += $(QT_MT_INCLUDES) $(PYTHON_INCLUDES) $(HDF5_INCLUDES) $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS) $(OCC_INCLUDES) -CXXFLAGS += $(OCC_CXXFLAGS) $(BOOST_CPPFLAGS) -LDFLAGS += $(QT_MT_LIBS) $(KERNEL_LDFLAGS) -lSalomeNS -lsuit -lSalomeLifeCycleCORBA -lOpUtil -lSALOMELocalTrace -lwith_loggerTraceCollector -lEvent -lSalomeCatalog -lSalomeDSClient $(CAS_KERNEL) - -LDFLAGSFORBIN= $(LDFLAGS) $(OMNIORB_LIBS) $(HDF5_LIBS) -lqtx -lSalomeContainer -lSalomeResourcesManager -lTOOLSDS -lSalomeHDFPersist -lSalomeDSImpl -lSalomeGenericObj -lRegistry -lSalomeNotification -lSALOMEBasics - -PLUGINDIR = $(top_builddir)/bin/salome/styles -MYPLUGINDIR = styles - -$(MYPLUGINDIR): $(PLUGINDIR) - -$(RM) $@ - ln -sf $< $@ - -$(PLUGINDIR): - mkdir -p $@ - -bin: $(MYPLUGINDIR) - -@CONCLUDE@ - diff --git a/src/Style/Makefile.in b/src/Style/Makefile.in deleted file mode 100644 index 445b89d3a..000000000 --- a/src/Style/Makefile.in +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D -# -# 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 -# -# File : Makefile.in -# Author : Vladimir Klyachin (OCN) -# Module : SalomeApp - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@srcdir@/resources - - -@COMMENCE@ - -# header files -EXPORT_HEADERS= - -# .po files to transform in .qm -PO_FILES = - -# Libraries targets -LIB = libSalomeStyle.la - -LIB_SRC= SalomeStyle.cxx - -LIB_MOC = - -LIB_CLIENT_IDL = - -RESOURCES_FILES = - -CPPFLAGS+=$(QT_INCLUDES) - -LDFLAGS+=$(QT_MT_LIBS) -LIBS+= - -# create $(top_builddir)/bin/salome/styles directory and -# make link to the libSalomeStyle.so there -PLUGINDIR = $(top_builddir)/bin/salome/styles -PLUGIN_LIB_LA = $(patsubst %.la, $(PLUGINDIR)/%.so, $(filter %.la, $(LIB))) -PLUGIN_LIB_SO = $(patsubst %.so, $(PLUGINDIR)/%.so, $(filter %.so, $(LIB))) - -lib: $(LIB) $(PLUGINDIR) $(PLUGIN_LIB_LA) $(PLUGIN_LIB_SO) - -$(PLUGINDIR): - mkdir -p $@ - -$(PLUGIN_LIB_LA): $(PLUGINDIR)/%.so: %.la - -$(RM) $@ - ln -sf $(patsubst %.la, %.so, $(CURDIR)/.libs/$<) $@ || true - ln -sf $(patsubst %.la, %.so, $(CURDIR)/.libs/$<).0 $@.0 || true - -$(PLUGIN_LIB_SO): $(PLUGINDIR)/%.so: %.so - -$(RM) $@ - ln -sf $(CURDIR)/$< $@ || true - -# do the same in install step -INSTALL_PLUGINDIR = $(bindir)/styles -INSTALL_COPYLIB = $(patsubst %.la, $(INSTALL_PLUGINDIR)/%.so, $(filter %.la, $(LIB))) - -install: $(INSTALL_PLUGINDIR) $(INSTALL_COPYLIB) - -$(INSTALL_PLUGINDIR): - mkdir -p $@ - -$(INSTALL_COPYLIB): - (cd $(bindir)/styles; ln -sf $(patsubst %.la, ../../../lib@LIB_LOCATION_SUFFIX@/salome/%.so, $(filter %.la, $(LIB))) $@) || true - -@CONCLUDE@ - diff --git a/src/TOOLSGUI/Makefile.in b/src/TOOLSGUI/Makefile.in deleted file mode 100755 index 9497baf78..000000000 --- a/src/TOOLSGUI/Makefile.in +++ /dev/null @@ -1,70 +0,0 @@ -# SALOME TOOLSGUI : implementation of desktop "Tools" optioins -# -# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -# -# 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 -# -# -# -# File : Makefile.in -# Author : Marc Tajchman (CEA) -# Module : SALOME -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@top_srcdir@/idl:@srcdir@/resources - - -@COMMENCE@ - -# header files -EXPORT_HEADERS = ToolsGUI.h \ - ToolsGUI_RegWidget.h \ - ToolsGUI_CatalogGeneratorDlg.h \ - ToolsGUI_HelpWindow.h \ - ToolsGUI_IntervalWindow.h - -# .po files to transform in .qm -PO_FILES = ToolsGUI_icons.po \ - ToolsGUI_msg_en.po - -# Libraries targets -LIB = libToolsGUI.la - -LIB_SRC = ToolsGUI_CatalogGeneratorDlg.cxx \ - ToolsGUI_HelpWindow.cxx \ - ToolsGUI_RegWidget.cxx \ - ToolsGUI_IntervalWindow.cxx \ - ToolsGUI.cxx - -LIB_MOC = ToolsGUI_CatalogGeneratorDlg.h \ - ToolsGUI_RegWidget.h \ - ToolsGUI_HelpWindow.h \ - ToolsGUI_IntervalWindow.h - -LIB_CLIENT_IDL = SALOME_Registry.idl SALOME_Exception.idl - -CPPFLAGS += $(QT_INCLUDES) $(OCC_INCLUDES) $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS) -CXXFLAGS += $(OCC_CXXFLAGS) $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS) - -LDFLAGS += $(QT_MT_LIBS) -lsuit $(CAS_KERNEL) $(KERNEL_LDFLAGS) -lSalomeNS -lOpUtil - -@CONCLUDE@ - diff --git a/src/VTKViewer/Makefile.in b/src/VTKViewer/Makefile.in deleted file mode 100755 index 020d20abe..000000000 --- a/src/VTKViewer/Makefile.in +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D -# -# 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 -# -# File : Makefile.in -# Author : Vladimir Klyachin (OCN) -# Module : VTKViewer -# $Header$ - -top_srcdir=@top_srcdir@ -top_builddir=../.. -srcdir=@srcdir@ -VPATH=.:@srcdir@:@srcdir@/resources - - -@COMMENCE@ - -# header files -EXPORT_HEADERS= \ - VTKViewer.h \ - VTKViewer_CellLocationsArray.h \ - VTKViewer_Actor.h \ - VTKViewer_ExtractUnstructuredGrid.h \ - VTKViewer_ConvexTool.h \ - VTKViewer_Filter.h \ - VTKViewer_GeometryFilter.h \ - VTKViewer_AppendFilter.h \ - VTKViewer_Algorithm.h \ - VTKViewer_InteractorStyle.h \ - VTKViewer_PassThroughFilter.h \ - VTKViewer_RenderWindow.h \ - VTKViewer_RenderWindowInteractor.h \ - VTKViewer_ShrinkFilter.h \ - VTKViewer_TransformFilter.h \ - VTKViewer_Transform.h \ - VTKViewer_Trihedron.h \ - VTKViewer_Utilities.h \ - VTKViewer_VectorText.h \ - VTKViewer_ViewManager.h \ - VTKViewer_ViewModel.h \ - VTKViewer_ViewWindow.h \ - VTKViewer_Functor.h - -PO_FILES = \ - VTKViewer_images.po \ - VTKViewer_msg_en.po - -# Libraries targets -LIB = libVTKViewer.la - -LIB_SRC= \ - VTKViewer_CellLocationsArray.cxx \ - VTKViewer_Actor.cxx \ - VTKViewer_ExtractUnstructuredGrid.cxx \ - VTKViewer_Filter.cxx \ - VTKViewer_GeometryFilter.cxx \ - VTKViewer_AppendFilter.cxx \ - VTKViewer_InteractorStyle.cxx \ - VTKViewer_PassThroughFilter.cxx \ - VTKViewer_RenderWindow.cxx \ - VTKViewer_RenderWindowInteractor.cxx \ - VTKViewer_ShrinkFilter.cxx \ - VTKViewer_Transform.cxx \ - VTKViewer_TransformFilter.cxx \ - VTKViewer_Trihedron.cxx \ - VTKViewer_Utilities.cxx \ - VTKViewer_VectorText.cxx \ - VTKViewer_ViewManager.cxx \ - VTKViewer_ViewModel.cxx \ - VTKViewer_ConvexTool.cxx \ - VTKViewer_ViewWindow.cxx - -LIB_MOC = \ - VTKViewer_RenderWindow.h \ - VTKViewer_RenderWindowInteractor.h \ - VTKViewer_ViewManager.h \ - VTKViewer_ViewModel.h \ - VTKViewer_ViewWindow.h - -BIN = VTKViewer - -CPPFLAGS+=$(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) - -LDFLAGS+=$(VTK_LIBS) $(QT_MT_LIBS) $(CAS_KERNEL) -lqtx -lsuit - -LDFLAGSFORBIN=$(LDFLAGS) - -@CONCLUDE@ -- 2.39.2