From 1f4533ae7cc5378e10813d3def09cc76e27275c9 Mon Sep 17 00:00:00 2001 From: bruneton Date: Fri, 19 Jul 2013 06:55:18 +0000 Subject: [PATCH] Killing autotools files. --- Makefile.am | 62 -- adm_local/Makefile.am | 25 - adm_local/cmake_files/Makefile.am | 34 - adm_local/cmake_files/deprecated/Makefile.am | 35 - adm_local/unix/Makefile.am | 25 - adm_local/unix/config_files/Makefile.am | 43 -- adm_local/unix/make_common_starter.am | 110 --- bin/Makefile.am | 39 - build_cmake | 27 - build_cmake.bat | 20 - build_configure | 93 --- clean_configure | 31 - configure.ac | 685 ------------------ doc/Makefile.am | 38 - doc/salome/Makefile.am | 44 -- doc/salome/gui/Makefile.am | 50 -- doc/salome/tui/Makefile.am | 55 -- idl/Makefile.am | 99 --- resources/Makefile.am | 32 - src/CAF/Makefile.am | 58 -- src/CAM/Makefile.am | 57 -- src/CASCatch/Makefile.am | 44 -- src/DDS/Makefile.am | 46 -- src/Event/Makefile.am | 44 -- src/GLViewer/Makefile.am | 118 --- src/GUI_PY/Makefile.am | 55 -- src/GuiHelpers/Makefile.am | 83 --- src/LightApp/Makefile.am | 292 -------- src/LogWindow/Makefile.am | 46 -- src/Makefile.am | 130 ---- src/OBJECT/Makefile.am | 75 -- src/OCCViewer/Makefile.am | 129 ---- src/ObjBrowser/Makefile.am | 51 -- src/OpenGLUtils/Makefile.am | 38 - src/Plot2d/Makefile.am | 138 ---- src/Prs/Makefile.am | 29 - src/PyConsole/Makefile.am | 62 -- src/PyInterp/Makefile.am | 49 -- src/QDS/Makefile.am | 91 --- src/Qtx/Makefile.am | 205 ------ src/QxGraph/Makefile.am | 71 -- src/QxScene/Makefile.am | 67 -- src/ResExporter/Makefile.am | 31 - src/SALOME_PY/Makefile.am | 42 -- src/SALOME_PYQT/Makefile.am | 33 - src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile.am | 63 -- .../SALOME_PYQT_GUILight/Makefile.am | 105 --- src/SALOME_PYQT/SalomePyQt/Makefile.am | 94 --- src/SALOME_SWIG/Makefile.am | 103 --- src/SOCC/Makefile.am | 54 -- src/SPlot2d/Makefile.am | 58 -- src/STD/Makefile.am | 78 -- src/SUIT/Makefile.am | 142 ---- src/SUITApp/Makefile.am | 89 --- src/SUPERVGraph/Makefile.am | 57 -- src/SVTK/Makefile.am | 173 ----- src/SalomeApp/Makefile.am | 133 ---- src/SalomeApp/Test/Makefile.am | 47 -- src/SalomeApp/pluginsdemo/Makefile.am | 43 -- src/Session/Makefile.am | 85 --- src/Style/Makefile.am | 69 -- src/TOOLSGUI/Makefile.am | 57 -- src/TreeData/Makefile.am | 107 --- src/TreeData/Test/Makefile.am | 104 --- src/VTKViewer/Makefile.am | 162 ----- src/ViewerTools/Makefile.am | 56 -- tools/Makefile.am | 25 - tools/dlgfactory/Makefile.am | 98 --- tools/vtkEDFOverloads/Makefile.am | 40 - 69 files changed, 5673 deletions(-) delete mode 100644 Makefile.am delete mode 100644 adm_local/Makefile.am delete mode 100644 adm_local/cmake_files/Makefile.am delete mode 100644 adm_local/cmake_files/deprecated/Makefile.am delete mode 100644 adm_local/unix/Makefile.am delete mode 100644 adm_local/unix/config_files/Makefile.am delete mode 100644 adm_local/unix/make_common_starter.am delete mode 100644 bin/Makefile.am delete mode 100755 build_cmake delete mode 100644 build_cmake.bat delete mode 100755 build_configure delete mode 100755 clean_configure delete mode 100644 configure.ac delete mode 100644 doc/Makefile.am delete mode 100644 doc/salome/Makefile.am delete mode 100644 doc/salome/gui/Makefile.am delete mode 100644 doc/salome/tui/Makefile.am delete mode 100644 idl/Makefile.am delete mode 100644 resources/Makefile.am delete mode 100755 src/CAF/Makefile.am delete mode 100755 src/CAM/Makefile.am delete mode 100644 src/CASCatch/Makefile.am delete mode 100755 src/DDS/Makefile.am delete mode 100755 src/Event/Makefile.am delete mode 100644 src/GLViewer/Makefile.am delete mode 100644 src/GUI_PY/Makefile.am delete mode 100644 src/GuiHelpers/Makefile.am delete mode 100755 src/LightApp/Makefile.am delete mode 100755 src/LogWindow/Makefile.am delete mode 100755 src/Makefile.am delete mode 100755 src/OBJECT/Makefile.am delete mode 100755 src/OCCViewer/Makefile.am delete mode 100755 src/ObjBrowser/Makefile.am delete mode 100755 src/OpenGLUtils/Makefile.am delete mode 100755 src/Plot2d/Makefile.am delete mode 100755 src/Prs/Makefile.am delete mode 100755 src/PyConsole/Makefile.am delete mode 100755 src/PyInterp/Makefile.am delete mode 100755 src/QDS/Makefile.am delete mode 100755 src/Qtx/Makefile.am delete mode 100755 src/QxGraph/Makefile.am delete mode 100755 src/QxScene/Makefile.am delete mode 100755 src/ResExporter/Makefile.am delete mode 100755 src/SALOME_PY/Makefile.am delete mode 100755 src/SALOME_PYQT/Makefile.am delete mode 100644 src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile.am delete mode 100644 src/SALOME_PYQT/SALOME_PYQT_GUILight/Makefile.am delete mode 100644 src/SALOME_PYQT/SalomePyQt/Makefile.am delete mode 100755 src/SALOME_SWIG/Makefile.am delete mode 100755 src/SOCC/Makefile.am delete mode 100644 src/SPlot2d/Makefile.am delete mode 100755 src/STD/Makefile.am delete mode 100755 src/SUIT/Makefile.am delete mode 100644 src/SUITApp/Makefile.am delete mode 100755 src/SUPERVGraph/Makefile.am delete mode 100755 src/SVTK/Makefile.am delete mode 100755 src/SalomeApp/Makefile.am delete mode 100644 src/SalomeApp/Test/Makefile.am delete mode 100644 src/SalomeApp/pluginsdemo/Makefile.am delete mode 100755 src/Session/Makefile.am delete mode 100644 src/Style/Makefile.am delete mode 100755 src/TOOLSGUI/Makefile.am delete mode 100644 src/TreeData/Makefile.am delete mode 100644 src/TreeData/Test/Makefile.am delete mode 100755 src/VTKViewer/Makefile.am delete mode 100755 src/ViewerTools/Makefile.am delete mode 100644 tools/Makefile.am delete mode 100644 tools/dlgfactory/Makefile.am delete mode 100755 tools/vtkEDFOverloads/Makefile.am diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index cc108d5b7..000000000 --- a/Makefile.am +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -# -* Makefile *- -# Author : Patrick GOLDBRONN (CEA) -# Date : 28/06/2001 -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -ACLOCAL_AMFLAGS = -I adm_local/unix/config_files \ - -I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files - -if GUI_ENABLE_CORBA - IDLDIR = idl -else !GUI_ENABLE_CORBA - IDLDIR = -endif - -SUBDIRS = $(IDLDIR) adm_local resources src doc bin tools - -DIST_SUBDIRS = idl adm_local resources src doc bin tools - -DISTCLEANFILES = a.out aclocal.m4 configure local-install.sh hack_libtool adm_local/unix/config_files/config.guess adm_local/unix/config_files/config.sub adm_local/unix/config_files/depcomp adm_local/unix/config_files/install-sh adm_local/unix/config_files/libtool.m4 adm_local/unix/config_files/ltmain.sh adm_local/unix/config_files/ltoptions.m4 adm_local/unix/config_files/ltsugar.m4 adm_local/unix/config_files/ltversion.m4 adm_local/unix/config_files/lt~obsolete.m4 adm_local/unix/config_files/missing adm_local/unix/config_files/py-compile - -salomeinclude_DATA = GUI_version.h - -EXTRA_DIST += \ - build_cmake \ - build_cmake.bat \ - build_configure \ - clean_configure \ - LICENCE - -dist-hook: - rm -rf `find $(distdir) -name CVS` - -usr_docs: - (cd doc && $(MAKE) $(AM_MAKEFLAGS) usr_docs) - -docs: usr_docs - -dev_docs: - (cd doc && $(MAKE) $(AM_MAKEFLAGS) dev_docs) diff --git a/adm_local/Makefile.am b/adm_local/Makefile.am deleted file mode 100644 index c05900375..000000000 --- a/adm_local/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -SUBDIRS = unix cmake_files diff --git a/adm_local/cmake_files/Makefile.am b/adm_local/cmake_files/Makefile.am deleted file mode 100644 index 4f597a8a7..000000000 --- a/adm_local/cmake_files/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright (C) 2007-2013 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -SUBDIRS = deprecated - -dist_admlocal_cmake_DATA = \ -FindCAS.cmake \ -UseQt4Ext.cmake \ -FindQwt.cmake \ -FindGUI.cmake \ -FindSalomeCAS.cmake \ -FindSalomePyQt4.cmake \ -FindSalomeQt4.cmake \ -FindSalomeQwt.cmake \ -FindSalomeSIP.cmake \ -FindSalomeVTK.cmake diff --git a/adm_local/cmake_files/deprecated/Makefile.am b/adm_local/cmake_files/deprecated/Makefile.am deleted file mode 100644 index 3ca7db2ca..000000000 --- a/adm_local/cmake_files/deprecated/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -admlocal_cmake_deprecateddir = $(prefix)/adm_local/cmake_files/deprecated - -dist_admlocal_cmake_deprecated_DATA = \ - FindCAS.cmake \ - FindGUI.cmake \ - FindOPENGL.cmake \ - FindQT4.cmake \ - FindQWT.cmake \ - FindSIPPYQT.cmake \ - FindVTK.cmake \ - UseQT4EXT.cmake diff --git a/adm_local/unix/Makefile.am b/adm_local/unix/Makefile.am deleted file mode 100644 index 3714a572e..000000000 --- a/adm_local/unix/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -SUBDIRS = config_files diff --git a/adm_local/unix/config_files/Makefile.am b/adm_local/unix/config_files/Makefile.am deleted file mode 100644 index 52588fee1..000000000 --- a/adm_local/unix/config_files/Makefile.am +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -dist_admlocalm4_DATA = \ -check_disable_Corba.m4 \ -check_GLViewer.m4 \ -check_GUI.m4 \ -check_msg2qm.m4 \ -check_OCCViewer.m4 \ -check_opengl.m4 \ -check_Plot2dViewer.m4 \ -check_PyConsole.m4 \ -check_pyqt.m4 \ -check_qt.m4 \ -check_qwt.m4 \ -check_SalomeObject.m4 \ -check_sip.m4 \ -check_SupervGraphViewer.m4 \ -check_VTKViewer.m4 \ -check_QxGraphViewer.m4 \ -check_TestRecorder.m4 \ -check_salome_version.m4 diff --git a/adm_local/unix/make_common_starter.am b/adm_local/unix/make_common_starter.am deleted file mode 100644 index a314674e9..000000000 --- a/adm_local/unix/make_common_starter.am +++ /dev/null @@ -1,110 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -# ============================================================ -# The following is to avoid PACKAGE_... env variable -# redefinition compilation warnings -# ============================================================ -# -AM_CXXFLAGS = @KERNEL_CXXFLAGS@ -include SALOMEconfig.h -I$(top_builddir) -AM_CPPFLAGS = @KERNEL_CXXFLAGS@ -include SALOMEconfig.h -I$(top_builddir) - -# ============================================================ -# Cmake files wildcard (to add then to the distribution) -# ============================================================ -CMAKEFILES = $(notdir $(wildcard $(srcdir)/CMakeLists.txt)) - -# ============================================================ -# This file defines the common definitions used in several -# Makefile. This file must be included, if needed, by the file -# Makefile.am. -# ============================================================ -# Standard directory for installation -# -salomeincludedir = $(includedir)/salome -libdir = $(prefix)/lib@LIB_LOCATION_SUFFIX@/salome -libparaviewdir = $(prefix)/lib@LIB_LOCATION_SUFFIX@/paraview -bindir = $(prefix)/bin/salome -salomescriptdir = $(bindir) -salomepythondir = $(pythondir)/salome -salomepyexecdir = $(pyexecdir)/salome - -# Directory for installing idl files -salomeidldir = $(prefix)/idl/salome - -# Directory for installing resource files -salomeresdir = $(prefix)/share/salome/resources/@MODULE_NAME@ - -# Directory for installing plugins files -salomepluginsdir = $(prefix)/share/salome/plugins/@MODULE_NAME@ - -# Directories for installing admin files -admlocaldir = $(prefix)/adm_local -admlocalunixdir = $(admlocaldir)/unix -admlocalm4dir = $(admlocaldir)/unix/config_files - -# Directory for install cmake files -admlocal_cmakedir = $(admlocaldir)/cmake_files - -# Shared modules installation directory -sharedpkgpythondir = $(salomepythondir)/shared_modules - -# Documentation directory -docdir = $(datadir)/doc/salome - -# common rules - -# meta object implementation files generation (moc) -%_moc.cxx: %.h - $(MOC) $(MOC_FLAGS) $< -o $@ - -# translation (*.qm) files generation (lrelease) -%.qm: resources/%.ts - $(LRELEASE) $< -qm $@ - -# resource files generation (qrcc) -qrc_%.cxx: %.qrc - $(QRCC) $< -o $@ -name $(*F) - -# qt forms files generation (uic) -ui_%.h: %.ui - $(UIC) -o $@ $< - -# extra distributed files -EXTRA_DIST = $(MOC_FILES:%_moc.cxx=%.h) $(QRC_FILES:qrc_%.cxx=%.qrc) \ - $(UIC_FILES:ui_%.h=%.ui) $(nodist_salomeres_DATA:%.qm=resources/%.ts) \ - $(CMAKEFILES) - -# customize clean operation -mostlyclean-local: - rm -f @builddir@/*_moc.cxx - rm -f @builddir@/*.qm - rm -f @builddir@/qrc_*.cxx - rm -f @builddir@/ui_*.h - -# tests -tests: unittest - -unittest: $(UNIT_TEST_PROG) - @if test "x$(UNIT_TEST_PROG)" != "x"; then \ - $(UNIT_TEST_PROG); \ - fi; diff --git a/bin/Makefile.am b/bin/Makefile.am deleted file mode 100644 index 75806b64c..000000000 --- a/bin/Makefile.am +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -# -* Makefile *- -# Author : Guillaume Boulant (CSSI) -# Module : KERNEL -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -# non-distributed files -nodist_salomescript_DATA = VERSION - -# distributed files -dist_salomescript_SCRIPTS = \ - runLightSalome.csh \ - runLightSalome.sh - -# python files -dist_salomescript_PYTHON = \ - gui_setenv.py diff --git a/build_cmake b/build_cmake deleted file mode 100755 index aaa38760c..000000000 --- a/build_cmake +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# Copyright (C) 2007-2013 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 -# - -CURRENT_DIR=`pwd` -CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"` -cd ${CONF_DIR} -python $KERNEL_ROOT_DIR/salome_adm/cmake_files/deprecated/am2cmake.py --gui -status=$? -cd ${CURRENT_DIR} -exit $status diff --git a/build_cmake.bat b/build_cmake.bat deleted file mode 100644 index befaaff53..000000000 --- a/build_cmake.bat +++ /dev/null @@ -1,20 +0,0 @@ -@REM Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -@REM -@REM This library is free software; you can redistribute it and/or -@REM modify it under the terms of the GNU Lesser General Public -@REM License as published by the Free Software Foundation; either -@REM version 2.1 of the License. -@REM -@REM This library is distributed in the hope that it will be useful, -@REM but WITHOUT ANY WARRANTY; without even the implied warranty of -@REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -@REM Lesser General Public License for more details. -@REM -@REM You should have received a copy of the GNU Lesser General Public -@REM License along with this library; if not, write to the Free Software -@REM Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -@REM -@REM See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -@REM - -%PYTHONBIN% %KERNEL_ROOT_DIR%\salome_adm\cmake_files\deprecated\am2cmake.py --gui diff --git a/build_configure b/build_configure deleted file mode 100755 index 70b5abd4e..000000000 --- a/build_configure +++ /dev/null @@ -1,93 +0,0 @@ -#!/bin/bash -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -# Tool for updating list of .in file for the SALOME project -# and regenerating configure script -# Author : Marc Tajchman - CEA -# Date : 10/10/2002 -# 26/10/2006: Mikhail PONIKAROV - OCN -# Reorganization for usage of autotools -# -ORIG_DIR=`pwd` -CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"` - -# ____________________________________________________________________ -# Test if the KERNEL_ROOT_DIR is set correctly -if test ! -d "${KERNEL_ROOT_DIR}"; then - echo "failed : KERNEL_ROOT_DIR variable is not correct !" - exit -fi - -cd ${CONF_DIR} -ABS_CONF_DIR=`pwd` - -# ____________________________________________________________________ -# aclocal creates the aclocal.m4 file from the standard macro and the -# custom macro embedded in the directory adm_local/unix/config_files -# and KERNEL salome_adm/unix/config_files directory. -# output: -# aclocal.m4 -# autom4te.cache (directory) -echo "======================================================= aclocal" - -aclocal -I adm_local/unix/config_files \ - -I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files || exit 1 - -# ____________________________________________________________________ -# libtoolize creates some configuration files (ltmain.sh, -# config.guess and config.sub). It only depends on the libtool -# version. The files are created in the directory specified with the -# AC_CONFIG_AUX_DIR() tag (see configure.ac). -# output: -# adm_local/unix/config_files/config.guess -# adm_local/unix/config_files/config.sub -# adm_local/unix/config_files/ltmain.sh -echo "==================================================== libtoolize" - -libtoolize --force --copy --automake || exit 1 - -# ____________________________________________________________________ -# autoconf creates the configure script from the file configure.ac (or -# configure.in if configure.ac doesn't exist) -# output: -# configure -echo "====================================================== autoconf" - -autoconf - -# ____________________________________________________________________ -# automake creates some scripts used in building process -# (install-sh, missing, ...). It only depends on the automake -# version. The files are created in the directory specified with the -# AC_CONFIG_AUX_DIR() tag (see configure.ac). This step also -# creates the Makefile.in files from the Makefile.am files. -# output: -# adm_local/unix/config_files/compile -# adm_local/unix/config_files/depcomp -# adm_local/unix/config_files/install-sh -# adm_local/unix/config_files/missing -# adm_local/unix/config_files/py-compile -# Makefile.in (from Makefile.am) -echo "====================================================== automake" - -automake --copy --gnu --add-missing diff --git a/clean_configure b/clean_configure deleted file mode 100755 index 1749f76be..000000000 --- a/clean_configure +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -rm -rf autom4te.cache aclocal.m4 configure make_config -find . -name "*~" -print -exec rm {} \; -find . -name "*.pyc" -print -exec rm {} \; -#exit -# ==================== ON SORT AVANT - -find . -name Makefile.in | xargs rm -f -( cd adm_local/unix/config_files && rm -f config.* depcomp install-sh l*.m4 ltmain.sh missing py-compile ) diff --git a/configure.ac b/configure.ac deleted file mode 100644 index 58e06d45c..000000000 --- a/configure.ac +++ /dev/null @@ -1,685 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -# Author : Marc Tajchman (CEA) -# Date : 28/06/2001 -# Modified by : Patrick GOLDBRONN (CEA) -# Modified by : Marc Tajchman (CEA) -# Modified by : Mikhail PONIKAROV (OCN) - autotools usage -# -AC_INIT([Salome2 Project GUI module], [7.2.0], [webmaster.salome@opencascade.com], [SalomeGUI]) -AC_CONFIG_AUX_DIR(adm_local/unix/config_files) -AC_CANONICAL_HOST -AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE([-Wno-portability]) - -XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'` -AC_SUBST(XVERSION) -VERSION_DEV=0 -AC_SUBST(VERSION_DEV) - -# set up MODULE_NAME variable for dynamic construction of directories (resources, etc.) -MODULE_NAME=gui -AC_SUBST(MODULE_NAME) - -echo -echo --------------------------------------------- -echo Initialize source and build root directories -echo --------------------------------------------- -echo - -######################################################################## -# Check --disable-corba-gen and other --disable-* options - -if test "x${enable_corba_gen}" != "xno" ; then - GUI_DISABLE_CORBA="no" -else - GUI_DISABLE_CORBA="yes" -fi - -if test "x${enable_pyConsole}" != "xno" ; then - DISABLE_PYCONSOLE="no" -else - DISABLE_PYCONSOLE="yes" -fi - -if test "x${enable_glViewer}" != "xno" ; then - DISABLE_GLVIEWER="no" -else - DISABLE_GLVIEWER="yes" -fi - -if test "x${enable_plot2dViewer}" != "xno" ; then - DISABLE_PLOT2DVIEWER="no" -else - DISABLE_PLOT2DVIEWER="yes" -fi - -if test "x${enable_supervGraphViewer}" != "xno" ; then - DISABLE_SUPERVGRAPHVIEWER="no" -else - DISABLE_SUPERVGRAPHVIEWER="yes" -fi - -if test "x${enable_occViewer}" != "xno" ; then - DISABLE_OCCVIEWER="no" -else - DISABLE_OCCVIEWER="yes" -fi - -if test "x${enable_vtkViewer}" != "xno" ; then - DISABLE_VTKVIEWER="no" -else - DISABLE_VTKVIEWER="yes" -fi - -if test "x${enable_salomeObject}" != "xno" ; then - DISABLE_SALOMEOBJECT="no" -else - DISABLE_SALOMEOBJECT="yes" -fi - -if test "x${enable_qxGraphViewer}" != "xno" ; then - DISABLE_QXGRAPHVIEWER="no" -else - DISABLE_QXGRAPHVIEWER="yes" -fi - -dnl -dnl Initialize source and build root directories -dnl - -ROOT_BUILDDIR=`pwd` -ROOT_SRCDIR=`echo $0 | sed -e "s,[[^/]]*$,,;s,/$,,;s,^$,.,"` -cd $ROOT_SRCDIR -ROOT_SRCDIR=`pwd` -cd $ROOT_BUILDDIR - -AC_SUBST(ROOT_SRCDIR) -AC_SUBST(ROOT_BUILDDIR) - -echo -echo Source root directory : $ROOT_SRCDIR -echo Build root directory : $ROOT_BUILDDIR -echo -echo - -if test -z "$AR"; then - AC_CHECK_PROGS(AR,ar xar,:,$PATH) -fi -AC_SUBST(AR) - -dnl Export the AR macro so that it will be placed in the libtool file -dnl correctly. -export AR - -echo -echo --------------------------------------------- -echo testing make -echo --------------------------------------------- -echo - -AC_PROG_MAKE_SET -AC_PROG_INSTALL -AC_LOCAL_INSTALL -dnl -dnl libtool macro check for CC, LD, NM, LN_S, RANLIB, STRIP + pour les librairies dynamiques ! - -echo -echo --------------------------------------------- -echo Coniguring production -echo --------------------------------------------- -echo -AC_ENABLE_DEBUG(yes) -AC_DISABLE_PRODUCTION - -echo --------------------------------------------- -echo testing libtool -echo --------------------------------------------- - -dnl first, we set static to no! -dnl if we want it, use --enable-static -AC_ENABLE_STATIC(no) - -AC_LIBTOOL_DLOPEN -AC_PROG_LIBTOOL - -dnl Fix up the INSTALL macro if it s a relative path. We want the -dnl full-path to the binary instead. -case "$INSTALL" in - *install-sh*) - INSTALL='\${ROOT_BUILDDIR}'/adm_local/unix/config_files/install-sh - ;; -esac - -echo -echo --------------------------------------------- -echo testing C/C++ -echo --------------------------------------------- -echo - -cc_ok=no -dnl inutil car libtool -dnl AC_PROG_CC -AC_PROG_CXX -AC_CXX_WARNINGS -AC_CXX_TEMPLATE_OPTIONS -AC_DEPEND_FLAG -# AC_CC_WARNINGS([ansi]) -cc_ok=yes - -dnl Library libdl : -AC_CHECK_LIB(dl,dlopen) - -dnl add library libm : -AC_CHECK_LIB(m,ceil) - -dnl -dnl Well we use sstream which is not in gcc pre-2.95.3 -dnl We must test if it exists. If not, add it in include ! -dnl - -AC_CXX_HAVE_SSTREAM - -echo -echo --------------------------------------------- -echo testing MPI -echo --------------------------------------------- -echo - -CHECK_MPI - - -echo -echo --------------------------------------------- -echo testing LEX \& YACC -echo --------------------------------------------- -echo - -lex_yacc_ok=no -AC_PROG_YACC -AC_PROG_LEX -lex_yacc_ok=yes - -echo -echo --------------------------------------------- -echo testing python -echo --------------------------------------------- -echo - -CHECK_PYTHON - -echo -echo --------------------------------------------- -echo testing swig -echo --------------------------------------------- -echo - -AM_PATH_PYTHON(2.3) -CHECK_SWIG - - -dnl echo -dnl echo --------------------------------------------- -dnl echo testing java -dnl echo --------------------------------------------- -dnl echo - -dnl CHECK_JAVA - -echo -echo --------------------------------------------- -echo Testing Disable Corba -echo --------------------------------------------- -echo - -CHECK_DISABLE_CORBA -echo "GUI_DISABLE_CORBA = "$GUI_DISABLE_CORBA - -echo -echo --------------------------------------------- -echo testing threads -echo --------------------------------------------- -echo - -ENABLE_PTHREADS - -if test "x${GUI_DISABLE_CORBA}" != "xyes" ; then -echo -echo --------------------------------------------- -echo testing omniORB -echo --------------------------------------------- -echo - -CHECK_OMNIORB - -dnl echo -dnl echo --------------------------------------------- -dnl echo testing mico -dnl echo --------------------------------------------- -dnl echo - -dnl CHECK_MICO - -echo -echo --------------------------------------------- -echo default ORB : omniORB -echo --------------------------------------------- -echo - -DEFAULT_ORB=omniORB - -echo -echo --------------------------------------------- -echo testing Corba -echo --------------------------------------------- -echo - -CHECK_CORBA - -AC_SUBST_FILE(CORBA) -corba=make_$ORB -CORBA=adm_local/unix/$corba - -fi -echo -echo --------------------------------------------- -echo testing openGL -echo --------------------------------------------- -echo - -CHECK_OPENGL - -echo -echo --------------------------------------------- -echo testing QT -echo --------------------------------------------- -echo - -CHECK_QT - -echo -echo --------------------------------------------- -echo testing VTK -echo --------------------------------------------- -echo - -CHECK_PYVTK - -echo -echo --------------------------------------------- -echo testing HDF5 -echo --------------------------------------------- -echo - -CHECK_HDF5 - -echo -echo --------------------------------------------- -echo BOOST Library -echo --------------------------------------------- -echo - -CHECK_BOOST - -echo -echo --------------------------------------------- -echo Testing OpenCascade -echo --------------------------------------------- -echo - -CHECK_CAS - -echo -echo --------------------------------------------- -echo Testing sip -echo --------------------------------------------- -echo - -CHECK_SIP - -echo -echo --------------------------------------------- -echo Testing pyqt -echo --------------------------------------------- -echo - -CHECK_PYQT - -echo -echo --------------------------------------------- -echo Testing qwt -echo --------------------------------------------- -echo - -CHECK_QWT - -CHECK_TESTRECORDER - -echo -echo --------------------------------------------- -echo Testing PyConsole -echo --------------------------------------------- -echo - -CHECK_PYCONSOLE -echo "DISABLE_PYCONSOLE = "$DISABLE_PYCONSOLE - -echo -echo --------------------------------------------- -echo Testing GlViewer -echo --------------------------------------------- -echo - -CHECK_GLVIEWER -echo "DISABLE_GLVIEWER = "$DISABLE_GLVIEWER - -echo -echo --------------------------------------------- -echo Testing Plot2dViewer -echo --------------------------------------------- -echo - -CHECK_PLOT2DVIEWER -echo "DISABLE_PLOT2DVIEWER = "$DISABLE_PLOT2DVIEWER - -echo -echo --------------------------------------------- -echo Testing SupervGraphViewer -echo --------------------------------------------- -echo - -CHECK_SUPERVGRAPHVIEWER -echo "DISABLE_SUPERVGRAPHVIEWER = "$DISABLE_SUPERVGRAPHVIEWER - -echo -echo --------------------------------------------- -echo Testing OCCViewer -echo --------------------------------------------- -echo - -CHECK_OCCVIEWER -echo "DISABLE_OCCVIEWER = "$DISABLE_OCCVIEWER - -echo -echo --------------------------------------------- -echo Testing VTKViewer -echo --------------------------------------------- -echo - -CHECK_VTKVIEWER -echo "DISABLE_VTKVIEWER = "$DISABLE_VTKVIEWER - -echo -echo --------------------------------------------- -echo Testing SalomeObject -echo --------------------------------------------- -echo - -CHECK_SALOMEOBJECT -echo "DISABLE_SALOMEOBJECT = "$DISABLE_SALOMEOBJECT - -echo -echo --------------------------------------------- -echo Testing QxGraphViewer -echo --------------------------------------------- -echo - -CHECK_QXGRAPHVIEWER -echo "DISABLE_QXGRAPHVIEWER = "$DISABLE_QXGRAPHVIEWER - -if test "x${GUI_DISABLE_CORBA}" != "xyes" ; then - if test "x${DISABLE_PYCONSOLE}" == "xyes" ; then - echo "failed : for full configuration of GUI module necessary enable PyConsole !" - exit - fi - if test "x${DISABLE_GLVIEWER}" == "xyes" ; then - echo "failed : for full configuration of GUI module necessary enable GlViewer !" - exit - fi - if test "x${DISABLE_PLOT2DVIEWER}" == "xyes" ; then - echo "failed : for full configuration of GUI module necessary enable Plot2dViewer !" - exit - fi - if test "x${DISABLE_SUPERVGRAPHVIEWER}" == "xyes" ; then - echo "failed : for full configuration of GUI module necessary enable SupervGraphViewer !" - exit - fi - if test "x${DISABLE_OCCVIEWER}" == "xyes" ; then - echo "failed : for full configuration of GUI module necessary enable OCCViewer !" - exit - fi - if test "x${DISABLE_VTKVIEWER}" == "xyes" ; then - echo "failed : for full configuration of GUI module necessary enable VTKViewer !" - exit - fi - if test "x${DISABLE_SALOMEOBJECT}" == "xyes" ; then - echo "failed : for full configuration of GUI module necessary enable SalomeObject !" - exit - fi - if test "x${DISABLE_QXGRAPHVIEWER}" == "xyes" ; then - echo "failed : for full configuration of GUI module necessary enable QxGraphViewer !" - exit - fi -fi - -echo -echo --------------------------------------------- -echo Testing html generators -echo --------------------------------------------- -echo - -CHECK_HTML_GENERATORS - -echo -echo --------------------------------------------- -echo Testing Kernel -echo --------------------------------------------- -echo -CHECK_KERNEL - -echo -echo --------------------------------------------- -echo Testing CPPUNIT only required for unit testing -echo --------------------------------------------- -echo - -CHECK_CPPUNIT - -echo -echo --------------------------------------------- -echo Testing libxml2 -echo --------------------------------------------- -echo - -CHECK_LIBXML - -echo -echo --------------------------------------------- -echo Summary -echo --------------------------------------------- -echo - -if test "$GUI_DISABLE_CORBA" == "yes"; then - echo "Configure (without Corba)" -else - echo Configure -fi - - -if test "$GUI_DISABLE_CORBA" != "yes"; then -variables="cc_ok lex_yacc_ok python_ok swig_ok threads_ok OpenGL_ok qt_ok vtk_ok hdf5_ok -omniORB_ok boost_ok occ_ok sip_ok pyqt_ok qwt_ok doxygen_ok graphviz_ok libxml_ok Kernel_ok" -else -variables="cc_ok lex_yacc_ok python_ok threads_ok OpenGL_ok qt_ok vtk_ok hdf5_ok boost_ok -occ_ok sip_ok pyqt_ok qwt_ok doxygen_ok graphviz_ok Kernel_ok " -fi - -for var in $variables -do - printf " %10s : " `echo \$var | sed -e "s,_ok,,"` - eval echo \$$var -done - -echo "---Optional:" -variables="cppunit_ok TestRecorder_ok" - -for var in $variables -do - eval toto=\$$var - if test x$toto != "x"; then - printf " %10s : " `echo \$var | sed -e "s,_ok,,"` - eval echo \$$var - fi -done - -if test "$GUI_DISABLE_CORBA" != "yes"; then -echo -echo "Default ORB : $DEFAULT_ORB" -echo -fi - -dnl We don t need to say when we re entering directories if we re using -dnl GNU make becuase make does it for us. -if test "X$GMAKE" = "Xyes"; then - AC_SUBST(SETX) SETX=":" -else - AC_SUBST(SETX) SETX="set -x" -fi - -AM_CONDITIONAL(GUI_ENABLE_CORBA, [test "$GUI_DISABLE_CORBA" = no]) -AM_CONDITIONAL(ENABLE_PYCONSOLE, [test "$DISABLE_PYCONSOLE" = no]) -AM_CONDITIONAL(ENABLE_GLVIEWER, [test "$DISABLE_GLVIEWER" = no]) -AM_CONDITIONAL(ENABLE_PLOT2DVIEWER, [test "$DISABLE_PLOT2DVIEWER" = no]) -AM_CONDITIONAL(ENABLE_SUPERVGRAPHVIEWER, [test "$DISABLE_SUPERVGRAPHVIEWER" = no]) -AM_CONDITIONAL(ENABLE_OCCVIEWER, [test "$DISABLE_OCCVIEWER" = no]) -AM_CONDITIONAL(ENABLE_VTKVIEWER, [test "$DISABLE_VTKVIEWER" = no]) -AM_CONDITIONAL(ENABLE_SALOMEOBJECT, [test "$DISABLE_SALOMEOBJECT" = no]) -AM_CONDITIONAL(ENABLE_QXGRAPHVIEWER, [test "$DISABLE_QXGRAPHVIEWER" = no]) -AM_CONDITIONAL(ENABLE_TESTRECORDER, [test "$ENABLE_TESTRECORDER" = yes]) - -if test "$DISABLE_PYCONSOLE" = "no" ; then - AC_DEFINE(SUIT_ENABLE_PYTHON) -fi - -dnl Build with GUI observers feature -AC_DEFINE(WITH_SALOMEDS_OBSERVER) - -echo -echo --------------------------------------------- -echo generating Makefiles and configure files -echo --------------------------------------------- -echo - -#AC_OUTPUT_COMMANDS([ \ -# chmod +x ./bin/*; \ -# chmod +x ./bin/salome/*; \ -#]) - -AC_HACK_LIBTOOL -AC_CONFIG_COMMANDS([hack_libtool],[ -sed -i "s%^CC=\"\(.*\)\"%hack_libtool (){ \n\ - $(pwd)/hack_libtool \1 \"\$[@]\" \n\ -}\n\ -CC=\"hack_libtool\"%g" libtool -sed -i "s%\(\s*\)for searchdir in \$newlib_search_path \$lib_search_path \$sys_lib_search_path \$shlib_search_path; do%\1searchdirs=\"\$newlib_search_path \$lib_search_path \$sys_lib_search_path \$shlib_search_path\"\n\1for searchdir in \$searchdirs; do%g" libtool -sed -i "s%\(\s*\)searchdirs=\"\$newlib_search_path \$lib_search_path \(.*\)\"%\1searchdirs=\"\$newlib_search_path \$lib_search_path\"\n\1sss_beg=\"\"\n\1sss_end=\"\2\"%g" libtool -sed -i "s%\(\s*\)\(for searchdir in \$searchdirs; do\)%\1for sss in \$searchdirs; do\n\1 if ! test -d \$sss; then continue; fi\n\1 ssss=\$(cd \$sss; pwd)\n\1 if test \"\$ssss\" != \"\" \&\& test -d \$ssss; then\n\1 case \$ssss in\n\1 /usr/lib | /usr/lib64 ) ;;\n\1 * ) sss_beg=\"\$sss_beg \$ssss\" ;;\n\1 esac\n\1 fi\n\1done\n\1searchdirs=\"\$sss_beg \$sss_end\"\n\1\2%g" libtool -],[]) - -# This list is initiated using autoscan and must be updated manually -# when adding a new file .in to manage. When you execute -# autoscan, the Makefile list is generated in the output file configure.scan. -# This could be helpfull to update de configuration. -AC_OUTPUT([ \ - adm_local/Makefile \ - adm_local/cmake_files/Makefile \ - adm_local/cmake_files/deprecated/Makefile \ - adm_local/unix/Makefile \ - adm_local/unix/config_files/Makefile \ - bin/VERSION \ - bin/Makefile \ - GUI_version.h \ - doc/Makefile \ - doc/salome/Makefile \ - doc/salome/gui/Makefile \ - doc/salome/gui/doxyfile \ - doc/salome/gui/static/header.html \ - doc/salome/tui/Makefile \ - doc/salome/tui/doxyfile \ - doc/salome/tui/static/header.html \ - src/Makefile \ - src/CASCatch/Makefile \ - src/Qtx/Makefile \ - src/Style/Makefile \ - src/DDS/Makefile \ - src/QDS/Makefile \ - src/SUIT/Makefile \ - src/STD/Makefile \ - src/CAF/Makefile \ - src/CAM/Makefile \ - src/SUITApp/Makefile \ - src/LogWindow/Makefile \ - src/ObjBrowser/Makefile \ - src/Prs/Makefile \ - src/OBJECT/Makefile \ - src/ViewerTools/Makefile \ - src/GLViewer/Makefile \ - src/VTKViewer/Makefile \ - src/SVTK/Makefile \ - src/OCCViewer/Makefile \ - src/SOCC/Makefile \ - src/PyInterp/Makefile \ - src/PyConsole/Makefile \ - src/Plot2d/Makefile \ - src/SPlot2d/Makefile \ - src/SUPERVGraph/Makefile \ - src/QxGraph/Makefile \ - src/QxScene/Makefile \ - src/LightApp/Makefile \ - src/ResExporter/Makefile \ - src/TOOLSGUI/Makefile \ - src/Event/Makefile \ - src/OpenGLUtils/Makefile \ - src/Session/Makefile \ - src/SalomeApp/Makefile \ - src/SalomeApp/Test/Makefile \ - src/SalomeApp/pluginsdemo/Makefile \ - src/GuiHelpers/Makefile \ - src/TreeData/Makefile \ - src/TreeData/Test/Makefile \ - src/SALOME_SWIG/Makefile \ - src/SALOME_SWIG/supervisionexample.py \ - src/SALOME_SWIG/supervisiongeomexample.py \ - src/SALOME_PY/Makefile \ - src/SALOME_PYQT/Makefile \ - src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile \ - src/SALOME_PYQT/SALOME_PYQT_GUILight/Makefile \ - src/SALOME_PYQT/SalomePyQt/Makefile \ - src/GUI_PY/Makefile \ - resources/Makefile \ - idl/Makefile \ - tools/Makefile \ - tools/dlgfactory/Makefile \ - tools/vtkEDFOverloads/Makefile \ - Makefile -]) diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index f9b5080d1..000000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -# -* Makefile *- -# Author : Patrick GOLDBRONN (CEA) -# Date : 30/11/2001 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -SUBDIRS = salome - -usr_docs: - (cd salome && $(MAKE) $(AM_MAKEFLAGS) usr_docs) - -docs: usr_docs - -dev_docs: - (cd salome && $(MAKE) $(AM_MAKEFLAGS) dev_docs) diff --git a/doc/salome/Makefile.am b/doc/salome/Makefile.am deleted file mode 100644 index 28d8aa65b..000000000 --- a/doc/salome/Makefile.am +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -# -* Makefile *- -# Author : Patrick GOLDBRONN (CEA) -# Date : 30/11/2001 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -SUBDIRS = tui gui -SUBDIRSTUI = tui -SUBDIRSGUI = gui - -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; diff --git a/doc/salome/gui/Makefile.am b/doc/salome/gui/Makefile.am deleted file mode 100644 index b196b4af5..000000000 --- a/doc/salome/gui/Makefile.am +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Vasily Rusyaev (Open Cascade NN) -# Module : doc -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -EXTRA_DIST += images input static/footer.html static/salome_extra.css - -guidocdir = $(docdir)/gui/GUI -guidoc_DATA = images/head.png - -usr_docs: doxyfile - echo "Running doxygen in directory: "`pwd`; \ - $(DOXYGEN) $< - -docs: usr_docs - -clean-local: - -rm -fr GUI doxygen.bak - -install-data-local: usr_docs - if test -d GUI; then \ - $(INSTALL) -d $(DESTDIR)$(docdir)/gui ; \ - cp -rp GUI $(DESTDIR)$(docdir)/gui ; \ - fi - -uninstall-local: - rm -rf $(DESTDIR)$(docdir)/gui/GUI diff --git a/doc/salome/tui/Makefile.am b/doc/salome/tui/Makefile.am deleted file mode 100644 index cda2f6036..000000000 --- a/doc/salome/tui/Makefile.am +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Vasily Rusyaev (Open Cascade NN) -# Module : doc -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -EXTRA_DIST += images input static/footer.html static/salome_extra.css - -tuidocdir = $(docdir)/tui/GUI -tuidoc_DATA = images/head.png - -dev_docs: doxyfile - echo "Running doxygen in directory: "`pwd`; \ - $(DOXYGEN) $<; - -clean-local: - -rm -fr GUI doxygen.bak - -install-data-local: - if test -d GUI; then \ - $(INSTALL) -d $(DESTDIR)$(docdir)/tui ; \ - cp -rp GUI $(DESTDIR)$(docdir)/tui ; \ - fi; - -uninstall-local: - @test -d $(DESTDIR)$(tuidocdir) && chmod -R +w $(DESTDIR)$(tuidocdir) ; \ - for filen in `find $(DESTDIR)$(tuidocdir) -mindepth 1 -maxdepth 1` dummy ; do \ - case $${filen} in \ - dummy ) ;; \ - $(DESTDIR)$(tuidocdir)/head.png ) ;; \ - * ) echo "removing $${filen}" && rm -rf $${filen} ;; \ - esac ; \ - done diff --git a/idl/Makefile.am b/idl/Makefile.am deleted file mode 100644 index 04a0a94a6..000000000 --- a/idl/Makefile.am +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -# This Makefile is responsible of generating the client and server -# implementation of IDL interfaces for both C++ and python usage. -# The building process of the C++ files is in charge of each source -# package and then is not manage here. -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -BASEIDL_FILES = SalomeApp_Engine.idl - -BASEIDL_FILES_PY=$(BASEIDL_FILES:%.idl=%_idl.py) - -# This variable defines the files to be installed -dist_salomeidl_DATA = $(BASEIDL_FILES) - -# GUI idl common library -lib_LTLIBRARIES = libSalomeIDLGUI.la - -# Sources built from idl files -nodist_libSalomeIDLGUI_la_SOURCES = SalomeApp_EngineSK.cc - -# header files must be exported: other modules have to use this library -nodist_salomeinclude_HEADERS = $(BASEIDL_FILES:%.idl=%.hh) - -libSalomeIDLGUI_la_CPPFLAGS = \ - -I$(top_builddir)/idl \ - @CORBA_CXXFLAGS@ @CORBA_INCLUDES@ @KERNEL_CXXFLAGS@ -libSalomeIDLGUI_la_LDFLAGS = -no-undefined -version-info=0:0:0 -libSalomeIDLGUI_la_LIBADD = @CORBA_LIBS@ - -# These variables defines the building process of CORBA files -OMNIORB_IDL = @OMNIORB_IDL@ -OMNIORB_IDLCXXFLAGS = @OMNIORB_IDLCXXFLAGS@ -OMNIORB_IDLPYFLAGS = @OMNIORB_IDLPYFLAGS@ -I$(top_builddir)/idl/salome -I$(KERNEL_ROOT_DIR)/idl/salome -IDLCXXFLAGS = -bcxx @IDLCXXFLAGS@ -I$(top_builddir)/idl/salome -I$(KERNEL_ROOT_DIR)/idl/salome -IDLPYFLAGS = @IDLPYFLAGS@ -I$(KERNEL_ROOT_DIR)/idl/salome - -# potential problem on parallel make on the following - multiple outputs -SUFFIXES = .idl .hh SK.cc -.idlSK.cc: - $(OMNIORB_IDL) $(IDLCXXFLAGS) $(OMNIORB_IDLCXXFLAGS) $< -.idl.hh: - $(OMNIORB_IDL) $(IDLCXXFLAGS) $(OMNIORB_IDLCXXFLAGS) $< - -install-exec-local: $(BASEIDL_FILES:%=$(top_srcdir)/idl/%) - $(INSTALL) -d $(DESTDIR)$(salomepythondir) - ls $^ | while read file; do \ - $(OMNIORB_IDL) $(IDLPYFLAGS) -C$(DESTDIR)$(salomepythondir) $$file ; \ - done - -# we want to remove only staff generated for IDL files and nothing more -uninstall-local: - @for modulen in SalomeApp ; do \ - test -d $(DESTDIR)$(salomepythondir)/$${modulen} && echo "Removing $(DESTDIR)$(salomepythondir)/$${modulen}" && rm -rf $(DESTDIR)$(salomepythondir)/$${modulen} ; \ - test -d $(DESTDIR)$(salomepythondir)/$${modulen}__POA && echo "Removing $(DESTDIR)$(salomepythondir)/$${modulen}__POA" && rm -rf $(DESTDIR)$(salomepythondir)/$${modulen}__POA ; \ - done ; \ - for filen in $(BASEIDL_FILES_PY) ; do \ - echo "Removing $(DESTDIR)$(salomepythondir)/$${filen}" && rm -f $(DESTDIR)$(salomepythondir)/$${filen}* ; \ - done - -mostlyclean-local: - -rm -f *.hh *.cc .depidl - -# we use cpp to generate dependencies between idl files. -# option x c tells the preprocessor to consider idl as a c file. -# if an idl is modified, all idl dependencies are rebuilt - -.depidl: $(BASEIDL_FILES) - @echo "" > $@ - @for dep in $^ dummy; do \ - if [ $$dep != "dummy" ]; then \ - echo Building dependencies for $$dep; \ - $(CPP) $(C_DEPEND_FLAG) -x c -I$(srcdir) -I$(KERNEL_ROOT_DIR)/idl/salome $$dep 2>/dev/null | \ - sed 's/\.o/\SK.cc/' >>$@; \ - fi; \ - done ; - --include .depidl diff --git a/resources/Makefile.am b/resources/Makefile.am deleted file mode 100644 index b0359d7d6..000000000 --- a/resources/Makefile.am +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -# -* Makefile *- -# Author : Guillaume Boulant (CSSI) -# Module : KERNEL -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -# -# add resource files here ... -# -dist_salomeres_DATA = diff --git a/src/CAF/Makefile.am b/src/CAF/Makefile.am deleted file mode 100755 index 3f2fbf078..000000000 --- a/src/CAF/Makefile.am +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Vladimir Klyachin (OCN) -# Module : caf - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libcaf.la - -salomeinclude_HEADERS = \ - CAF.h \ - CAF_Application.h \ - CAF_Operation.h \ - CAF_Study.h \ - CAF_Tools.h - -dist_libcaf_la_SOURCES = \ - CAF_Application.cxx \ - CAF_Operation.cxx \ - CAF_Study.cxx \ - CAF_Tools.cxx - -MOC_FILES = \ - CAF_Application_moc.cxx \ - CAF_Operation_moc.cxx \ - CAF_Study_moc.cxx - -nodist_libcaf_la_SOURCES = $(MOC_FILES) - -nodist_salomeres_DATA = \ - CAF_msg_en.qm \ - CAF_msg_fr.qm - -libcaf_la_CPPFLAGS = $(QT_INCLUDES) $(CAS_CPPFLAGS) @KERNEL_CXXFLAGS@ \ - -I$(srcdir)/../STD -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx -libcaf_la_LDFLAGS = $(QT_MT_LIBS) $(CAS_OCAF) $(CAS_OCAFVIS) -libcaf_la_LIBADD = ../Qtx/libqtx.la ../SUIT/libsuit.la ../STD/libstd.la diff --git a/src/CAM/Makefile.am b/src/CAM/Makefile.am deleted file mode 100755 index 5095a3671..000000000 --- a/src/CAM/Makefile.am +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Vladimir Klyachin (OCN) -# Module : CAM -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libCAM.la - -salomeinclude_HEADERS = \ - CAM.h \ - CAM_Application.h \ - CAM_DataModel.h \ - CAM_DataObject.h \ - CAM_Module.h \ - CAM_Study.h - -dist_libCAM_la_SOURCES = \ - CAM_Application.cxx \ - CAM_DataModel.cxx \ - CAM_DataObject.cxx \ - CAM_Module.cxx \ - CAM_Study.cxx - -MOC_FILES = \ - CAM_Application_moc.cxx \ - CAM_Module_moc.cxx \ - CAM_Study_moc.cxx \ - CAM_DataModel_moc.cxx -nodist_libCAM_la_SOURCES = $(MOC_FILES) - -nodist_salomeres_DATA = CAM_msg_en.qm CAM_msg_fr.qm - -libCAM_la_CPPFLAGS = $(QT_INCLUDES) -I$(srcdir)/../SUIT -I$(srcdir)/../STD -I$(srcdir)/../Qtx -libCAM_la_LDFLAGS = $(QT_MT_LIBS) -libCAM_la_LIBADD = ../Qtx/libqtx.la ../SUIT/libsuit.la ../STD/libstd.la diff --git a/src/CASCatch/Makefile.am b/src/CASCatch/Makefile.am deleted file mode 100644 index 4ffbe35a0..000000000 --- a/src/CASCatch/Makefile.am +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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.am -# Author : Sergey RUIN, Open CASCADE S.A.S (sergey.ruin@opencascade.com) - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - - -salomeinclude_HEADERS = CASCatch.hxx \ - CASCatch_CatchSignals.hxx \ - CASCatch_ErrorHandler.hxx \ - CASCatch_Failure.hxx - -lib_LTLIBRARIES = libCASCatch.la -libCASCatch_la_SOURCES = \ - CASCatch_CatchSignals.cxx \ - CASCatch_ErrorHandler.cxx \ - CASCatch_Failure.cxx - -COMMON_CPPFLAGS = \ - @CAS_CPPFLAGS@ @CAS_CXXFLAGS@ - -libCASCatch_la_CPPFLAGS = $(COMMON_CPPFLAGS) -libCASCatch_la_LIBADD = $(CAS_KERNEL) diff --git a/src/DDS/Makefile.am b/src/DDS/Makefile.am deleted file mode 100755 index fb6a36e44..000000000 --- a/src/DDS/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Alexander SOLOVYOV (OCN) -# Module : DDS - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libDDS.la - -salomeinclude_HEADERS = \ - DDS.h \ - DDS_DicGroup.h \ - DDS_DicItem.h \ - DDS_Dictionary.h \ - DDS_KeyWords.h - -dist_libDDS_la_SOURCES = \ - DDS_DicGroup.cxx \ - DDS_DicItem.cxx \ - DDS_Dictionary.cxx \ - DDS_KeyWords.cxx - -libDDS_la_CPPFLAGS = $(CAS_CPPFLAGS) @KERNEL_CXXFLAGS@ - -libDDS_la_LDFLAGS = $(CAS_KERNEL) $(CAS_OCAF) diff --git a/src/Event/Makefile.am b/src/Event/Makefile.am deleted file mode 100755 index 482abdcb6..000000000 --- a/src/Event/Makefile.am +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -# SALOME Utils : general SALOME's definitions and tools -# File : Makefile.in -# Author : Marc Tajchman (CEA) -# Module : SALOME -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libEvent.la - -salomeinclude_HEADERS = \ - Event.h \ - SALOME_Event.h \ - SALOME_EventFilter.h - -dist_libEvent_la_SOURCES = \ - SALOME_Event.cxx \ - SALOME_EventFilter.cxx - -libEvent_la_CPPFLAGS = $(QT_INCLUDES) -libEvent_la_LDFLAGS = $(QT_MT_LIBS) - - diff --git a/src/GLViewer/Makefile.am b/src/GLViewer/Makefile.am deleted file mode 100644 index 62aa22223..000000000 --- a/src/GLViewer/Makefile.am +++ /dev/null @@ -1,118 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Vladimir Klyachin (OCN) -# Module : caf -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libGLViewer.la - -salomeinclude_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_MimeData.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 - -dist_libGLViewer_la_SOURCES = \ - 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_MimeData.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 - -MOC_FILES = \ - GLViewer_Selector_moc.cxx \ - GLViewer_Selector2d_moc.cxx \ - GLViewer_ToolTip_moc.cxx \ - GLViewer_ViewFrame_moc.cxx \ - GLViewer_ViewManager_moc.cxx \ - GLViewer_ViewPort_moc.cxx \ - GLViewer_ViewPort2d_moc.cxx \ - GLViewer_Viewer_moc.cxx \ - GLViewer_Viewer2d_moc.cxx \ - GLViewer_Widget_moc.cxx -nodist_libGLViewer_la_SOURCES = $(MOC_FILES) - -dist_salomeres_DATA = \ - resources/gl_cursor_rotate.png \ - resources/gl_cursor_sketch.png \ - resources/gl_cursor_zoom.png \ - resources/gl_view_dump.png \ - resources/gl_view_fitall.png \ - resources/gl_view_fitarea.png \ - resources/gl_view_fitselect.png \ - resources/gl_view_glpan.png \ - resources/gl_view_pan.png \ - resources/gl_view_reset.png \ - resources/gl_view_zoom.png - -nodist_salomeres_DATA = \ - GLViewer_images.qm \ - GLViewer_msg_en.qm \ - GLViewer_msg_fr.qm - -libGLViewer_la_CPPFLAGS = $(QT_INCLUDES) $(CAS_CPPFLAGS) -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx -libGLViewer_la_LDFLAGS = $(QT_MT_LIBS) $(CAS_KERNEL) $(OGL_LIBS) -libGLViewer_la_LIBADD = ../SUIT/libsuit.la diff --git a/src/GUI_PY/Makefile.am b/src/GUI_PY/Makefile.am deleted file mode 100644 index 693dbbde7..000000000 --- a/src/GUI_PY/Makefile.am +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -mypkgpythondir = $(salomepythondir)/salome/gui - -# Python modules to be installed -mypkgpython_PYTHON = \ - __init__.py \ - selectvars.py \ - genericdialog.py \ - mytestdialog.py \ - helper.py - -PYUIC_FILES = \ - SelectVarsDialog_ui.py \ - genericdialog_ui.py \ - mytestdialog_ui.py - -nodist_mypkgpython_PYTHON = $(PYUIC_FILES) -CLEANFILES = $(PYUIC_FILES) - -EXTRA_DIST += \ - SelectVarsDialog.ui \ - genericdialog.ui \ - mytestdialog.ui - -# This rule indicates that some python files are generated from ui -# files using the PYUIC utility. The convention is to create a file -# name _ui.py when the ui file name is .ui. When -# implementing the dialog, you generally create a third file named -# .py that uses the UI_ classe defined in the -# generated file _ui.py. -%_ui.py:%.ui - $(PYUIC) -x $< -o $@ diff --git a/src/GuiHelpers/Makefile.am b/src/GuiHelpers/Makefile.am deleted file mode 100644 index 7e8544683..000000000 --- a/src/GuiHelpers/Makefile.am +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright (C) 2011-2013 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 -# -# Author : Guillaume Boulant (EDF/R&D) -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -# header files -salomeinclude_HEADERS = \ - QtHelper.hxx \ - SALOME_GuiServices.hxx \ - SALOME_AppStudyEditor.hxx \ - StandardApp_Module.hxx \ - SalomeGuiHelpers.hxx - -# Libraries targets -lib_LTLIBRARIES = libSalomeGuiHelpers.la - -dist_libSalomeGuiHelpers_la_SOURCES = \ - SALOME_GuiServices.cxx \ - SALOME_AppStudyEditor.cxx \ - StandardApp_Module.cxx - - -QT_CXXFLAGS=@QT_INCLUDES@ @QT_MT_INCLUDES@ -CAS_CXXFLAGS=@CAS_CPPFLAGS@ @CAS_CXXFLAGS@ -BOOST_CPPFLAGS=@BOOST_CPPFLAGS@ -BOOST_LIBS=@BOOST_LIBS@ -CORBA_CXXFLAGS=@OMNIORB_CXXFLAGS@ @OMNIORB_INCLUDES@ -CORBA_LIBS=@OMNIORB_LIBS@ - -libSalomeGuiHelpers_la_CPPFLAGS = \ - $(QT_CXXFLAGS) \ - $(CAS_CXXFLAGS) \ - $(BOOST_CPPFLAGS) \ - $(CORBA_CXXFLAGS) \ - $(KERNEL_CXXFLAGS) \ - -I$(srcdir)/../SalomeApp \ - -I$(srcdir)/../LightApp \ - -I$(srcdir)/../SUIT \ - -I$(srcdir)/../Qtx \ - -I$(srcdir)/../CAM \ - -I$(srcdir)/../STD \ - -I$(srcdir)/../OBJECT - - -libSalomeGuiHelpers_la_LDFLAGS = \ - ../SalomeApp/libSalomeApp.la \ - $(KERNEL_LDFLAGS) -lSalomeKernelHelpers \ - $(CORBA_LIBS) - -# -# ======================================================= -# Specific definitions for Qt MOC files -# - -# moc-files generation -%_moc.cxx: %.hxx - $(MOC) $< -o $@ - -# MOC pre-processing -MOC_FILES_HXX = \ - StandardApp_Module_moc.cxx - -nodist_libSalomeGuiHelpers_la_SOURCES = $(MOC_FILES_HXX) - -EXTRA_DIST+=$(MOC_FILES_HXX:%_moc.cxx=%.hxx) diff --git a/src/LightApp/Makefile.am b/src/LightApp/Makefile.am deleted file mode 100755 index 392e24768..000000000 --- a/src/LightApp/Makefile.am +++ /dev/null @@ -1,292 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : OCC team (OCN) -# Module : LightApp - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -EXTRA_DIST += images - -QRC_FILES = qrc_LightApp.cxx - -lib_LTLIBRARIES = libLightApp.la - -salomeinclude_HEADERS = \ - LightApp.h \ - LightApp_AboutDlg.h \ - LightApp_Application.h \ - LightApp_DataModel.h \ - LightApp_DataObject.h \ - LightApp_DataOwner.h \ - LightApp_DataSubOwner.h \ - LightApp_Dialog.h \ - LightApp_Displayer.h \ - LightApp_Driver.h \ - LightApp_EventFilter.h \ - LightApp_HDFDriver.h \ - LightApp_Module.h \ - LightApp_ModuleAction.h \ - LightApp_ModuleDlg.h \ - LightApp_NameDlg.h \ - LightApp_OBSelector.h \ - LightApp_Operation.h \ - LightApp_Selection.h \ - LightApp_SelectionMgr.h \ - LightApp_ShowHideOp.h \ - LightApp_Study.h \ - LightApp_SwitchOp.h \ - LightApp_Preferences.h \ - LightApp_PreferencesDlg.h \ - LightApp_UpdateFlags.h \ - LightApp_WgViewModel.h \ - LightApp_FullScreenHelper.h - -if ENABLE_PYCONSOLE - salomeinclude_HEADERS += LightApp_PyInterp.h -endif - -# LightApp_OBFilter.h - -if ENABLE_VTKVIEWER -if ENABLE_SALOMEOBJECT - salomeinclude_HEADERS += LightApp_VTKSelector.h -endif -endif -if ENABLE_OCCVIEWER - salomeinclude_HEADERS += LightApp_OCCSelector.h -endif -if ENABLE_GLVIEWER - salomeinclude_HEADERS += LightApp_GLSelector.h -endif -if ENABLE_PLOT2DVIEWER - salomeinclude_HEADERS += LightApp_Plot2dSelector.h -endif - -dist_libLightApp_la_SOURCES = \ - LightApp_AboutDlg.cxx \ - LightApp_Application.cxx \ - LightApp_DataModel.cxx \ - LightApp_DataObject.cxx \ - LightApp_DataOwner.cxx \ - LightApp_DataSubOwner.cxx \ - LightApp_Dialog.cxx \ - LightApp_Displayer.cxx \ - LightApp_Driver.cxx \ - LightApp_EventFilter.cxx \ - LightApp_HDFDriver.cxx \ - LightApp_Module.cxx \ - LightApp_ModuleAction.cxx \ - LightApp_ModuleDlg.cxx \ - LightApp_NameDlg.cxx \ - LightApp_OBSelector.cxx \ - LightApp_Operation.cxx \ - LightApp_Selection.cxx \ - LightApp_SelectionMgr.cxx \ - LightApp_ShowHideOp.cxx \ - LightApp_Study.cxx \ - LightApp_SwitchOp.cxx \ - LightApp_Preferences.cxx \ - LightApp_PreferencesDlg.cxx \ - LightApp_WgViewModel.cxx \ - LightApp_FullScreenHelper.cxx - -if ENABLE_PYCONSOLE - dist_libLightApp_la_SOURCES += LightApp_PyInterp.cxx -endif - -# LightApp_OBFilter.cxx - -if ENABLE_VTKVIEWER -if ENABLE_SALOMEOBJECT - dist_libLightApp_la_SOURCES += LightApp_VTKSelector.cxx -endif -endif -if ENABLE_OCCVIEWER - dist_libLightApp_la_SOURCES += LightApp_OCCSelector.cxx -endif -if ENABLE_GLVIEWER - dist_libLightApp_la_SOURCES += LightApp_GLSelector.cxx -endif -if ENABLE_PLOT2DVIEWER - dist_libLightApp_la_SOURCES += LightApp_Plot2dSelector.cxx -endif - -MOC_FILES = \ - LightApp_AboutDlg_moc.cxx \ - LightApp_Application_moc.cxx \ - LightApp_DataModel_moc.cxx \ - LightApp_Dialog_moc.cxx \ - LightApp_OBSelector_moc.cxx \ - LightApp_Operation_moc.cxx \ - LightApp_Module_moc.cxx \ - LightApp_ModuleAction_moc.cxx \ - LightApp_ModuleDlg_moc.cxx \ - LightApp_NameDlg_moc.cxx \ - LightApp_SelectionMgr_moc.cxx \ - LightApp_ShowHideOp_moc.cxx \ - LightApp_Study_moc.cxx \ - LightApp_SwitchOp_moc.cxx \ - LightApp_Preferences_moc.cxx \ - LightApp_PreferencesDlg_moc.cxx \ - LightApp_WgViewModel_moc.cxx - -if ENABLE_VTKVIEWER -if ENABLE_SALOMEOBJECT - MOC_FILES += LightApp_VTKSelector_moc.cxx -endif -endif -if ENABLE_OCCVIEWER - MOC_FILES += LightApp_OCCSelector_moc.cxx -endif -if ENABLE_GLVIEWER - MOC_FILES += LightApp_GLSelector_moc.cxx -endif -if ENABLE_PLOT2DVIEWER - MOC_FILES += LightApp_Plot2dSelector_moc.cxx -endif -nodist_libLightApp_la_SOURCES = $(MOC_FILES) $(QRC_FILES) -dist_salomeres_DATA = \ - resources/icon_about.png \ - resources/icon_applogo.png \ - resources/icon_default.png \ - resources/icon_module.png \ - resources/icon_module_big.png \ - resources/icon_select.png \ - resources/LightApp.ini \ - resources/LightApp.xml - -nodist_salomeres_DATA = \ - LightApp_images.qm \ - LightApp_msg_en.qm \ - LightApp_msg_fr.qm - -libLightApp_la_CPPFLAGS = $(PYTHON_INCLUDES) $(QT_INCLUDES) $(CAS_CPPFLAGS) \ - $(HDF5_INCLUDES) @KERNEL_CXXFLAGS@ -I$(srcdir)/../SUIT -I$(srcdir)/../STD \ - -I$(srcdir)/../CAM -I$(srcdir)/../ObjBrowser -I$(srcdir)/../LogWindow \ - -I$(srcdir)/../Prs -I$(srcdir)/../Qtx -I$(srcdir)/../Event -I$(srcdir)/../Style \ - -I$(srcdir)/../CASCatch - -libLightApp_la_LDFLAGS = $(QT_MT_LIBS) - -if ENABLE_VTKVIEWER - libLightApp_la_CPPFLAGS += $(VTK_INCLUDES) -I$(srcdir)/../VTKViewer -else - libLightApp_la_CPPFLAGS += -DDISABLE_VTKVIEWER -endif -if ENABLE_PLOT2DVIEWER - libLightApp_la_CPPFLAGS += $(QWT_INCLUDES) -I$(srcdir)/../Plot2d -else - libLightApp_la_CPPFLAGS += -DDISABLE_PLOT2DVIEWER -endif -if ENABLE_OCCVIEWER - libLightApp_la_CPPFLAGS += -I$(srcdir)/../OCCViewer -else !ENABLE_OCCVIEWER - libLightApp_la_CPPFLAGS += -DDISABLE_OCCVIEWER -endif -if ENABLE_PYCONSOLE - libLightApp_la_CPPFLAGS += $(PYTHON_INCLUDES) -I$(srcdir)/../PyConsole -I$(srcdir)/../PyInterp \ - -I$(srcdir)/../SUITApp - libLightApp_la_LDFLAGS += $(PYTHON_LIBS) -else !ENABLE_PYCONSOLE - libLightApp_la_CPPFLAGS += -DDISABLE_PYCONSOLE -endif -if ENABLE_GLVIEWER - libLightApp_la_CPPFLAGS += -I$(srcdir)/../GLViewer -else !ENABLE_GLVIEWER - libLightApp_la_CPPFLAGS += -DDISABLE_GLVIEWER -endif -if ENABLE_SUPERVGRAPHVIEWER - libLightApp_la_CPPFLAGS += -I$(srcdir)/../SUPERVGraph -else !ENABLE_SUPERVGRAPHVIEWER - libLightApp_la_CPPFLAGS += -DDISABLE_SUPERVGRAPHVIEWER -endif -###VSR: QxGraph has been replaced by QxScene -###libLightApp_la_CPPFLAGS += -I$(srcdir)/../QxGraph -if ENABLE_QXGRAPHVIEWER - libLightApp_la_CPPFLAGS += -I$(srcdir)/../QxScene -else !ENABLE_QXGRAPHVIEWER - libLightApp_la_CPPFLAGS += -DDISABLE_QXGRAPHVIEWER -endif - -if ENABLE_SALOMEOBJECT - - libLightApp_la_CPPFLAGS += -I$(srcdir)/../OBJECT -if ENABLE_PLOT2DVIEWER - libLightApp_la_CPPFLAGS += -I$(srcdir)/../SPlot2d -endif -if ENABLE_OCCVIEWER - libLightApp_la_CPPFLAGS += -I$(srcdir)/../SOCC -endif -if ENABLE_VTKVIEWER - libLightApp_la_CPPFLAGS += -I$(srcdir)/../SVTK -endif -else !ENABLE_SALOMEOBJECT - libLightApp_la_CPPFLAGS += -DDISABLE_SALOMEOBJECT - -endif - -libLightApp_la_LIBADD = ../SUIT/libsuit.la ../STD/libstd.la ../CAM/libCAM.la \ - ../LogWindow/libLogWindow.la $(CAS_KERNEL) \ - ../Prs/libSalomePrs.la ../ObjBrowser/libObjBrowser.la ../Style/libSalomeStyle.la \ - ../Event/libEvent.la \ - $(HDF5_LIBS) $(KERNEL_LDFLAGS) -lSalomeHDFPersist -lSALOMELocalTrace - -if ENABLE_SALOMEOBJECT - libLightApp_la_LIBADD += ../OBJECT/libSalomeObject.la -endif -if ENABLE_VTKVIEWER - libLightApp_la_LIBADD += $(VTK_LIBS) ../VTKViewer/libVTKViewer.la -if ENABLE_SALOMEOBJECT - libLightApp_la_LIBADD += ../SVTK/libSVTK.la -endif -endif -if ENABLE_OCCVIEWER - libLightApp_la_LIBADD += ../OCCViewer/libOCCViewer.la -if ENABLE_SALOMEOBJECT - libLightApp_la_LIBADD += ../SOCC/libSOCC.la -endif -endif -if ENABLE_GLVIEWER - libLightApp_la_LIBADD += ../GLViewer/libGLViewer.la -endif -if ENABLE_PLOT2DVIEWER - libLightApp_la_LIBADD += ../Plot2d/libPlot2d.la -if ENABLE_SALOMEOBJECT - libLightApp_la_LIBADD += ../SPlot2d/libSPlot2d.la -endif -endif - -if ENABLE_PYCONSOLE - libLightApp_la_LIBADD += ../PyInterp/libPyInterp.la ../PyConsole/libPyConsole.la \ - ../SUITApp/libSUITApp.la -endif - -if ENABLE_SUPERVGRAPHVIEWER - libLightApp_la_LIBADD += ../SUPERVGraph/libSUPERVGraph.la -endif -###VSR: QxGraph has been replaced by QxScene -###libLightApp_la_LIBADD += ../QxGraph/libQxGraph.la -if ENABLE_QXGRAPHVIEWER - libLightApp_la_LIBADD+= ../QxScene/libQxScene.la -endif diff --git a/src/LogWindow/Makefile.am b/src/LogWindow/Makefile.am deleted file mode 100755 index 41146ee95..000000000 --- a/src/LogWindow/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Vladimir Klyachin (OCN) -# Module : LogWindow -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libLogWindow.la - -salomeinclude_HEADERS = LogWindow.h - -dist_libLogWindow_la_SOURCES = LogWindow.cxx - -MOC_FILES = LogWindow_moc.cxx -nodist_libLogWindow_la_SOURCES = $(MOC_FILES) - -nodist_salomeres_DATA = \ - LogWindow_msg_en.qm \ - LogWindow_msg_fr.qm - -libLogWindow_la_CPPFLAGS = $(QT_INCLUDES) -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx -libLogWindow_la_LDFLAGS = $(QT_MT_LIBS) -libLogWindow_la_LIBADD = ../Qtx/libqtx.la ../SUIT/libsuit.la - - diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100755 index f49f706c3..000000000 --- a/src/Makefile.am +++ /dev/null @@ -1,130 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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.am -# Author : Patrick GOLDBRONN (CEA) - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -## -# Common packages -## - -SUBDIRS_COMMON = CASCatch Qtx Style DDS QDS ObjBrowser SUIT SUITApp STD CAF CAM LogWindow Prs Event OpenGLUtils GUI_PY - -## -# SALOME object -## -if ENABLE_SALOMEOBJECT - SUBDIRS_OBJECT = OBJECT -endif - -## -# GL viewer -## -if ENABLE_GLVIEWER - SUBDIRS_GLVIEWER = GLViewer -endif - -## -# VTK viewer -## -if ENABLE_VTKVIEWER - SUBDIRS_VTKVIEWER = VTKViewer -if ENABLE_SALOMEOBJECT - SUBDIRS_VTKVIEWER += SVTK - SUBDIRS_VIEWERTOOLS = ViewerTools -endif -endif - -## -# OCC viewer -## -if ENABLE_OCCVIEWER - SUBDIRS_OCCVIEWER = OCCViewer - SUBDIRS_VIEWERTOOLS = ViewerTools -if ENABLE_SALOMEOBJECT - SUBDIRS_OCCVIEWER += SOCC -endif -endif - -## -# Plot2d viewer -## -if ENABLE_PLOT2DVIEWER - SUBDIRS_PLOT2DVIEWER = Plot2d -if ENABLE_SALOMEOBJECT - SUBDIRS_PLOT2DVIEWER += SPlot2d -endif -endif - -## -# SUPERV graph viewer -## -if ENABLE_SUPERVGRAPHVIEWER - SUBDIRS_SUPERVGRAPHVIEWER = SUPERVGraph -endif - -## -# Qx scene viewer -## -###VSR: QxGraph has been replaced by QxScene -###SUBDIRS_QXGRAPHVIEWER = QxGraph -if ENABLE_QXGRAPHVIEWER - SUBDIRS_QXGRAPHVIEWER = QxScene -endif - -## -# Python console (base) -## -if ENABLE_PYCONSOLE - SUBDIRS_PYCONSOLE = PyInterp PyConsole -endif - -## -# Light SALOME packages -## -SUBDIRS_LIGHT = LightApp ResExporter - -## -# Full (CORBA) SALOME packages -## -if GUI_ENABLE_CORBA - SUBDIRS_CORBA = TOOLSGUI Session SalomeApp GuiHelpers TreeData -endif - - -## -# Extra Python packages -## -if ENABLE_PYCONSOLE - SUBDIRS_PY_LIGHT = SALOME_SWIG SALOME_PY SALOME_PYQT -endif - -SUBDIRS = $(SUBDIRS_COMMON) $(SUBDIRS_OBJECT) $(SUBDIRS_VIEWERTOOLS) $(SUBDIRS_GLVIEWER) $(SUBDIRS_VTKVIEWER) \ - $(SUBDIRS_OCCVIEWER) $(SUBDIRS_PLOT2DVIEWER) $(SUBDIRS_SUPERVGRAPHVIEWER) $(SUBDIRS_QXGRAPHVIEWER) \ - $(SUBDIRS_PYCONSOLE) $(SUBDIRS_LIGHT) $(SUBDIRS_CORBA) $(SUBDIRS_PY_LIGHT) - -DIST_SUBDIRS = CASCatch Qtx Style DDS QDS ObjBrowser SUIT SUITApp STD CAF CAM LogWindow Prs Event OpenGLUtils \ - OBJECT ViewerTools GLViewer VTKViewer SVTK OCCViewer SOCC Plot2d SPlot2d SUPERVGraph QxGraph QxScene \ - PyInterp PyConsole LightApp ResExporter TOOLSGUI Session SalomeApp GuiHelpers TreeData \ - SALOME_SWIG SALOME_PY SALOME_PYQT GUI_PY diff --git a/src/OBJECT/Makefile.am b/src/OBJECT/Makefile.am deleted file mode 100755 index 87e434932..000000000 --- a/src/OBJECT/Makefile.am +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libSalomeObject.la - -salomeinclude_HEADERS = \ - SALOME_InteractiveObject.hxx \ - Handle_SALOME_InteractiveObject.hxx \ - SALOME_AISShape.hxx \ - Handle_SALOME_AISShape.hxx \ - SALOME_AISObject.hxx \ - Handle_SALOME_AISObject.hxx \ - SALOME_ListIO.hxx \ - SALOME_ListIteratorOfListIO.hxx \ - Handle_SALOME_ListNodeOfListIO.hxx \ - SALOME_ListNodeOfListIO.hxx \ - Handle_SALOME_Filter.hxx \ - SALOME_Filter.hxx \ - Handle_SALOME_TypeFilter.hxx \ - SALOME_TypeFilter.hxx \ - SALOME_DataMapOfIOMapOfInteger.hxx \ - SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger.hxx \ - SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx \ - Handle_SALOME_DataMapNodeOfDataMapOfIOMapOfInteger.hxx \ - SALOME_Selection.h - -dist_libSalomeObject_la_SOURCES = \ - SALOME_InteractiveObject.cxx \ - SALOME_AISShape.cxx \ - SALOME_AISObject.cxx \ - SALOME_ListIO_0.cxx \ - SALOME_ListIteratorOfListIO_0.cxx \ - SALOME_ListNodeOfListIO_0.cxx \ - SALOME_Filter.cxx \ - SALOME_TypeFilter.cxx \ - SALOME_DataMapOfIOMapOfInteger_0.cxx \ - SALOME_DataMapNodeOfDataMapOfIOMapOfInteger_0.cxx \ - SALOME_DataMapIteratorOfDataMapOfIOMapOfInteger_0.cxx - -libSalomeObject_la_CPPFLAGS = $(QT_INCLUDES) $(CAS_CPPFLAGS) @KERNEL_CXXFLAGS@ -libSalomeObject_la_LDFLAGS = $(QT_LIBS) $(CAS_LDPATH) -lTKV3d - -# internal (non-distributed) headers -EXTRA_DIST += \ - SALOME_AISObject.ixx \ - SALOME_AISObject.jxx \ - SALOME_AISShape.ixx \ - SALOME_AISShape.jxx \ - SALOME_Filter.ixx \ - SALOME_Filter.jxx \ - SALOME_InteractiveObject.ixx \ - SALOME_InteractiveObject.jxx \ - SALOME_TypeFilter.ixx \ - SALOME_TypeFilter.jxx diff --git a/src/OCCViewer/Makefile.am b/src/OCCViewer/Makefile.am deleted file mode 100755 index 698c23794..000000000 --- a/src/OCCViewer/Makefile.am +++ /dev/null @@ -1,129 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libOCCViewer.la - -salomeinclude_HEADERS = \ - OCCViewer_AISSelector.h \ - OCCViewer_ViewManager.h \ - OCCViewer_ViewModel.h \ - OCCViewer_ViewPort3d.h \ - OCCViewer_ViewPort.h \ - OCCViewer_ViewSketcher.h \ - OCCViewer_ViewWindow.h \ - OCCViewer_VService.h \ - OCCViewer_CreateRestoreViewDlg.h \ - OCCViewer.h \ - OCCViewer_ClippingDlg.h \ - OCCViewer_AxialScaleDlg.h \ - OCCViewer_SetRotationPointDlg.h \ - OCCViewer_Trihedron.h \ - OCCViewer_FontWidget.h \ - OCCViewer_CubeAxesDlg.h \ - OCCViewer_ToolTip.h \ - OCCViewer_ViewFrame.h - -dist_libOCCViewer_la_SOURCES = \ - OCCViewer_AISSelector.cxx \ - OCCViewer_ViewManager.cxx \ - OCCViewer_ViewModel.cxx \ - OCCViewer_ViewPort3d.cxx \ - OCCViewer_ViewPort.cxx \ - OCCViewer_ViewSketcher.cxx \ - OCCViewer_ViewWindow.cxx \ - OCCViewer_VService.cxx \ - OCCViewer_CreateRestoreViewDlg.cxx \ - OCCViewer_SetRotationPointDlg.cxx \ - OCCViewer_ClippingDlg.cxx \ - OCCViewer_AxialScaleDlg.cxx \ - OCCViewer_Trihedron.cxx \ - OCCViewer_FontWidget.cxx \ - OCCViewer_CubeAxesDlg.cxx \ - OCCViewer_ToolTip.cxx \ - OCCViewer_ViewFrame.cxx - -MOC_FILES = \ - OCCViewer_AISSelector_moc.cxx \ - OCCViewer_ViewModel_moc.cxx \ - OCCViewer_ViewPort3d_moc.cxx \ - OCCViewer_ViewPort_moc.cxx \ - OCCViewer_ViewSketcher_moc.cxx \ - OCCViewer_ViewWindow_moc.cxx \ - OCCViewer_ViewManager_moc.cxx \ - OCCViewer_CreateRestoreViewDlg_moc.cxx \ - OCCViewer_SetRotationPointDlg_moc.cxx \ - OCCViewer_ClippingDlg_moc.cxx \ - OCCViewer_AxialScaleDlg_moc.cxx \ - OCCViewer_FontWidget_moc.cxx \ - OCCViewer_CubeAxesDlg_moc.cxx \ - OCCViewer_ToolTip_moc.cxx \ - OCCViewer_ViewFrame_moc.cxx - -nodist_libOCCViewer_la_SOURCES = $(MOC_FILES) - -dist_salomeres_DATA = \ - resources/occ_view_anticlockwise.png \ - resources/occ_view_clockwise.png \ - resources/occ_view_back.png \ - resources/occ_view_bottom.png \ - resources/occ_view_camera_dump.png \ - resources/occ_view_clone.png \ - resources/occ_view_clipping.png \ - resources/occ_view_clipping_pressed.png \ - resources/occ_view_scaling.png \ - resources/occ_view_graduated_axes.png \ - resources/occ_view_ambient.png \ - resources/occ_view_fitall.png \ - resources/occ_view_fitarea.png \ - resources/occ_view_front.png \ - resources/occ_view_glpan.png \ - resources/occ_view_left.png \ - resources/occ_view_pan.png \ - resources/occ_view_presets.png \ - resources/occ_view_reset.png \ - resources/occ_view_right.png \ - resources/occ_view_rotate.png \ - resources/occ_view_shoot.png \ - resources/occ_view_top.png \ - resources/occ_view_triedre.png \ - resources/occ_view_zoom.png \ - resources/occ_view_rotation_point.png \ - resources/occ_view_style_switch.png \ - resources/occ_view_zooming_style_switch.png \ - resources/occ_view_maximized.png \ - resources/occ_view_minimized.png - -nodist_salomeres_DATA = \ - OCCViewer_images.qm \ - OCCViewer_msg_en.qm \ - OCCViewer_msg_fr.qm - -libOCCViewer_la_CPPFLAGS = $(QT_INCLUDES) $(OGL_INCLUDES) $(CAS_CPPFLAGS) @KERNEL_CXXFLAGS@ \ - -I$(srcdir)/../SUIT -I$(srcdir)/../ViewerTools -I$(srcdir)/../Qtx \ - -I$(srcdir)/../OpenGLUtils -I$(srcdir)/../CASCatch - -libOCCViewer_la_LDFLAGS = $(OGL_LIBS) $(QT_MT_LIBS) $(CAS_KERNEL) $(CAS_VIEWER) - -libOCCViewer_la_LIBADD = ../Qtx/libqtx.la ../SUIT/libsuit.la \ - ../ViewerTools/libViewerTools.la ../OpenGLUtils/libOpenGLUtils.la diff --git a/src/ObjBrowser/Makefile.am b/src/ObjBrowser/Makefile.am deleted file mode 100755 index f29ec6465..000000000 --- a/src/ObjBrowser/Makefile.am +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Vladimir Klyachin (OCN) -# Module : ObjectBrowser -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libObjBrowser.la - -salomeinclude_HEADERS = \ - OB.h \ - OB_Browser.h - -# OB_Filter.h - -dist_libObjBrowser_la_SOURCES = \ - OB_Browser.cxx - -# OB_Filter.cxx - -MOC_FILES = \ - OB_Browser_moc.cxx - -nodist_libObjBrowser_la_SOURCES = $(MOC_FILES) - -nodist_salomeres_DATA = OB_msg_en.qm OB_msg_fr.qm - -libObjBrowser_la_CPPFLAGS = $(QT_INCLUDES) -I$(srcdir)/../Qtx -libObjBrowser_la_LDFLAGS = $(QT_MT_LIBS) -libObjBrowser_la_LIBADD = ../Qtx/libqtx.la diff --git a/src/OpenGLUtils/Makefile.am b/src/OpenGLUtils/Makefile.am deleted file mode 100755 index 609944061..000000000 --- a/src/OpenGLUtils/Makefile.am +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright (C) 2007-2013 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 -# - -# File : Makefile.am -# Author : Oleg UVAROV -# Module : SALOME -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libOpenGLUtils.la - -salomeinclude_HEADERS = \ - OpenGLUtils.h \ - OpenGLUtils_FrameBuffer.h - -dist_libOpenGLUtils_la_SOURCES = \ - OpenGLUtils_FrameBuffer.cxx - -libOpenGLUtils_la_CPPFLAGS = $(OGL_INCLUDES) -libOpenGLUtils_la_LDFLAGS = $(KERNEL_LDFLAGS) - -libOpenGLUtils_la_LIBADD = $(OGL_LIBS) -lSALOMELocalTrace diff --git a/src/Plot2d/Makefile.am b/src/Plot2d/Makefile.am deleted file mode 100755 index d2cf331f1..000000000 --- a/src/Plot2d/Makefile.am +++ /dev/null @@ -1,138 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Vladimir Klyachin (OCN) -# Module : Plot2d -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libPlot2d.la - -# header files -salomeinclude_HEADERS = \ - Plot2d.h \ - Plot2d_PlotItems.h \ - Plot2d_Object.h \ - Plot2d_Curve.h \ - Plot2d_Histogram.h \ - Plot2d_FitDataDlg.h \ - Plot2d_Prs.h \ - Plot2d_SetupViewDlg.h \ - Plot2d_ViewFrame.h \ - Plot2d_ViewManager.h \ - Plot2d_ViewModel.h \ - Plot2d_ViewWindow.h \ - Plot2d_Algorithm.h \ - Plot2d_NormalizeAlgorithm.h \ - Plot2d_SetupCurveDlg.h \ - Plot2d_ToolTip.h \ - Plot2d_SetupCurveScaleDlg.h - -if ENABLE_PYCONSOLE -salomeinclude_HEADERS += \ - Plot2d_AnalyticalCurve.h \ - Plot2d_AnalyticalCurveDlg.h \ - Plot2d_AnalyticalParser.h -endif - - -dist_libPlot2d_la_SOURCES = \ - Plot2d.cxx \ - Plot2d_PlotItems.cxx \ - Plot2d_Object.cxx \ - Plot2d_Curve.cxx \ - Plot2d_Histogram.cxx \ - Plot2d_FitDataDlg.cxx \ - Plot2d_Prs.cxx \ - Plot2d_SetupViewDlg.cxx \ - Plot2d_ViewFrame.cxx \ - Plot2d_ViewManager.cxx \ - Plot2d_ViewModel.cxx \ - Plot2d_ViewWindow.cxx \ - Plot2d_Algorithm.cxx \ - Plot2d_NormalizeAlgorithm.cxx \ - Plot2d_SetupCurveDlg.cxx \ - Plot2d_SetupCurveScaleDlg.cxx \ - Plot2d_ToolTip.cxx - -if ENABLE_PYCONSOLE -dist_libPlot2d_la_SOURCES += \ - Plot2d_AnalyticalCurve.cxx \ - Plot2d_AnalyticalCurveDlg.cxx \ - Plot2d_AnalyticalParser.cxx -endif - -MOC_FILES = \ - Plot2d_FitDataDlg_moc.cxx \ - Plot2d_SetupViewDlg_moc.cxx \ - Plot2d_ViewFrame_moc.cxx \ - Plot2d_ViewManager_moc.cxx \ - Plot2d_ViewModel_moc.cxx \ - Plot2d_ViewWindow_moc.cxx \ - Plot2d_SetupCurveDlg_moc.cxx \ - Plot2d_Algorithm_moc.cxx \ - Plot2d_NormalizeAlgorithm_moc.cxx \ - Plot2d_SetupCurveScaleDlg_moc.cxx \ - Plot2d_ToolTip_moc.cxx - -if ENABLE_PYCONSOLE -MOC_FILES += Plot2d_AnalyticalCurveDlg_moc.cxx -endif - -nodist_libPlot2d_la_SOURCES = $(MOC_FILES) - -dist_salomeres_DATA = \ - resources/plot2d_clone.png \ - resources/plot2d_camera_dump.png \ - resources/plot2d_fitall.png \ - resources/plot2d_fitarea.png \ - resources/plot2d_glpan.png \ - resources/plot2d_legend.png \ - resources/plot2d_linear.png \ - resources/plot2d_linear_y.png \ - resources/plot2d_lines.png \ - resources/plot2d_log.png \ - resources/plot2d_log_y.png \ - resources/plot2d_pan.png \ - resources/plot2d_points.png \ - resources/plot2d_print.png \ - resources/plot2d_settings.png \ - resources/plot2d_splines.png \ - resources/plot2d_analytical_curve.png \ - resources/plot2d_lmax_normalization.png \ - resources/plot2d_lmin_normalization.png \ - resources/plot2d_rmax_normalization.png \ - resources/plot2d_rmin_normalization.png \ - resources/plot2d_zoom.png - -nodist_salomeres_DATA = \ - Plot2d_images.qm \ - Plot2d_msg_en.qm \ - Plot2d_msg_fr.qm - -libPlot2d_la_CPPFLAGS = $(QT_INCLUDES) $(PYTHON_INCLUDES) $(QWT_INCLUDES) \ - -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT - -libPlot2d_la_LDFLAGS = $(QWT_LIBS) $(QT_MT_LIBS) $(PYTHON_LIBS) ../SUIT/libsuit.la - - diff --git a/src/Prs/Makefile.am b/src/Prs/Makefile.am deleted file mode 100755 index 3b0aafce8..000000000 --- a/src/Prs/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libSalomePrs.la - -salomeinclude_HEADERS = SALOME_Prs.h - -dist_libSalomePrs_la_SOURCES = SALOME_Prs.cxx diff --git a/src/PyConsole/Makefile.am b/src/PyConsole/Makefile.am deleted file mode 100755 index 4bba60a39..000000000 --- a/src/PyConsole/Makefile.am +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright (C) 2007-2013 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 -# - -# File : Makefile.in -# Author : Vladimir Klyachin (OCN) -# Module : PyConsole -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libPyConsole.la - -salomeinclude_HEADERS = \ - PyConsole.h \ - PyConsole_Console.h \ - PyConsole_Editor.h \ - PyConsole_EnhEditor.h \ - PyConsole_EnhInterp.h \ - PyConsole_Event.h \ - PyConsole_Request.h \ - PyConsole_Interp.h - -dist_libPyConsole_la_SOURCES = \ - PyConsole_Console.cxx \ - PyConsole_Editor.cxx \ - PyConsole_EnhEditor.cxx \ - PyConsole_Event.cxx \ - PyConsole_Request.cxx \ - PyConsole_Interp.cxx \ - PyConsole_EnhInterp.cxx - -MOC_FILES = \ - PyConsole_Editor_moc.cxx \ - PyConsole_EnhEditor_moc.cxx \ - PyConsole_Console_moc.cxx - -nodist_libPyConsole_la_SOURCES = $(MOC_FILES) - -nodist_salomeres_DATA = \ - PyConsole_msg_en.qm \ - PyConsole_msg_fr.qm - -libPyConsole_la_CPPFLAGS = $(PYTHON_INCLUDES) $(QT_INCLUDES) \ - -I$(srcdir)/../PyInterp -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx -I$(srcdir)/../Event - -libPyConsole_la_LDFLAGS = $(PYTHON_LIBS) $(QT_MT_LIBS) $(KERNEL_LDFLAGS) -lSALOMELocalTrace -libPyConsole_la_LIBADD = ../Qtx/libqtx.la ../SUIT/libsuit.la ../Event/libEvent.la ../PyInterp/libPyInterp.la diff --git a/src/PyInterp/Makefile.am b/src/PyInterp/Makefile.am deleted file mode 100755 index 4bb400560..000000000 --- a/src/PyInterp/Makefile.am +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -# SALOME PyInterp : implementation of base thread-safe Python services -# File : Makefile.in -# Module : SALOME -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libPyInterp.la - -salomeinclude_HEADERS = \ - PyInterp.h \ - PyInterp_Interp.h \ - PyInterp_Event.h \ - PyInterp_Request.h \ - PyInterp_Dispatcher.h - -dist_libPyInterp_la_SOURCES = \ - PyInterp_Interp.cxx \ - PyInterp_Event.cxx \ - PyInterp_Request.cxx \ - PyInterp_Dispatcher.cxx - -MOC_FILES = PyInterp_Watcher_moc.cxx -nodist_libPyInterp_la_SOURCES = $(MOC_FILES) - -libPyInterp_la_CPPFLAGS = $(PYTHON_INCLUDES) $(QT_INCLUDES) \ - -I$(srcdir)/../Event -libPyInterp_la_LDFLAGS = $(PYTHON_LIBS) $(QT_MT_LIBS) ../Event/libEvent.la diff --git a/src/QDS/Makefile.am b/src/QDS/Makefile.am deleted file mode 100755 index 4c513968c..000000000 --- a/src/QDS/Makefile.am +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Alexander SOLOVYOV (OCN) -# Module : QDS -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libQDS.la - -# header files - -#MKR: already migrated to Qt4 files -salomeinclude_HEADERS = \ - QDS.h \ - QDS_CheckBox.h \ - QDS_ComboBox.h \ - QDS_Datum.h \ - QDS_LineEdit.h \ - QDS_SpinBox.h \ - QDS_SpinBoxDbl.h \ - QDS_TextEdit.h \ - QDS_Validator.h \ - QDS_RadioBox.h - -#MKR: not yet migrated to Qt4 files -# \ - QDS_Table.h - -#MKR: already migrated to Qt4 files -dist_libQDS_la_SOURCES = \ - QDS.cxx \ - QDS_CheckBox.cxx \ - QDS_ComboBox.cxx \ - QDS_Datum.cxx \ - QDS_LineEdit.cxx \ - QDS_SpinBox.cxx \ - QDS_SpinBoxDbl.cxx \ - QDS_TextEdit.cxx \ - QDS_Validator.cxx \ - QDS_RadioBox.cxx - -#MKR: not yet migrated to Qt4 files -# \ - QDS_Table.cxx - -#MKR: already migrated to Qt4 files -MOC_FILES = \ - QDS_CheckBox_moc.cxx \ - QDS_ComboBox_moc.cxx \ - QDS_Datum_moc.cxx \ - QDS_LineEdit_moc.cxx \ - QDS_SpinBox_moc.cxx \ - QDS_SpinBoxDbl_moc.cxx \ - QDS_TextEdit_moc.cxx \ - QDS_RadioBox_moc.cxx - -#MKR: not yet migrated to Qt4 files -# \ - QDS_Table_moc.cxx - -nodist_libQDS_la_SOURCES = $(MOC_FILES) - -nodist_salomeres_DATA = QDS_msg_en.qm QDS_msg_fr.qm - -libQDS_la_CPPFLAGS = $(QT_INCLUDES) $(CAS_CPPFLAGS) \ - -I$(srcdir)/../Qtx -I$(srcdir)/../DDS - -libQDS_la_LDFLAGS = $(QT_MT_LIBS) $(CAS_KERNEL) -libQDS_la_LIBADD = ../DDS/libDDS.la ../Qtx/libqtx.la - diff --git a/src/Qtx/Makefile.am b/src/Qtx/Makefile.am deleted file mode 100755 index 4b3f689e6..000000000 --- a/src/Qtx/Makefile.am +++ /dev/null @@ -1,205 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Vladimir Klyachin (OCN) -# Module : suit -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -# header files - -#VSR: already migrated to Qt4 files -salomeinclude_HEADERS = \ - Qtx.h \ - QtxAction.h \ - QtxActionGroup.h \ - QtxActionMenuMgr.h \ - QtxActionMgr.h \ - QtxActionSet.h \ - QtxActionToolMgr.h \ - QtxBackgroundTool.h \ - QtxBiColorTool.h \ - QtxColorButton.h \ - QtxColorScale.h \ - QtxComboBox.h \ - QtxDialog.h \ - QtxDockAction.h \ - QtxDockWidget.h \ - QtxDoubleSpinBox.h \ - QtxEvalExpr.h \ - QtxFontEdit.h \ - QtxGridBox.h \ - QtxGroupBox.h \ - QtxIntSpinBox.h \ - QtxListAction.h \ - QtxTreeView.h \ - QtxLogoMgr.h \ - QtxMainWindow.h \ - QtxMap.h \ - QtxMenu.h \ - QtxMultiAction.h \ - QtxMRUAction.h \ - QtxPagePrefMgr.h \ - QtxPathDialog.h \ - QtxPathEdit.h \ - QtxPathListEdit.h \ - QtxPopupMgr.h \ - QtxPreferenceMgr.h \ - QtxResourceMgr.h \ - QtxRubberBand.h \ - QtxSearchTool.h \ - QtxShortcutEdit.h \ - QtxSplash.h \ - QtxToolBar.h \ - QtxToolTip.h \ - QtxTranslator.h \ - QtxValidator.h \ - QtxWorkspace.h \ - QtxWorkspaceAction.h \ - QtxWorkstack.h \ - QtxWorkstackAction.h \ - QtxWebBrowser.h - -#VSR: not yet migrated to Qt4 files -# \ - QtxListBox.h \ - QtxTable.h - -# Libraries targets - -lib_LTLIBRARIES = libqtx.la - -#VSR: already migrated to Qt4 files -dist_libqtx_la_SOURCES = \ - Qtx.cxx \ - QtxAction.cxx \ - QtxActionGroup.cxx \ - QtxActionMenuMgr.cxx \ - QtxActionMgr.cxx \ - QtxActionSet.cxx \ - QtxActionToolMgr.cxx \ - QtxBackgroundTool.cxx \ - QtxBiColorTool.cxx \ - QtxColorButton.cxx \ - QtxColorScale.cxx \ - QtxComboBox.cxx \ - QtxDialog.cxx \ - QtxDockAction.cxx \ - QtxDockWidget.cxx \ - QtxDoubleSpinBox.cxx \ - QtxEvalExpr.cxx \ - QtxFontEdit.cxx \ - QtxGridBox.cxx \ - QtxGroupBox.cxx \ - QtxIntSpinBox.cxx \ - QtxListAction.cxx \ - QtxTreeView.cxx \ - QtxLogoMgr.cxx \ - QtxMainWindow.cxx \ - QtxMenu.cxx \ - QtxMultiAction.cxx \ - QtxMRUAction.cxx \ - QtxPagePrefMgr.cxx \ - QtxPathDialog.cxx \ - QtxPathEdit.cxx \ - QtxPathListEdit.cxx \ - QtxPopupMgr.cxx \ - QtxPreferenceMgr.cxx \ - QtxResourceMgr.cxx \ - QtxRubberBand.cxx \ - QtxSearchTool.cxx \ - QtxShortcutEdit.cxx \ - QtxSplash.cxx \ - QtxToolBar.cxx \ - QtxToolTip.cxx \ - QtxTranslator.cxx \ - QtxValidator.cxx \ - QtxWorkspace.cxx \ - QtxWorkspaceAction.cxx \ - QtxWorkstack.cxx \ - QtxWorkstackAction.cxx \ - QtxWebBrowser.cxx - -#VSR: not yet migrated to Qt4 files -# \ - QtxListBox.cxx \ - QtxTable.cxx - -#VSR: already migrated to Qt4 files -MOC_FILES = \ - QtxAction_moc.cxx \ - QtxActionGroup_moc.cxx \ - QtxActionMenuMgr_moc.cxx \ - QtxActionMgr_moc.cxx \ - QtxActionSet_moc.cxx \ - QtxActionToolMgr_moc.cxx \ - QtxBackgroundTool_moc.cxx \ - QtxBiColorTool_moc.cxx \ - QtxColorButton_moc.cxx \ - QtxColorScale_moc.cxx \ - QtxComboBox_moc.cxx \ - QtxDialog_moc.cxx \ - QtxDockAction_moc.cxx \ - QtxDockWidget_moc.cxx \ - QtxDoubleSpinBox_moc.cxx \ - QtxFontEdit_moc.cxx \ - QtxGridBox_moc.cxx \ - QtxGroupBox_moc.cxx \ - QtxIntSpinBox_moc.cxx \ - QtxListAction_moc.cxx \ - QtxTreeView_moc.cxx \ - QtxLogoMgr_moc.cxx \ - QtxMainWindow_moc.cxx \ - QtxMenu_moc.cxx \ - QtxMultiAction_moc.cxx \ - QtxMRUAction_moc.cxx \ - QtxPagePrefMgr_moc.cxx \ - QtxPathDialog_moc.cxx \ - QtxPathEdit_moc.cxx \ - QtxPathListEdit_moc.cxx \ - QtxPopupMgr_moc.cxx \ - QtxRubberBand_moc.cxx \ - QtxSearchTool_moc.cxx \ - QtxShortcutEdit_moc.cxx \ - QtxSplash_moc.cxx \ - QtxToolBar_moc.cxx \ - QtxToolTip_moc.cxx \ - QtxValidator_moc.cxx \ - QtxWorkspace_moc.cxx \ - QtxWorkspaceAction_moc.cxx \ - QtxWorkstack_moc.cxx \ - QtxWorkstackAction_moc.cxx \ - QtxWebBrowser_moc.cxx - -#VSR: not yet migrated to Qt4 files -# \ - QtxListBox_moc.cxx \ - QtxTable_moc.cxx - -nodist_libqtx_la_SOURCES = $(MOC_FILES) - -libqtx_la_CPPFLAGS = $(QT_INCLUDES) -libqtx_la_LDFLAGS = $(QT_MT_LIBS) $(OGL_LIBS) - -nodist_salomeres_DATA = \ - Qtx_msg_fr.qm diff --git a/src/QxGraph/Makefile.am b/src/QxGraph/Makefile.am deleted file mode 100755 index 819822553..000000000 --- a/src/QxGraph/Makefile.am +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright (C) 2007-2013 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 -# - -############################################################## -# VSR: WARNING! THIS PACKAGE IS OBSOLETE -############################################################## -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libQxGraph.la - -salomeinclude_HEADERS = \ - QxGraph_ActiveItem.h \ - QxGraph_Prs.h \ - QxGraph_Canvas.h \ - QxGraph_CanvasView.h \ - QxGraph_ViewWindow.h \ - QxGraph_ViewManager.h \ - QxGraph_ViewModel.h \ - QxGraph_Def.h \ - QxGraph.h - -dist_libQxGraph_la_SOURCES = \ - QxGraph_Prs.cxx \ - QxGraph_Canvas.cxx \ - QxGraph_CanvasView.cxx \ - QxGraph_ViewWindow.cxx \ - QxGraph_ViewManager.cxx \ - QxGraph_ViewModel.cxx - -MOC_FILES = \ - QxGraph_Canvas_moc.cxx \ - QxGraph_CanvasView_moc.cxx \ - QxGraph_ViewWindow_moc.cxx \ - QxGraph_ViewManager_moc.cxx \ - QxGraph_ViewModel_moc.cxx - -nodist_libQxGraph_la_SOURCES = $(MOC_FILES) - -dist_salomeres_DATA = \ - resources/qx_view_fitall.png \ - resources/qx_view_fitarea.png \ - resources/qx_view_glpan.png \ - resources/qx_view_pan.png \ - resources/qx_view_reset.png \ - resources/qx_view_zoom.png - -nodist_salomeres_DATA = \ - QxGraph_images.qm \ - QxGraph_msg_en.qm \ - QxGraph_msg_fr.qm - -libQxGraph_la_CPPFLAGS = $(QT_INCLUDES) $(CAS_CPPFLAGS) $(PYTHON_INCLUDES) $(BOOST_CPPFLAGS) \ - -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT -libQxGraph_la_LDFLAGS = $(QT_MT_LIBS) ../SUIT/libsuit.la diff --git a/src/QxScene/Makefile.am b/src/QxScene/Makefile.am deleted file mode 100755 index 56b093f6f..000000000 --- a/src/QxScene/Makefile.am +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright (C) 2007-2013 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libQxScene.la - -salomeinclude_HEADERS= \ - QxScene_ViewWindow.h \ - QxScene_ViewManager.h \ - QxScene_ViewModel.h \ - QxScene_Def.h \ - QxScene.h - -dist_libQxScene_la_SOURCES= \ - QxScene_ViewWindow.cxx \ - QxScene_ViewManager.cxx \ - QxScene_ViewModel.cxx - -MOC_FILES= \ - QxScene_ViewWindow_moc.cxx \ - QxScene_ViewManager_moc.cxx \ - QxScene_ViewModel_moc.cxx - -nodist_libQxScene_la_SOURCES= $(MOC_FILES) - -dist_salomeres_DATA= \ - resources/qx_view_fitall.png \ - resources/qx_view_fitarea.png \ - resources/qx_view_glpan.png \ - resources/qx_view_pan.png \ - resources/qx_view_reset.png \ - resources/qx_view_zoom.png - -# --- warnings: -# QxSceneViewer prefix must be coherent with type defined in QxScene_ViewModel.h -# (for translator loading) -# coherence also needed in LightApp.xml and SalomeApp.xml - -nodist_salomeres_DATA= \ - QxSceneViewer_images.qm \ - QxSceneViewer_msg_en.qm \ - QxSceneViewer_msg_fr.qm - -libQxScene_la_CPPFLAGS=$(QT_INCLUDES) $(CAS_CPPFLAGS) $(PYTHON_INCLUDES) $(BOOST_CPPFLAGS) \ - -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT -libQxScene_la_LDFLAGS=$(QT_MT_LIBS) ../SUIT/libsuit.la - -# --- warning: -# this file is used for debug purposes only, to be removed later -EXTRA_DIST += DebTrace.hxx diff --git a/src/ResExporter/Makefile.am b/src/ResExporter/Makefile.am deleted file mode 100755 index d16ea5707..000000000 --- a/src/ResExporter/Makefile.am +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -bin_PROGRAMS = ResourceExporter - -dist_ResourceExporter_SOURCES = ResourceExporter.cxx - -ResourceExporter_CPPFLAGS = $(QT_INCLUDES) -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT -ResourceExporter_LDFLAGS = $(QT_MT_LIBS) -ResourceExporter_LDADD = ../SUIT/libsuit.la ../Qtx/libqtx.la diff --git a/src/SALOME_PY/Makefile.am b/src/SALOME_PY/Makefile.am deleted file mode 100755 index 40077014b..000000000 --- a/src/SALOME_PY/Makefile.am +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -# SALOME SALOME_PY : binding of VTK graphics and Python -# File : Makefile.in -# Author : Paul RASCLE, EDF -# Module : SALOME -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libSalomePy.la -dist_libSalomePy_la_SOURCES = SalomePy.cxx - -libSalomePy_la_CPPFLAGS = $(QT_INCLUDES) $(PYTHON_INCLUDES) $(VTK_INCLUDES) \ - $(OGL_INCLUDES) $(CAS_CXXFLAGS) $(BOOST_CPPFLAGS) @KERNEL_CXXFLAGS@ \ - -DHAVE_CONFIG_H -I$(srcdir)/../LightApp \ - -I$(srcdir)/../Event -I$(srcdir)/../Session -I$(srcdir)/../SVTK \ - -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT -I$(srcdir)/../CAM \ - -I$(srcdir)/../STD -I$(srcdir)/../VTKViewer -I$(srcdir)/../OBJECT \ - @CAS_CPPFLAGS@ - -libSalomePy_la_LDFLAGS = $(PYTHON_LIBS) $(QT_MT_LIBS) $(VTK_LIBS) ${VTK_PYLIBS} $(OGL_LIBS) \ - ../LightApp/libLightApp.la diff --git a/src/SALOME_PYQT/Makefile.am b/src/SALOME_PYQT/Makefile.am deleted file mode 100755 index 7307a3484..000000000 --- a/src/SALOME_PYQT/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -SUBDIRS = SALOME_PYQT_GUILight SalomePyQt - -if GUI_ENABLE_CORBA - SUBDIRS += SALOME_PYQT_GUI -endif diff --git a/src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile.am b/src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile.am deleted file mode 100644 index 83f14ee90..000000000 --- a/src/SALOME_PYQT/SALOME_PYQT_GUI/Makefile.am +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Nicolas REJNERI -# Module : SALOME -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -###################### - -# library target -lib_LTLIBRARIES = libSalomePyQtGUI.la - -# moc files (generated my moc) -MOC_FILES = SALOME_PYQT_Module_moc.cxx - -# exported header files -salomeinclude_HEADERS = \ - SALOME_PYQT_GUI.h \ - SALOME_PYQT_Module.h - -# library sources -dist_libSalomePyQtGUI_la_SOURCES = \ - SALOME_PYQT_Module.cxx - -nodist_libSalomePyQtGUI_la_SOURCES = $(MOC_FILES) - -# compilation flags -libSalomePyQtGUI_la_CPPFLAGS = $(QT_INCLUDES) $(SIP_INCLUDES) $(PYTHON_INCLUDES) \ - $(CAS_CPPFLAGS) $(VTK_INCLUDES) $(OGL_INCLUDES) $(BOOST_CPPFLAGS) \ - -DHAVE_CONFIG_H @KERNEL_CXXFLAGS@ -DCALL_OLD_METHODS \ - -I. -I$(srcdir)/../../PyInterp -I$(srcdir)/../../SalomeApp \ - -I$(srcdir)/../../SUIT -I$(srcdir)/../../Qtx -I$(srcdir)/../../LightApp \ - -I$(srcdir)/../SALOME_PYQT_GUILight \ - -I$(srcdir)/../../Plot2d -I$(srcdir)/../../OCCViewer \ - -I$(srcdir)/../../SalomeApp -I$(srcdir)/../../CAM -I$(srcdir)/../../STD \ - @CORBA_CXXFLAGS@ @CORBA_INCLUDES@ - -# linkage flags -libSalomePyQtGUI_la_LIBADD = $(PYTHON_LIBS) $(SIP_LIBS) $(PYQT_LIBS) $(VTK_LIBS) \ - $(OGL_LIBS) ../../PyInterp/libPyInterp.la ../../SalomeApp/libSalomeApp.la \ - ../../OCCViewer/libOCCViewer.la ../../Plot2d/libPlot2d.la \ - ../SALOME_PYQT_GUILight/libSalomePyQtGUILight.la diff --git a/src/SALOME_PYQT/SALOME_PYQT_GUILight/Makefile.am b/src/SALOME_PYQT/SALOME_PYQT_GUILight/Makefile.am deleted file mode 100644 index cfa541401..000000000 --- a/src/SALOME_PYQT/SALOME_PYQT_GUILight/Makefile.am +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright (C) 2007-2013 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 -# - -# File : Makefile.am -# Author : Roman NIKOLAEV Open CASCADE S.A.S. (roman.nikolaev@opencascade.com) -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -# Library target -lib_LTLIBRARIES = libSalomePyQtGUILight.la - - -# extra source files (generated by sip) -SIP_SRC = sipAPISalomePyQtGUILight.h \ - sipSalomePyQtGUILightcmodule.cc - -# Sip definition file -SIP_FILES = SALOME_PYQT_GUILight.sip - -# extra dist files -EXTRA_DIST += $(SIP_FILES) - - -# extra clean files -CLEANFILES = $(SIP_SRC) - -# moc files (generated my moc) -MOC_FILES = \ - SALOME_PYQT_PyModule_moc.cxx \ - SALOME_PYQT_ModuleLight_moc.cxx \ - SALOME_PYQT_DataModelLight_moc.cxx - -# exported header files -salomeinclude_HEADERS = \ - SALOME_PYQT_GUILight.h \ - SALOME_PYQT_ModuleLight.h \ - SALOME_PYQT_DataObjectLight.h \ - SALOME_PYQT_DataModelLight.h \ - SALOME_PYQT_PyInterp.h - -# library sources -dist_libSalomePyQtGUILight_la_SOURCES = \ - SALOME_PYQT_PyModule.h \ - SALOME_PYQT_PyModule.cxx \ - SALOME_PYQT_ModuleLight.cxx \ - SALOME_PYQT_DataObjectLight.cxx \ - SALOME_PYQT_DataModelLight.cxx \ - SALOME_PYQT_PyInterp.cxx - -nodist_libSalomePyQtGUILight_la_SOURCES = $(MOC_FILES) $(SIP_SRC) - - -libSalomePyQtGUILight_la_CPPFLAGS = $(QT_INCLUDES) $(SIP_INCLUDES) $(PYTHON_INCLUDES) \ - $(CAS_CPPFLAGS) $(VTK_INCLUDES) $(OGL_INCLUDES) $(BOOST_CPPFLAGS) \ - -DHAVE_CONFIG_H @KERNEL_CXXFLAGS@ -DCALL_OLD_METHODS \ - -I. -I$(srcdir)/../../PyInterp -I$(srcdir)/../../PyConsole \ - -I$(srcdir)/../../SUIT -I$(srcdir)/../../Qtx -I$(srcdir)/../../LightApp \ - -I$(srcdir)/../../Plot2d -I$(srcdir)/../../OCCViewer \ - -I$(srcdir)/../../CAM -I$(srcdir)/../../STD \ - -I$(srcdir)/../../SUITApp \ - -I$(srcdir)/../../CAM -I$(srcdir)/../../STD -I$(srcdir)/../../Event - -if GUI_ENABLE_CORBA -libSalomePyQtGUILight_la_CPPFLAGS += -I$(srcdir)/../../SalomeApp \ - @CORBA_CXXFLAGS@ @CORBA_INCLUDES@ -endif - - -if !GUI_ENABLE_CORBA - libSalomePyQtGUILight_la_CPPFLAGS += -DGUI_DISABLE_CORBA -endif - -# linkage flags -libSalomePyQtGUILight_la_LIBADD = $(PYTHON_LIBS) $(SIP_LIBS) $(PYQT_LIBS) $(VTK_LIBS) \ - $(OGL_LIBS) ../../PyInterp/libPyInterp.la ../../LightApp/libLightApp.la - -if GUI_ENABLE_CORBA - libSalomePyQtGUILight_la_LIBADD +=../../SalomeApp/libSalomeApp.la $(KERNEL_LDFLAGS) -lSalomeContainer -endif - - - -# Custom build step: generate C++ wrapping according to $(SIP_FILES) -$(SIP_SRC): $(SIP_FILES) - $(SIP) $(PYQT_SIPFLAGS) $< - -# extra dependency (SALOME_PYQT_Module.cxx depends on header files generated by sip) -$(dist_libSalomePyQtGUILight_la_SOURCES): $(SIP_SRC) - diff --git a/src/SALOME_PYQT/SalomePyQt/Makefile.am b/src/SALOME_PYQT/SalomePyQt/Makefile.am deleted file mode 100644 index ffcf7243b..000000000 --- a/src/SALOME_PYQT/SalomePyQt/Makefile.am +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Nicolas REJNERI -# Module : SALOME -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -# extra source files (generated by sip) -SIP_API = sipAPISalomePyQt.h -SIP_SRC = sipSalomePyQtSalomePyQt.cc \ - sipSalomePyQtSALOME_Selection.cc \ - sipSalomePyQtQtxAction.cc \ - sipSalomePyQtQtxActionGroup.cc \ - sipSalomePyQtQtxActionSet.cc \ - sipSalomePyQtcmodule.cc - -# Sip definition file -SIP_FILES = SalomePyQt.sip - -# extra dist files -EXTRA_DIST += $(SIP_FILES) - -# extra clean files -CLEANFILES = $(SIP_SRC) $(SIP_API) - -# moc files (generated my moc) -MOC_FILES = SalomePyQt_moc.cxx - -# compilation flags -COMMON_CPP_FLAGS = $(QT_INCLUDES) $(QWT_INCLUDES) $(SIP_INCLUDES) $(PYTHON_INCLUDES) \ - $(CAS_CPPFLAGS) $(VTK_INCLUDES) $(OGL_INCLUDES) $(BOOST_CPPFLAGS) \ - -DHAVE_CONFIG_H @KERNEL_CXXFLAGS@ -I$(top_builddir)/salomeadn/unix \ - -I$(srcdir) -I$(top_builddir)/idl \ - -I$(srcdir)/../../SUIT -I$(srcdir)/../../CAM -I$(srcdir)/../../STD \ - -I$(srcdir)/../../Qtx -I$(srcdir)/../../Event \ - -I$(srcdir)/../../LogWindow \ - -I$(srcdir)/../../VTKViewer \ - -I$(srcdir)/../../OCCViewer -I$(srcdir)/../../Plot2d \ - -I$(srcdir)/../SALOME_PYQT_GUILight -I$(srcdir)/../../PyInterp \ - -I$(srcdir)/../../LightApp -I$(srcdir)/../../ObjBrowser \ - -I$(srcdir)/../../OBJECT - -# linkage flags -COMMON_LIBS = $(PYTHON_LIBS) $(SIP_LIBS) $(PYQT_LIBS) $(VTK_LIBS) $(QWT_LIBS) \ - $(OGL_LIBS) ../../SUIT/libsuit.la ../../CAM/libCAM.la ../../STD/libstd.la \ - ../../Qtx/libqtx.la ../../Event/libEvent.la \ - ../../LogWindow/libLogWindow.la \ - ../../VTKViewer/libVTKViewer.la \ - ../SALOME_PYQT_GUILight/libSalomePyQtGUILight.la ../../OCCViewer/libOCCViewer.la \ - ../../Plot2d/libPlot2d.la - -# libraries targets -lib_LTLIBRARIES = libSalomePyQt.la - -# library sources / rules -dist_libSalomePyQt_la_SOURCES = SalomePyQt.cxx -nodist_libSalomePyQt_la_SOURCES = $(MOC_FILES) $(SIP_SRC) -libSalomePyQt_la_CPPFLAGS = $(COMMON_CPP_FLAGS) -libSalomePyQt_la_LIBADD = $(COMMON_LIBS) - -# custom build step: generate C++ wrapping according to $(SIP_FILES) -$(SIP_SRC): $(SIP_API) - -$(SIP_API): $(SIP_FILES) - $(SIP) $(PYQT_SIPFLAGS) $< - -# custom install step: create symbolic link -install-exec-hook: - (cd $(DESTDIR)$(libdir); ln -sf libSalomePyQt.so SalomePyQt.so) - -# custom uninstall step: remove symbolic link -uninstall-hook: - rm -f $(DESTDIR)$(libdir)/SalomePyQt.so diff --git a/src/SALOME_SWIG/Makefile.am b/src/SALOME_SWIG/Makefile.am deleted file mode 100755 index 7a2c7ea61..000000000 --- a/src/SALOME_SWIG/Makefile.am +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -# =============================================================== -# Swig targets -# =============================================================== -# (cf. http://www.geocities.com/foetsch/python/swig_linux.htm) -# -# Step 1: build the wrapping source files with swig -# -# libSALOME_Swig.i -- swig --> swig_wrap.cpp libSALOME_Swig.py -# -# Step 2: build the dynamic library from cpp built source files and -# dependant libraries. -# -# swig_wrap.cpp -- gcc --> swig_wrap.o |-- link --> _libSALOME_Swig.la -# + | -# dependant libs | -# -# The file libSALOME_Swig.py will be installed in the -# /lib/python/site-package/salome folder. -# The library _libSALOME_Swig.so will be installed in -# the /lib/salome folder. -# - -SWIG_FLAGS = @SWIG_FLAGS@ -I$(srcdir) -SWIG_SOURCES = libSALOME_Swig.i - -libSALOME_Swig.py: swig_wrap.cpp - -salomepython_PYTHON = libSALOME_Swig.py -salomepyexec_LTLIBRARIES = _libSALOME_Swig.la - -_libSALOME_Swig_la_SOURCES = $(SWIG_SOURCES) SALOMEGUI_Swig.cxx -nodist__libSALOME_Swig_la_SOURCES = swig_wrap.cpp -salomeinclude_HEADERS = $(SWIG_SOURCES) SALOMEGUI_Swig.hxx SALOMEGUI_Swig.i - -_libSALOME_Swig_la_CPPFLAGS = \ - $(QT_INCLUDES) $(QWT_INCLUDES) $(PYTHON_INCLUDES) $(CAS_CPPFLAGS) $(VTK_INCLUDES) \ - $(OGL_INCLUDES) $(BOOST_CPPFLAGS) -DHAVE_CONFIG_H @KERNEL_CXXFLAGS@ \ - -I$(top_builddir)/idl -I$(srcdir) \ - -I$(srcdir)/../LightApp -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT \ - -I$(srcdir)/../ObjBrowser -I$(srcdir)/../LightApp -I$(srcdir)/../SOCC \ - -I$(srcdir)/../SVTK -I$(srcdir)/../Event -I$(srcdir)/../OBJECT \ - -I$(srcdir)/../CAM -I$(srcdir)/../STD -I$(srcdir)/../OCCViewer \ - -I$(srcdir)/../Prs -I$(srcdir)/../VTKViewer -I$(srcdir)/../SPlot2d \ - -I$(srcdir)/../Plot2d - -_libSALOME_Swig_la_LDFLAGS = -module -_libSALOME_Swig_la_LIBADD = \ - ../LightApp/libLightApp.la \ - @PYTHON_LIBS@ - -swig_wrap.cpp : $(SWIG_SOURCES) - $(SWIG) $(SWIG_FLAGS) -o $@ $< - -CLEANFILES = swig_wrap.cpp libSALOME_Swig.py - -# -# =============================================================== -# Files to be installed -# =============================================================== -# - -# Scripts to be installed. -dist_salomescript_DATA = \ - examplevtk1.py \ - test_table.py \ - test_big_table.py \ - test_many_objects.py \ - test_remove_ref.py - -nodist_salomescript_DATA = \ - libSALOME_Swig.py \ - supervisionexample.py \ - supervisiongeomexample.py - -sharedpkgpython_PYTHON = SALOMEGUI_shared_modules.py diff --git a/src/SOCC/Makefile.am b/src/SOCC/Makefile.am deleted file mode 100755 index 888ed50b6..000000000 --- a/src/SOCC/Makefile.am +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Alexander Solovyov(OCN) -# Module : SOCC -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libSOCC.la - -salomeinclude_HEADERS = \ - SOCC.h \ - SOCC_ViewModel.h \ - SOCC_Prs.h \ - SOCC_ViewWindow.h - -dist_libSOCC_la_SOURCES = \ - SOCC_ViewModel.cxx \ - SOCC_Prs.cxx \ - SOCC_ViewWindow.cxx - -MOC_FILES = \ - SOCC_ViewModel_moc.cxx \ - SOCC_ViewWindow_moc.cxx -nodist_libSOCC_la_SOURCES = $(MOC_FILES) - -libSOCC_la_CPPFLAGS = $(QT_INCLUDES) $(CAS_CPPFLAGS) $(BOOST_CPPFLAGS) \ - -I$(srcdir)/../SUIT -I$(srcdir)/../OBJECT -I$(srcdir)/../Prs \ - -I$(srcdir)/../OCCViewer -I$(srcdir)/../Qtx - -libSOCC_la_LDFLAGS = $(QT_MT_LIBS) - -libSOCC_la_LIBADD = ../Qtx/libqtx.la ../SUIT/libsuit.la ../OBJECT/libSalomeObject.la \ - ../Prs/libSalomePrs.la ../OCCViewer/libOCCViewer.la diff --git a/src/SPlot2d/Makefile.am b/src/SPlot2d/Makefile.am deleted file mode 100644 index fd4a4ae6d..000000000 --- a/src/SPlot2d/Makefile.am +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libSPlot2d.la - -salomeinclude_HEADERS = \ - SPlot2d.h \ - SPlot2d_Curve.h \ - SPlot2d_Histogram.h \ - SPlot2d_Prs.h \ - SPlot2d_ViewModel.h \ - SPlot2d_ViewWindow.h - -dist_libSPlot2d_la_SOURCES = \ - SPlot2d_Curve.cxx \ - SPlot2d_Histogram.cxx \ - SPlot2d_Prs.cxx \ - SPlot2d_ViewModel.cxx \ - SPlot2d_ViewWindow.cxx - -MOC_FILES = \ - SPlot2d_ViewModel_moc.cxx \ - SPlot2d_ViewWindow_moc.cxx -nodist_libSPlot2d_la_SOURCES = $(MOC_FILES) - -libSPlot2d_la_CPPFLAGS = $(QT_INCLUDES) $(CAS_CPPFLAGS) $(QWT_INCLUDES) $(BOOST_CPPFLAGS) \ - -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT -I$(srcdir)/../Plot2d \ - -I$(srcdir)/../Prs -I$(srcdir)/../OBJECT -libSPlot2d_la_LDFLAGS = ../SUIT/libsuit.la ../Plot2d/libPlot2d.la ../Prs/libSalomePrs.la ../OBJECT/libSalomeObject.la - -### VSR: 24/11/2009: remove these libs to avoid double linking to the native libraries -###$(QT_MT_LIBS) $(CAS_KERNEL) $(QWT_LIBS) - - - - - diff --git a/src/STD/Makefile.am b/src/STD/Makefile.am deleted file mode 100755 index f0f9bbebf..000000000 --- a/src/STD/Makefile.am +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Vladimir Klyachin (OCN) -# Module : STD -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libstd.la - -salomeinclude_HEADERS = \ - STD.h \ - STD_Application.h \ - STD_MDIDesktop.h \ - STD_SDIDesktop.h \ - STD_TabDesktop.h - -dist_libstd_la_SOURCES = \ - STD_Application.cxx \ - STD_MDIDesktop.cxx \ - STD_SDIDesktop.cxx \ - STD_TabDesktop.cxx - -MOC_FILES = \ - STD_Application_moc.cxx \ - STD_MDIDesktop_moc.cxx \ - STD_SDIDesktop_moc.cxx \ - STD_TabDesktop_moc.cxx - -nodist_libstd_la_SOURCES = $(MOC_FILES) - -dist_salomeres_DATA = \ - resources/cascade.png \ - resources/close.png \ - resources/copy.png \ - resources/cut.png \ - resources/delete.png \ - resources/help.png \ - resources/htile.png \ - resources/new.png \ - resources/open.png \ - resources/paste.png \ - resources/print.png \ - resources/redo.png \ - resources/reset.png \ - resources/save.png \ - resources/undo.png \ - resources/vtile.png \ - resources/std.ini - -nodist_salomeres_DATA = \ - STD_images.qm \ - STD_msg_en.qm \ - STD_msg_fr.qm - -libstd_la_CPPFLAGS = $(QT_INCLUDES) -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx -libstd_la_LDFLAGS = $(QT_MT_LIBS) -libstd_la_LIBADD = ../Qtx/libqtx.la ../SUIT/libsuit.la diff --git a/src/SUIT/Makefile.am b/src/SUIT/Makefile.am deleted file mode 100755 index 1c3b4fd17..000000000 --- a/src/SUIT/Makefile.am +++ /dev/null @@ -1,142 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libsuit.la - -salomeinclude_HEADERS = \ - SUIT.h \ - SUIT_Accel.h \ - SUIT_ActionOperation.h \ - SUIT_Application.h \ - SUIT_DataBrowser.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_LicenseDlg.h \ - SUIT_MessageBox.h \ - SUIT_Operation.h \ - SUIT_OverrideCursor.h \ - SUIT_PopupClient.h \ - SUIT_PreferenceMgr.h \ - SUIT_ResourceMgr.h \ - SUIT_SelectionFilter.h \ - SUIT_SelectionMgr.h \ - SUIT_Selector.h \ - SUIT_Session.h \ - SUIT_SmartPtr.h \ - SUIT_Study.h \ - SUIT_Tools.h \ - SUIT_TreeSync.h \ - SUIT_TreeModel.h \ - SUIT_ViewManager.h \ - SUIT_ViewModel.h \ - SUIT_ViewWindow.h \ - SUIT_ShortcutMgr.h \ - SUIT_CameraProperties.h - -dist_libsuit_la_SOURCES = \ - SUIT_Accel.cxx \ - SUIT_ActionOperation.cxx \ - SUIT_Application.cxx \ - SUIT_DataBrowser.cxx \ - SUIT_DataObject.cxx \ - SUIT_DataObjectIterator.cxx \ - SUIT_DataObjectKey.cxx \ - SUIT_DataOwner.cxx \ - SUIT_Desktop.cxx \ - SUIT_ExceptionHandler.cxx \ - SUIT_FileDlg.cxx \ - SUIT_LicenseDlg.cxx \ - SUIT_FileValidator.cxx \ - SUIT_MessageBox.cxx \ - SUIT_Operation.cxx \ - SUIT_OverrideCursor.cxx \ - SUIT_PopupClient.cxx \ - SUIT_PreferenceMgr.cxx \ - SUIT_ResourceMgr.cxx \ - SUIT_SelectionFilter.cxx \ - SUIT_SelectionMgr.cxx \ - SUIT_Selector.cxx \ - SUIT_Session.cxx \ - SUIT_Study.cxx \ - SUIT_Tools.cxx \ - SUIT_TreeModel.cxx \ - SUIT_ViewManager.cxx \ - SUIT_ViewModel.cxx \ - SUIT_ViewWindow.cxx \ - SUIT_ShortcutMgr.cxx \ - SUIT_CameraProperties.cxx - -MOC_FILES = \ - SUIT_Accel_moc.cxx \ - SUIT_ActionOperation_moc.cxx \ - SUIT_Application_moc.cxx \ - SUIT_DataBrowser_moc.cxx \ - SUIT_DataObject_moc.cxx \ - SUIT_Desktop_moc.cxx \ - SUIT_LicenseDlg_moc.cxx \ - SUIT_FileDlg_moc.cxx \ - SUIT_Operation_moc.cxx \ - SUIT_PopupClient_moc.cxx \ - SUIT_PreferenceMgr_moc.cxx \ - SUIT_SelectionMgr_moc.cxx \ - SUIT_Selector_moc.cxx \ - SUIT_Session_moc.cxx \ - SUIT_Study_moc.cxx \ - SUIT_TreeModel_moc.cxx \ - SUIT_ViewManager_moc.cxx \ - SUIT_ViewModel_moc.cxx \ - SUIT_ViewWindow_moc.cxx \ - SUIT_ShortcutMgr_moc.cxx - -nodist_libsuit_la_SOURCES = $(MOC_FILES) - -nodist_salomeres_DATA = \ - SUIT_msg_en.qm \ - SUIT_msg_fr.qm \ - SUIT_images.qm - -dist_salomeres_DATA = \ - resources/icon_visibility_on.png \ - resources/icon_visibility_off.png \ - resources/view_sync.png - -libsuit_la_CPPFLAGS = $(QT_INCLUDES) -I$(srcdir)/../Qtx -I$(srcdir)/../ObjBrowser - -if ENABLE_TESTRECORDER - libsuit_la_CPPFLAGS+= -DENABLE_TESTRECORDER $(TESTRECORDER_INCLUDES) -endif - -libsuit_la_LDFLAGS = $(QT_MT_LIBS) - -if ENABLE_TESTRECORDER - libsuit_la_LDFLAGS+= $(TESTRECORDER_LIBS) -endif - -libsuit_la_LIBADD = ../Qtx/libqtx.la ../ObjBrowser/libObjBrowser.la diff --git a/src/SUITApp/Makefile.am b/src/SUITApp/Makefile.am deleted file mode 100644 index 54a5fdbb1..000000000 --- a/src/SUITApp/Makefile.am +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Vladimir Klyachin (OCN) -# Module : suitApp -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libSUITApp.la - -salomeinclude_HEADERS = \ - SUITApp_Application.h - -dist_libSUITApp_la_SOURCES = \ - SUITApp.cxx \ - SUITApp_Application.cxx - -if ENABLE_PYCONSOLE - salomeinclude_HEADERS += SUITApp_init_python.hxx - dist_libSUITApp_la_SOURCES += SUITApp_init_python.cxx -endif - -MOC_FILES = \ - SUITApp_Application_moc.cxx - -nodist_libSUITApp_la_SOURCES = $(MOC_FILES) - -nodist_salomeres_DATA = SUITApp_msg_en.qm SUITApp_msg_fr.qm - -libSUITApp_la_CPPFLAGS = $(QT_INCLUDES) $(PYTHON_INCLUDES) \ - -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx -I$(srcdir)/../Style - -if ENABLE_TESTRECORDER - libSUITApp_la_CPPFLAGS+= -DENABLE_TESTRECORDER $(TESTRECORDER_INCLUDES) - MOC_FLAGS = -DENABLE_TESTRECORDER -endif - -libSUITApp_la_LDFLAGS = $(QT_MT_LIBS) - -if ENABLE_TESTRECORDER - libSUITApp_la_LDFLAGS+= $(TESTRECORDER_LIBS) -endif - -libSUITApp_la_LIBADD = ../Qtx/libqtx.la ../SUIT/libsuit.la ../Style/libSalomeStyle.la - -if ENABLE_PYCONSOLE - libSUITApp_la_LDFLAGS += -Xlinker -export-dynamic $(PYTHON_LIBS) -endif - -# Executable -bin_PROGRAMS = SUITApp - -dist_SUITApp_SOURCES = SUITApp.cxx - -SUITApp_CPPFLAGS = $(QT_INCLUDES) $(PYTHON_INCLUDES) \ - -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx -I$(srcdir)/../Style - -if ENABLE_TESTRECORDER - SUITApp_CPPFLAGS+= -DENABLE_TESTRECORDER $(TESTRECORDER_INCLUDES) -endif - -SUITApp_LDADD = libSUITApp.la ../Qtx/libqtx.la ../SUIT/libsuit.la ../Style/libSalomeStyle.la ${QT_LIBS} -if ENABLE_PYCONSOLE - SUITApp_LDADD += $(PYTHON_LIBS) -endif - -if ENABLE_TESTRECORDER - SUITApp_LDADD+= $(TESTRECORDER_LIBS) -endif diff --git a/src/SUPERVGraph/Makefile.am b/src/SUPERVGraph/Makefile.am deleted file mode 100755 index 029771fd6..000000000 --- a/src/SUPERVGraph/Makefile.am +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libSUPERVGraph.la - -salomeinclude_HEADERS = \ - SUPERVGraph_ViewFrame.h \ - SUPERVGraph_ViewManager.h \ - SUPERVGraph_ViewModel.h \ - SUPERVGraph.h - -dist_libSUPERVGraph_la_SOURCES = \ - SUPERVGraph.cxx \ - SUPERVGraph_ViewFrame.cxx \ - SUPERVGraph_ViewManager.cxx \ - SUPERVGraph_ViewModel.cxx - -MOC_FILES = \ - SUPERVGraph_moc.cxx \ - SUPERVGraph_ViewFrame_moc.cxx \ - SUPERVGraph_ViewManager_moc.cxx \ - SUPERVGraph_ViewModel_moc.cxx -nodist_libSUPERVGraph_la_SOURCES = $(MOC_FILES) - -dist_salomeres_DATA = \ - resources/superv_view_pan.png \ - resources/superv_view_reset.png - -nodist_salomeres_DATA = \ - SUPERVGraph_images.qm \ - SUPERVGraph_msg_en.qm \ - SUPERVGraph_msg_fr.qm - -libSUPERVGraph_la_CPPFLAGS = $(QT_INCLUDES) $(CAS_CPPFLAGS) $(PYTHON_INCLUDES) $(BOOST_CPPFLAGS) \ - -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT -I$(srcdir)/../OBJECT -libSUPERVGraph_la_LDFLAGS = $(QT_MT_LIBS) ../SUIT/libsuit.la ../OBJECT/libSalomeObject.la diff --git a/src/SVTK/Makefile.am b/src/SVTK/Makefile.am deleted file mode 100755 index 6d176194c..000000000 --- a/src/SVTK/Makefile.am +++ /dev/null @@ -1,173 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libSVTK.la - -salomeinclude_HEADERS= \ - SVTK.h \ - SVTK_Prs.h \ - SVTK_Actor.h \ - SALOME_Actor.h \ - SVTK_AreaPicker.h \ - SVTK_DeviceActor.h \ - SVTK_FontWidget.h \ - SVTK_CubeAxesActor2D.h \ - SVTK_Functor.h \ - SVTK_View.h \ - SVTK_ViewManager.h \ - SVTK_ViewModel.h \ - SVTK_ViewWindow.h \ - SVTK_Renderer.h \ - SVTK_InteractorStyle.h \ - SVTK_KeyFreeInteractorStyle.h \ - SVTK_RenderWindowInteractor.h \ - SVTK_GenericRenderWindowInteractor.h \ - SVTK_Selector.h \ - SVTK_Selection.h \ - SVTK_SelectionEvent.h \ - SVTK_SpaceMouse.h \ - SVTK_Event.h \ - SVTK_ViewModelBase.h \ - SVTK_SetRotationPointDlg.h \ - SVTK_ViewParameterDlg.h \ - SVTK_ComboAction.h \ - SVTK_Recorder.h \ - SVTK_RecorderDlg.h \ - SVTK_ImageWriter.h \ - SVTK_ImageWriterMgr.h \ - SVTK_Utils.h - -dist_libSVTK_la_SOURCES= \ - SVTK_Prs.cxx \ - SVTK_Actor.cxx \ - SALOME_Actor.cxx \ - SVTK_AreaPicker.cxx \ - SVTK_DeviceActor.cxx \ - SVTK_CubeAxesActor2D.cxx \ - SVTK_NonIsometricDlg.cxx \ - SVTK_UpdateRateDlg.cxx \ - SVTK_CubeAxesDlg.cxx \ - SVTK_FontWidget.cxx \ - SVTK_Trihedron.cxx \ - SVTK_View.cxx \ - SVTK_ViewManager.cxx \ - SVTK_ViewModel.cxx \ - SVTK_Renderer.cxx \ - SVTK_ViewWindow.cxx \ - SVTK_InteractorStyle.cxx \ - SVTK_KeyFreeInteractorStyle.cxx \ - SVTK_RenderWindowInteractor.cxx \ - SVTK_GenericRenderWindowInteractor.cxx \ - SVTK_SpaceMouse.cxx \ - SVTK_Selector.cxx \ - SVTK_SetRotationPointDlg.cxx \ - SVTK_ViewParameterDlg.cxx \ - SVTK_ComboAction.cxx \ - SVTK_Recorder.cxx \ - SVTK_RecorderDlg.cxx \ - SVTK_ImageWriter.cxx \ - SVTK_ImageWriterMgr.cxx \ - SVTK_Utils.cxx \ - vtkPVAxesActor.h \ - vtkPVAxesActor.cxx \ - vtkPVAxesWidget.h \ - vtkPVAxesWidget.cxx - - -# internal headers -EXTRA_DIST += SVTK_SelectorDef.h SVTK_Trihedron.h - -MOC_FILES= \ - SVTK_GenericRenderWindowInteractor_moc.cxx \ - SVTK_RenderWindowInteractor_moc.cxx \ - SVTK_NonIsometricDlg_moc.cxx \ - SVTK_UpdateRateDlg_moc.cxx \ - SVTK_CubeAxesDlg_moc.cxx \ - SVTK_FontWidget_moc.cxx \ - SVTK_ViewModelBase_moc.cxx \ - SVTK_ViewManager_moc.cxx \ - SVTK_ViewWindow_moc.cxx \ - SVTK_ViewModel_moc.cxx \ - SVTK_View_moc.cxx \ - SVTK_SetRotationPointDlg_moc.cxx \ - SVTK_ViewParameterDlg_moc.cxx \ - SVTK_ComboAction_moc.cxx \ - SVTK_RecorderDlg_moc.cxx -nodist_libSVTK_la_SOURCES= $(MOC_FILES) - -dist_salomeres_DATA=\ - resources/vtk_view_graduated_axes.png \ - resources/vtk_view_scaling.png \ - resources/vtk_view_update_rate.png \ - resources/vtk_view_rotation_point.png \ - resources/vtk_view_parallel.png \ - resources/vtk_view_perspective.png \ - resources/vtk_view_parameters.png \ - resources/vtk_view_style_switch.png \ - resources/vtk_view_zooming_style_switch.png \ - resources/vtk_view_recording_start.png \ - resources/vtk_view_recording_play.png \ - resources/vtk_view_recording_pause.png \ - resources/vtk_view_recording_stop.png \ - resources/vtk_view_highlight.png - -nodist_salomeres_DATA = \ - SVTK_msg_en.qm \ - SVTK_msg_fr.qm \ - SVTK_images.qm - -libSVTK_la_CPPFLAGS = \ - $(QT_INCLUDES) \ - $(CAS_CPPFLAGS) \ - $(VTK_INCLUDES) \ - $(BOOST_CPPFLAGS) \ - -I$(srcdir)/../Qtx \ - -I$(srcdir)/../SUIT \ - -I$(srcdir)/../ViewerTools \ - -I$(srcdir)/../OBJECT \ - -I$(srcdir)/../Prs \ - -I$(srcdir)/../VTKViewer \ - -I$(srcdir)/../OpenGLUtils \ - -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingOpenGL,vtkRenderingFreeTypeOpenGL)" - -libSVTK_la_LDFLAGS = \ - $(VTK_LIBS) $(OGL_LIBS) \ - $(QT_MT_LIBS) \ - $(CAS_KERNEL) $(CAS_VIEWER) \ - $(KERNEL_LDFLAGS) - - -libSVTK_la_LIBADD = ../Qtx/libqtx.la ../SUIT/libsuit.la ../ViewerTools/libViewerTools.la \ - ../OBJECT/libSalomeObject.la ../Prs/libSalomePrs.la \ - ../VTKViewer/libVTKViewer.la ../OpenGLUtils/libOpenGLUtils.la \ - -lSALOMELocalTrace -lOpUtil - -# Executable -bin_PROGRAMS = SVTK - -dist_SVTK_SOURCES = SVTK.cxx - -SVTK_CPPFLAGS = $(libSVTK_la_CPPFLAGS) -SVTK_LDFLAGS = $(libSVTK_la_LDFLAGS) -SVTK_LDADD = libSVTK.la $(libSVTK_la_LIBADD) diff --git a/src/SalomeApp/Makefile.am b/src/SalomeApp/Makefile.am deleted file mode 100755 index a1f86f6e3..000000000 --- a/src/SalomeApp/Makefile.am +++ /dev/null @@ -1,133 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Vladimir Klyachin (OCN) -# Module : SalomeApp - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -SUBDIRS=pluginsdemo - -if CPPUNIT_IS_OK -if GUI_ENABLE_CORBA - SUBDIRS += Test -endif -endif - -lib_LTLIBRARIES = libSalomeApp.la - -salomeinclude_HEADERS = \ - SalomeApp.h \ - SalomeApp_Application.h \ - SalomeApp_DataModel.h \ - SalomeApp_DataObject.h \ - SalomeApp_LoadStudiesDlg.h \ - SalomeApp_Module.h \ - SalomeApp_Study.h \ - SalomeApp_ExceptionHandler.h \ - SalomeApp_PyInterp.h \ - SalomeApp_Tools.h \ - SalomeApp_ImportOperation.h \ - SalomeApp_Filter.h \ - SalomeApp_TypeFilter.h \ - SalomeApp_StudyPropertiesDlg.h \ - SalomeApp_CheckFileDlg.h \ - SalomeApp_VisualState.h \ - SalomeApp_ExitDlg.h \ - SalomeApp_NoteBook.h \ - SalomeApp_DoubleSpinBox.h \ - SalomeApp_IntSpinBox.h \ - SalomeApp_Engine_i.h - -dist_libSalomeApp_la_SOURCES = \ - SalomeApp_Module.cxx \ - SalomeApp_Application.cxx \ - SalomeApp_DataModel.cxx \ - SalomeApp_DataObject.cxx \ - SalomeApp_LoadStudiesDlg.cxx \ - SalomeApp_Study.cxx \ - SalomeApp_ExceptionHandler.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 \ - SalomeApp_ExitDlg.cxx \ - SalomeApp_NoteBook.cxx \ - SalomeApp_DoubleSpinBox.cxx \ - SalomeApp_IntSpinBox.cxx \ - SalomeApp_Engine_i.cxx - -MOC_FILES = \ - SalomeApp_Application_moc.cxx \ - SalomeApp_DataModel_moc.cxx \ - SalomeApp_Module_moc.cxx \ - SalomeApp_LoadStudiesDlg_moc.cxx \ - SalomeApp_Study_moc.cxx \ - SalomeApp_StudyPropertiesDlg_moc.cxx \ - SalomeApp_ListView_moc.cxx \ - SalomeApp_CheckFileDlg_moc.cxx \ - SalomeApp_ExitDlg_moc.cxx \ - SalomeApp_NoteBook_moc.cxx \ - SalomeApp_DoubleSpinBox_moc.cxx \ - SalomeApp_IntSpinBox_moc.cxx - -nodist_libSalomeApp_la_SOURCES = $(MOC_FILES) - -# python modules -salomepython_PYTHON = salome_pluginsmanager.py - -dist_salomescript_DATA = addvars2notebook.py - -dist_salomeres_DATA = \ - resources/SalomeApp.ini \ - resources/SalomeApp.xml - -nodist_salomeres_DATA = \ - SalomeApp_images.qm \ - SalomeApp_msg_en.qm \ - SalomeApp_msg_fr.qm - -libSalomeApp_la_CPPFLAGS = $(PYTHON_INCLUDES) $(QT_INCLUDES) $(QWT_INCLUDES) \ - $(CAS_CPPFLAGS) $(VTK_INCLUDES) $(BOOST_CPPFLAGS) @KERNEL_CXXFLAGS@ \ - -I$(srcdir)/../LightApp -I$(srcdir)/../CAM -I$(srcdir)/../Qtx \ - -I$(srcdir)/../SUIT -I$(srcdir)/../OBJECT -I$(srcdir)/../SVTK \ - -I$(srcdir)/../STD -I$(srcdir)/../VTKViewer -I$(srcdir)/../ObjBrowser \ - -I$(srcdir)/../PyConsole -I$(srcdir)/../TOOLSGUI \ - -I$(srcdir)/../PyInterp -I$(srcdir)/../Session -I$(top_builddir)/idl \ - -I$(srcdir)/../Event -I$(srcdir)/../CASCatch -I$(srcdir)/../Prs \ - @CORBA_CXXFLAGS@ @CORBA_INCLUDES@ @LIBXML_INCLUDES@ -libSalomeApp_la_LDFLAGS = $(PYTHON_LIBS) $(QT_MT_LIBS) -libSalomeApp_la_LIBADD = $(KERNEL_LDFLAGS) -lOpUtil -lSALOMELocalTrace -lSalomeLifeCycleCORBA \ - -lSalomeDSClient -lTOOLSDS \ - ../SUIT/libsuit.la ../STD/libstd.la ../CAM/libCAM.la ../ObjBrowser/libObjBrowser.la \ - ../Prs/libSalomePrs.la ../SPlot2d/libSPlot2d.la ../GLViewer/libGLViewer.la \ - ../OCCViewer/libOCCViewer.la ../VTKViewer/libVTKViewer.la ../OBJECT/libSalomeObject.la \ - ../SVTK/libSVTK.la ../SOCC/libSOCC.la ../PyInterp/libPyInterp.la \ - ../PyConsole/libPyConsole.la ../LogWindow/libLogWindow.la \ - ../LightApp/libLightApp.la ../TOOLSGUI/libToolsGUI.la ../../idl/libSalomeIDLGUI.la \ - ../Event/libEvent.la ../CASCatch/libCASCatch.la ../Prs/libSalomePrs.la $(CAS_KERNEL) diff --git a/src/SalomeApp/Test/Makefile.am b/src/SalomeApp/Test/Makefile.am deleted file mode 100644 index 421375c2e..000000000 --- a/src/SalomeApp/Test/Makefile.am +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -# SALOMELocalTrace : log on local machine -# File : Makefile.in -# Author : Sergey RUIN -# Module : SALOME -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libSalomeAppTest.la - -salomeinclude_HEADERS = SalomeAppTest.hxx - -dist_libSalomeAppTest_la_SOURCES = SalomeAppTest.cxx - -libSalomeAppTest_la_CXXFLAGS = @CPPUNIT_INCLUDES@ $(KERNEL_CXXFLAGS) -libSalomeAppTest_la_LIBADD = @CPPUNIT_LIBS@ - -bin_PROGRAMS = TestSalomeApp - -TestSalomeApp_SOURCES = TestSalomeApp.cxx - -TestSalomeApp_CXXFLAGS = $(libSalomeAppTest_la_CXXFLAGS) -TestSalomeApp_LDADD = $(libSalomeAppTest_la_LIBADD) libSalomeAppTest.la - -dist_salomescript_PYTHON = TestSalomeApp.py -UNIT_TEST_PROG = TestSalomeApp diff --git a/src/SalomeApp/pluginsdemo/Makefile.am b/src/SalomeApp/pluginsdemo/Makefile.am deleted file mode 100644 index d1c96b35c..000000000 --- a/src/SalomeApp/pluginsdemo/Makefile.am +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright (C) 2010-2013 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 -# -# Author : Guillaume Boulant (EDF) -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -# -# Note that the plugins files should be installed in the directory -# (ROOT_DIR/share/salome/plugins) or one of this -# sub-directories (the search of plugins by the plugin manager is -# recurcive from this folder, in each SALOME module, i.e. each -# variable *_ROOT_DIR). -# -pluginsdir =$(salomepluginsdir)/demo -plugins_PYTHON = \ - salome_plugins.py \ - smesh_plugins.py \ - trihedron.py \ - tubedialog_ui.py \ - tubedialog.py \ - tubebuilder.py \ - xalome.py \ - minmax_dialog.py \ - minmax_plugin.py - -EXTRA_DIST += minmax.ui diff --git a/src/Session/Makefile.am b/src/Session/Makefile.am deleted file mode 100755 index 7e07bff95..000000000 --- a/src/Session/Makefile.am +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -# SALOME Session : implementation of Session.idl -# File : Makefile.in -# Author : Paul RASCLE, EDF -# Module : SALOME - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libSalomeSession.la - -salomeinclude_HEADERS = \ - Session_Session_i.hxx \ - SALOME_Session.hxx \ - Session_ServerLauncher.hxx \ - Session_ServerThread.hxx \ - Session_ServerCheck.hxx - -# Libraries targets - -dist_libSalomeSession_la_SOURCES = \ - Session_Session_i.cxx \ - Session_ServerThread.cxx \ - Session_ServerLauncher.cxx \ - Session_ServerCheck.cxx - -libSalomeSession_la_CPPFLAGS = $(QT_MT_INCLUDES) $(PYTHON_INCLUDES) \ - $(HDF5_INCLUDES) $(BOOST_CPPFLAGS) @KERNEL_CXXFLAGS@ $(CAS_CPPFLAGS) \ - @CORBA_CXXFLAGS@ @CORBA_INCLUDES@ \ - -I$(top_builddir)/idl \ - -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT -I$(srcdir)/../Event \ - -I$(srcdir)/../Style -I$(srcdir)/../CASCatch @LIBXML_INCLUDES@ - -if ENABLE_TESTRECORDER - libSalomeSession_la_CPPFLAGS+= -DENABLE_TESTRECORDER $(TESTRECORDER_INCLUDES) -endif - -libSalomeSession_la_LDFLAGS = $(KERNEL_LDFLAGS) -lSalomeNS \ - -lSalomeLifeCycleCORBA -lOpUtil -lSALOMELocalTrace -lSalomeCatalog \ - -lSalomeDSClient $(CAS_KERNEL) -lwith_loggerTraceCollector \ - -lSalomeIDLKernel -lSalomeContainer -lTOOLSDS -lSalomeLauncher \ - -lRegistry -lSALOMEBasics \ - ../SUIT/libsuit.la ../Event/libEvent.la ../../idl/libSalomeIDLGUI.la \ - ../Style/libSalomeStyle.la $(QT_MT_LIBS) - -if ENABLE_TESTRECORDER - libSalomeSession_la_LDFLAGS+= $(TESTRECORDER_LIBS) -endif - -# Executable -bin_PROGRAMS = SALOME_Session_Server - -dist_SALOME_Session_Server_SOURCES = SALOME_Session_Server.cxx - -SALOME_Session_Server_CPPFLAGS = $(libSalomeSession_la_CPPFLAGS) -SALOME_Session_Server_LDADD = $(libSalomeSession_la_LDFLAGS) \ - -lSalomeContainer -lSalomeResourcesManager -lTOOLSDS \ - -lSalomeHDFPersist -lSalomeDSImpl -lSalomeGenericObj -lRegistry \ - -lSalomeNotification -lSALOMEBasics -lSalomeLauncher ../Qtx/libqtx.la \ - $(top_builddir)/idl/libSalomeIDLGUI.la libSalomeSession.la \ - $(HDF5_LIBS) $(PYTHON_LIBS) $(OMNIORB_LIBS) - -if ENABLE_TESTRECORDER - SALOME_Session_Server_LDADD+= $(TESTRECORDER_LIBS) -endif diff --git a/src/Style/Makefile.am b/src/Style/Makefile.am deleted file mode 100644 index 13e18aa76..000000000 --- a/src/Style/Makefile.am +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Vladimir Klyachin (OCN) -# Module : SalomeApp -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -EXTRA_DIST += images - -# Libraries targets -lib_LTLIBRARIES = libSalomeStyle.la - -salomeinclude_HEADERS = \ - Style.h \ - Style_PrefDlg.h \ - Style_Salome.h - -dist_libSalomeStyle_la_SOURCES =\ - Style.h \ - Style_Model.h \ - Style_PrefDlg.h \ - Style_Salome.h \ - Style_Tools.h \ - Style_ResourceMgr.h \ - Style_Model.cxx \ - Style_PrefDlg.cxx \ - Style_ResourceMgr.cxx \ - Style_Salome.cxx \ - Style_Tools.cxx - -MOC_FILES = \ - Style_PrefDlg_moc.cxx \ - Style_Salome_moc.cxx - -QRC_FILES = \ - qrc_Style.cxx - -nodist_libSalomeStyle_la_SOURCES = $(MOC_FILES) $(QRC_FILES) - -libSalomeStyle_la_CPPFLAGS = $(QT_INCLUDES) \ - -I$(srcdir)/../Qtx - -libSalomeStyle_la_LDFLAGS = $(QT_MT_LIBS) \ - ../Qtx/libqtx.la - -dist_salomeres_DATA = resources/SalomeStyle.xml - -nodist_salomeres_DATA = Style_msg_fr.qm diff --git a/src/TOOLSGUI/Makefile.am b/src/TOOLSGUI/Makefile.am deleted file mode 100755 index fa981e437..000000000 --- a/src/TOOLSGUI/Makefile.am +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -# SALOME TOOLSGUI : implementation of desktop "Tools" optioins -# File : Makefile.in -# Author : Marc Tajchman (CEA) -# Module : SALOME -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libToolsGUI.la - -salomeinclude_HEADERS = \ - ToolsGUI.h \ - ToolsGUI_RegWidget.h \ - ToolsGUI_CatalogGeneratorDlg.h - -dist_libToolsGUI_la_SOURCES = \ - ToolsGUI_CatalogGeneratorDlg.cxx \ - ToolsGUI_RegWidget.cxx \ - ToolsGUI.cxx - -MOC_FILES = \ - ToolsGUI_CatalogGeneratorDlg_moc.cxx \ - ToolsGUI_RegWidget_moc.cxx - -nodist_libToolsGUI_la_SOURCES = $(MOC_FILES) - -# .po files to transform in .qm -nodist_salomeres_DATA = \ - ToolsGUI_msg_en.qm \ - ToolsGUI_msg_fr.qm - -libToolsGUI_la_CPPFLAGS = $(QT_INCLUDES) $(CAS_CPPFLAGS) $(BOOST_CPPFLAGS) \ - @KERNEL_CXXFLAGS@ @CORBA_CXXFLAGS@ @CORBA_INCLUDES@ \ - -I$(top_builddir)/idl -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT -libToolsGUI_la_LDFLAGS = $(QT_MT_LIBS) ../SUIT/libsuit.la $(CAS_KERNEL) $(KERNEL_LDFLAGS) \ - -lSalomeIDLKernel -lSALOMELocalTrace -lSalomeNS -lOpUtil $(top_builddir)/idl/libSalomeIDLGUI.la diff --git a/src/TreeData/Makefile.am b/src/TreeData/Makefile.am deleted file mode 100644 index 57a6807d3..000000000 --- a/src/TreeData/Makefile.am +++ /dev/null @@ -1,107 +0,0 @@ -# Copyright (C) 2010-2013 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 -# -# Author : Guillaume Boulant (EDF) -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -SUBDIRS = . Test - -# moc-files generation -%_moc.cxx: %.hxx - $(MOC) $< -o $@ - -mostlyclean-local: - rm -f @builddir@/*_moc.cxx - rm -f @builddir@/*.qm - -# Libraries targets -lib_LTLIBRARIES = libSalomeTreeData.la - -# -# Generic source files -# -salomeinclude_HEADERS = \ - TreeData.hxx \ - DockWidgets.hxx \ - TreeModel.hxx \ - TreeItem.hxx \ - TreeView.hxx \ - TreeObserver.hxx \ - DataModel.hxx \ - DataObject.hxx \ - DataProcessor.hxx \ - TreeGuiManager.hxx - -dist_libSalomeTreeData_la_SOURCES = \ - DockWidgets.cxx \ - TreeModel.cxx \ - TreeItem.cxx \ - TreeView.cxx \ - TreeObserver.cxx \ - DataModel.cxx \ - DataObject.cxx \ - DataProcessor.cxx \ - TreeGuiManager.cxx - -# MOC pre-processing -MOC_FILES_HXX = \ - TreeModel_moc.cxx \ - TreeView_moc.cxx \ - TreeObserver_moc.cxx - -nodist_libSalomeTreeData_la_SOURCES = $(MOC_FILES_HXX) - -CORBA_CXXFLAGS=@OMNIORB_CXXFLAGS@ @OMNIORB_INCLUDES@ -CORBA_LIBS=@OMNIORB_LIBS@ - -QT_CXXFLAGS=@QT_INCLUDES@ @QT_MT_INCLUDES@ -CAS_CXXFLAGS=@CAS_CPPFLAGS@ @CAS_CXXFLAGS@ - -BOOST_CPPFLAGS=@BOOST_CPPFLAGS@ -BOOST_LIBS=@BOOST_LIBS@ - -libSalomeTreeData_la_CPPFLAGS = \ - $(QT_CXXFLAGS) \ - $(CAS_CXXFLAGS) \ - $(BOOST_CPPFLAGS) \ - $(CORBA_CXXFLAGS) \ - $(KERNEL_CXXFLAGS) \ - -I$(srcdir)/../SalomeApp \ - -I$(srcdir)/../LightApp \ - -I$(srcdir)/../CAM \ - -I$(srcdir)/../STD \ - -I$(srcdir)/../ObjBrowser \ - -I$(srcdir)/../SUIT \ - -I$(srcdir)/../Qtx \ - -I$(srcdir)/../GuiHelpers - - - - -libSalomeTreeData_la_LDFLAGS = \ - $(CORBA_LIBS) $(QT_LIBS)\ - $(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA -lSalomeKernelHelpers \ - $(top_builddir)/src/SalomeApp/libSalomeApp.la \ - $(top_builddir)/src/LightApp/libLightApp.la \ - $(top_builddir)/src/SUIT/libsuit.la \ - $(top_builddir)/src/Qtx/libqtx.la \ - $(top_builddir)/src/CAM/libCAM.la \ - $(top_builddir)/src/STD/libstd.la \ - $(top_builddir)/src/ObjBrowser/libObjBrowser.la diff --git a/src/TreeData/Test/Makefile.am b/src/TreeData/Test/Makefile.am deleted file mode 100644 index 975804e29..000000000 --- a/src/TreeData/Test/Makefile.am +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright (C) 2010-2013 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 -# -# Author : Guillaume Boulant (EDF) -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -# moc-files generation -%_moc.cxx: %.hxx - $(MOC) $< -o $@ - -mostlyclean-local: - rm -f @builddir@/*_moc.cxx - rm -f @builddir@/*.qm - rm -f @builddir@/*_moc.cxx @builddir@/ui_*.h - -# qt forms files generation (uic) -ui_%.h: %.ui - $(UIC) -o $@ $< - - -CORBA_CXXFLAGS=@OMNIORB_CXXFLAGS@ @OMNIORB_INCLUDES@ -CORBA_LIBS=@OMNIORB_LIBS@ -QT_CXXFLAGS=@QT_INCLUDES@ @QT_MT_INCLUDES@ - -COMMON_CPP_FLAGS = \ - $(QT_CXXFLAGS) \ - $(CORBA_CXXFLAGS) \ - $(KERNEL_CXXFLAGS) \ - -I$(top_srcdir)/src/GuiHelpers \ - -I$(top_srcdir)/src/TreeData \ - -I. - -COMMON_LIBS = \ - $(CORBA_LIBS) $(QT_LIBS) $(VTK_LIBS) \ - $(top_builddir)/src/TreeData/libSalomeTreeData.la \ - $(top_builddir)/src/GuiHelpers/libSalomeGuiHelpers.la \ - $(top_builddir)/src/SUIT/libsuit.la \ - $(top_builddir)/src/CAM/libCAM.la \ - $(top_builddir)/src/Plot2d/libPlot2d.la \ - $(top_builddir)/src/LightApp/libLightApp.la \ - $(top_builddir)/src/SalomeApp/libSalomeApp.la \ - $(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA -lSalomeKernelHelpers @LIBXML_LIBS@ - -# Program targets -bin_PROGRAMS = TreeData_guitester TreeData_tester - -MOC_FILES_HXX = \ - mainwindow_moc.cxx - -UIC_FILES = \ - ui_mainwindow.h - -BUILT_SOURCES = $(UIC_FILES) - -nodist_TreeData_guitester_SOURCES = $(MOC_FILES_HXX) $(UIC_FILES) - -TreeData_guitester_SOURCES = \ - testhelper.hxx \ - testhelper.cxx \ - guitester.cxx \ - mainwindow.hxx \ - mainwindow.cxx \ - MyDataModel.hxx \ - MyDataModel.cxx - -TreeData_guitester_CPPFLAGS = \ - $(COMMON_CPP_FLAGS) - -TreeData_guitester_LDFLAGS = \ - $(COMMON_LIBS) - -TreeData_tester_SOURCES = \ - tester.cxx \ - MyDataModel.cxx - -TreeData_tester_CPPFLAGS = \ - $(COMMON_CPP_FLAGS) - -TreeData_tester_LDFLAGS = \ - $(COMMON_LIBS) - -# test data files -testdir = $(salomeresdir)/testdata -test_DATA = \ - data.txt - -EXTRA_DIST+=$(test_DATA) diff --git a/src/VTKViewer/Makefile.am b/src/VTKViewer/Makefile.am deleted file mode 100755 index 98a0b0c0b..000000000 --- a/src/VTKViewer/Makefile.am +++ /dev/null @@ -1,162 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 : Vladimir Klyachin (OCN) -# Module : VTKViewer -# -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -EXTRA_DIST += textures - -lib_LTLIBRARIES = libVTKViewer.la - -salomeinclude_HEADERS = \ - VTKViewer.h \ - VTKViewer_CellLocationsArray.h \ - VTKViewer_Actor.h \ - VTKViewer_FramedTextActor.h \ - VTKViewer_ExtractUnstructuredGrid.h \ - VTKViewer_ConvexTool.h \ - VTKViewer_Filter.h \ - VTKViewer_GeometryFilter.h \ - VTKViewer_AppendFilter.h \ - VTKViewer_Algorithm.h \ - VTKViewer_InteractorStyle.h \ - VTKViewer_RenderWindow.h \ - VTKViewer_RenderWindowInteractor.h \ - VTKViewer_ShrinkFilter.h \ - VTKViewer_TransformFilter.h \ - VTKViewer_Transform.h \ - VTKViewer_Trihedron.h \ - VTKViewer_Utilities.h \ - VTKViewer_ViewManager.h \ - VTKViewer_ViewModel.h \ - VTKViewer_ViewWindow.h \ - VTKViewer_Functor.h \ - VTKViewer_ArcBuilder.h \ - VTKViewer_MarkerDef.h \ - VTKViewer_MarkerUtils.h \ - VTKViewer_MarkerWidget.h \ - VTKViewer_MarkerDlg.h \ - VTKViewer_PolyDataMapper.h \ - VTKViewer_DataSetMapper.h \ - VTKViewer_Texture.h \ - VTKViewer_OpenGLRenderer.h \ - VTKViewer_CellCenters.h - -dist_libVTKViewer_la_SOURCES = \ - VTKViewer_CellLocationsArray.cxx \ - VTKViewer_Actor.cxx \ - VTKViewer_FramedTextActor.cxx \ - VTKViewer_ExtractUnstructuredGrid.cxx \ - VTKViewer_Filter.cxx \ - VTKViewer_GeometryFilter.cxx \ - VTKViewer_AppendFilter.cxx \ - VTKViewer_Algorithm.cxx \ - VTKViewer_InteractorStyle.cxx \ - VTKViewer_RenderWindow.cxx \ - VTKViewer_RenderWindowInteractor.cxx \ - VTKViewer_ShrinkFilter.cxx \ - VTKViewer_Transform.cxx \ - VTKViewer_TransformFilter.cxx \ - VTKViewer_Trihedron.cxx \ - VTKViewer_Utilities.cxx \ - VTKViewer_ViewManager.cxx \ - VTKViewer_ViewModel.cxx \ - VTKViewer_ConvexTool.cxx \ - VTKViewer_ViewWindow.cxx \ - VTKViewer_ArcBuilder.cxx \ - VTKViewer_MarkerUtils.cxx \ - VTKViewer_MarkerWidget.cxx \ - VTKViewer_MarkerDlg.cxx \ - VTKViewer_PolyDataMapper.cxx \ - VTKViewer_DataSetMapper.cxx \ - VTKViewer_Texture.cxx \ - VTKViewer_OpenGLRenderer.cxx \ - VTKViewer_CellCenters.cxx - -MOC_FILES = \ - VTKViewer_RenderWindow_moc.cxx \ - VTKViewer_RenderWindowInteractor_moc.cxx \ - VTKViewer_ViewManager_moc.cxx \ - VTKViewer_ViewModel_moc.cxx \ - VTKViewer_ViewWindow_moc.cxx \ - VTKViewer_MarkerWidget_moc.cxx \ - VTKViewer_MarkerDlg_moc.cxx - -QRC_FILES = \ - qrc_VTKViewer.cxx - -nodist_libVTKViewer_la_SOURCES = $(MOC_FILES) $(QRC_FILES) - -dist_salomeres_DATA = \ - resources/vtk_view_anticlockwise.png \ - resources/vtk_view_clockwise.png \ - resources/vtk_view_back.png \ - resources/vtk_view_bottom.png \ - resources/vtk_view_camera_dump.png \ - resources/vtk_view_fitall.png \ - resources/vtk_view_fitarea.png \ - resources/vtk_view_front.png \ - resources/vtk_view_glpan.png \ - resources/vtk_view_left.png \ - resources/vtk_view_pan.png \ - resources/vtk_view_reset.png \ - resources/vtk_view_right.png \ - resources/vtk_view_rotate.png \ - resources/vtk_view_top.png \ - resources/vtk_view_triedre.png \ - resources/vtk_view_zoom.png \ - resources/marker_1.png \ - resources/marker_2.png \ - resources/marker_3.png \ - resources/marker_4.png \ - resources/marker_5.png \ - resources/marker_6.png \ - resources/marker_7.png \ - resources/marker_8.png \ - resources/marker_9.png - -nodist_salomeres_DATA = \ - VTKViewer_images.qm \ - VTKViewer_msg_en.qm \ - VTKViewer_msg_fr.qm - -libVTKViewer_la_CPPFLAGS = $(QT_INCLUDES) $(VTK_INCLUDES) $(CAS_CPPFLAGS) \ - -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT \ - -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingOpenGL,vtkRenderingFreeTypeOpenGL)" -libVTKViewer_la_LDFLAGS = $(KERNEL_LDFLAGS) $(VTK_LIBS) $(QT_MT_LIBS) \ - $(CAS_KERNEL) $(OGL_LIBS) ../Qtx/libqtx.la ../SUIT/libsuit.la - -libVTKViewer_la_LIBADD = -lSALOMELocalTrace - -# Executable - -bin_PROGRAMS = VTKViewer - -dist_VTKViewer_SOURCES = VTKViewer.cxx - -VTKViewer_CPPFLAGS = $(libVTKViewer_la_CPPFLAGS) -VTKViewer_LDFLAGS = $(libVTKViewer_la_LDFLAGS) -VTKViewer_LDADD = libVTKViewer.la $(libVTKViewer_la_LIBADD) - diff --git a/src/ViewerTools/Makefile.am b/src/ViewerTools/Makefile.am deleted file mode 100755 index bedfc4230..000000000 --- a/src/ViewerTools/Makefile.am +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -lib_LTLIBRARIES = libViewerTools.la - -salomeinclude_HEADERS= \ - ViewerTools.h \ - ViewerTools_CubeAxesDlgBase.h \ - ViewerTools_DialogBase.h \ - ViewerTools_FontWidgetBase.h - -dist_libViewerTools_la_SOURCES= \ - ViewerTools_CubeAxesDlgBase.cxx \ - ViewerTools_DialogBase.cxx \ - ViewerTools_FontWidgetBase.cxx - -MOC_FILES= \ - ViewerTools_CubeAxesDlgBase_moc.cxx \ - ViewerTools_DialogBase_moc.cxx \ - ViewerTools_FontWidgetBase_moc.cxx - -nodist_libViewerTools_la_SOURCES= $(MOC_FILES) - -nodist_salomeres_DATA = \ - ViewerTools_msg_en.qm \ - ViewerTools_msg_fr.qm - -libViewerTools_la_CPPFLAGS = \ - $(QT_INCLUDES) \ - -I$(srcdir)/../Qtx - -libViewerTools_la_LDFLAGS = \ - $(QT_MT_LIBS) - -libViewerTools_la_LIBADD = ../Qtx/libqtx.la diff --git a/tools/Makefile.am b/tools/Makefile.am deleted file mode 100644 index 9771ad1de..000000000 --- a/tools/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -SUBDIRS = vtkEDFOverloads dlgfactory diff --git a/tools/dlgfactory/Makefile.am b/tools/dlgfactory/Makefile.am deleted file mode 100644 index 76edfa4bf..000000000 --- a/tools/dlgfactory/Makefile.am +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright (C) 2010-2013 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 -# -# Author : Guillaume Boulant (EDF/R&D) - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -# Program targets -bin_PROGRAMS = qtester gtester - -# QDialog uic files -UIC_FILES_QDIALOG = \ - ui_QDialogTest.h - -# QDialog moc files -MOC_FILES_QDIALOG = \ - QDialogTest_moc.cxx - -# GDialog uic files -UIC_FILES_GDIALOG= \ - ui_GenericDialog.h \ - ui_GDialogTest.h - -# GDialog moc files -MOC_FILES_GDIALOG= \ - GenericDialog_moc.cxx \ - GDialogTest_moc.cxx - -QDIALOG_TEMPLATES = __QDIALOG__.ui __QDIALOG__.h __QDIALOG__.cxx -GDIALOG_TEMPLATES = __GDIALOG__.ui __GDIALOG__.h __GDIALOG__.cxx -QDIALOG_FILES = QDialogTest.h QDialogTest.cxx QDialogTest.ui -GDIALOG_FILES = GDialogTest.h GDialogTest.cxx GDialogTest.ui - -# generated sources -BUILT_SOURCES = $(UIC_FILES_QDIALOG) $(UIC_FILES_GDIALOG) - -# extra distributed files -EXTRA_DIST += $(QDIALOG_TEMPLATES) $(GDIALOG_TEMPLATES) GenericDialog.ui README.txt dlgfactory.py - -mostlyclean-local: - rm -f $(QDIALOG_FILES) $(GDIALOG_FILES) - rm -f @builddir@/*_moc.cxx @builddir@/ui_*.h - -$(QDIALOG_FILES): $(QDIALOG_TEMPLATES) dlgfactory.py - $(srcdir)/dlgfactory.py -s -n QDialogTest -t qdialog - -$(GDIALOG_FILES): $(GDIALOG_TEMPLATES) dlgfactory.py - $(srcdir)/dlgfactory.py -s -n GDialogTest -t gdialog - -QT_CXXFLAGS=@QT_INCLUDES@ @QT_MT_INCLUDES@ -QT_LIBS=@QT_LIBS@ - -# QDialog tester -qtester_SOURCES = \ - qtester.cxx -nodist_qtester_SOURCES = \ - QDialogTest.cxx \ - $(MOC_FILES_QDIALOG) \ - $(UIC_FILES_QDIALOG) - -qtester_CPPFLAGS = \ - $(QT_CXXFLAGS) \ - -I. - -qtester_LDFLAGS = \ - $(QT_LIBS) - -gtester_SOURCES = \ - gtester.cxx \ - GenericDialog.h \ - GenericDialog.cxx -nodist_gtester_SOURCES = \ - GDialogTest.cxx \ - $(MOC_FILES_GDIALOG) \ - $(UIC_FILES_GDIALOG) - -gtester_CPPFLAGS = \ - $(QT_CXXFLAGS) \ - -I@srcdir@ \ - -I. - -gtester_LDFLAGS = \ - $(QT_LIBS) diff --git a/tools/vtkEDFOverloads/Makefile.am b/tools/vtkEDFOverloads/Makefile.am deleted file mode 100755 index 28d082ecb..000000000 --- a/tools/vtkEDFOverloads/Makefile.am +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE -# -# Copyright (C) 2003-2007 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 -# - -include $(top_srcdir)/adm_local/unix/make_common_starter.am - -libparaview_LTLIBRARIES = libvtkEDFOverloads.la -lib_LTLIBRARIES = libvtkTools.la - -salomeinclude_HEADERS = vtkEDFCutter.h \ - vtkEDFFactory.h \ - vtkEDFOverloadsDefines.h - -dist_libvtkEDFOverloads_la_SOURCES = vtkEDFFactory.cxx -dist_libvtkTools_la_SOURCES = vtkEDFCutter.cxx - -libvtkEDFOverloads_la_CPPFLAGS = $(VTK_INCLUDES) -libvtkTools_la_CPPFLAGS = $(VTK_INCLUDES) - -libvtkEDFOverloads_la_LDFLAGS = $(VTK_LIBS) -libvtkEDFOverloads_la_LIBADD = libvtkTools.la -libvtkTools_la_LDFLAGS = $(VTK_LIBS) \ No newline at end of file -- 2.39.2