Salome HOME
Issue 0020406: Time compilation when recompiling
[modules/geom.git] / configure.ac
index 67e94462c8f6499b5f893d8b7d942511e59dfa6d..88fae9e1fc94f9fae8d9d38d62380cc549b83142 100644 (file)
@@ -1,19 +1,36 @@
+#  Copyright (C) 2007-2008  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 : Alexander BORODIN (OCN) - autotools usage
-#
 # Created from configure.in.base
 #
-
-
-AC_INIT([Salome2 Project GEOM module], [4.1.2], [webmaster.salome@opencascade.com], [salome])
+AC_INIT([Salome2 Project GEOM module], [4.1.5], [webmaster.salome@opencascade.com], [salome])
 AC_CONFIG_AUX_DIR(salome_adm/unix/config_files)
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([-Wno-portability])
 
 XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'`
 AC_SUBST(XVERSION)
@@ -64,6 +81,7 @@ 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 !
 
@@ -365,65 +383,65 @@ AC_OUTPUT_COMMANDS([ \
 # autoscan, the Makefile list is generated in the output file configure.scan.
 # This could be helpfull to update de configuration.
 AC_OUTPUT([ \
-  ./salome_adm/unix/SALOMEconfig.h \
-  ./adm_local/Makefile \
-  ./adm_local/unix/Makefile \
-  ./adm_local/unix/config_files/Makefile \
-  ./bin/VERSION \
-  ./bin/Makefile \
-  ./GEOM_version.h \
-  ./doc/Makefile \
-  ./doc/salome/Makefile \
-  ./doc/salome/gui/Makefile \
-  ./doc/salome/gui/GEOM/doxyfile \
-  ./doc/salome/gui/GEOM/doxyfile_py \
-  ./doc/salome/gui/GEOM/doxyfile_tui \
-  ./doc/salome/tui/Makefile \
-  ./doc/salome/tui/GEOM/doxyfile \
-  ./doc/salome/tui/GEOM/sources/static/tree.js \
-  ./src/Makefile \
-  ./src/ARCHIMEDE/Makefile \
-  ./src/BREPExport/Makefile \
-  ./src/BREPImport/Makefile \
-  ./src/BasicGUI/Makefile \
-  ./src/BlocksGUI/Makefile \
-  ./src/BooleanGUI/Makefile \
-  ./src/BuildGUI/Makefile \
-  ./src/DisplayGUI/Makefile \
-  ./src/DlgRef/Makefile \
-  ./src/EntityGUI/Makefile \
-  ./src/GEOM/Makefile \
-  ./src/GEOMAlgo/Makefile \
-  ./src/GEOMBase/Makefile \
-  ./src/GEOMClient/Makefile \
-  ./src/GEOMFiltersSelection/Makefile \
-  ./src/GEOMGUI/Makefile \
-  ./src/GEOMImpl/Makefile \
-  ./src/GEOMToolsGUI/Makefile \
-  ./src/GEOM_I/Makefile \
-  ./src/GEOM_I_Superv/Makefile \
-  ./src/GEOM_SWIG/Makefile \
-  ./src/GEOM_SWIG_WITHIHM/Makefile \
-  ./src/GenerationGUI/Makefile \
-  ./src/GroupGUI/Makefile \
-  ./src/IGESExport/Makefile \
-  ./src/IGESImport/Makefile \
-  ./src/MeasureGUI/Makefile \
-  ./src/NMTAlgo/Makefile \
-  ./src/NMTDS/Makefile \
-  ./src/NMTTools/Makefile \
-  ./src/OBJECT/Makefile \
-  ./src/OperationGUI/Makefile \
-  ./src/PrimitiveGUI/Makefile \
-  ./src/RepairGUI/Makefile \
-  ./src/SKETCHER/Makefile \
-  ./src/STEPExport/Makefile \
-  ./src/STEPImport/Makefile \
-  ./src/STLExport/Makefile \
-  ./src/ShHealOper/Makefile \
-  ./src/TransformationGUI/Makefile \
-  ./resources/Makefile \
-  ./resources/GEOMCatalog.xml \
-  ./idl/Makefile \
+  salome_adm/unix/SALOMEconfig.h \
+  adm_local/Makefile \
+  adm_local/unix/Makefile \
+  adm_local/unix/config_files/Makefile \
+  bin/VERSION \
+  bin/Makefile \
+  GEOM_version.h \
+  doc/Makefile \
+  doc/salome/Makefile \
+  doc/salome/gui/Makefile \
+  doc/salome/gui/GEOM/doxyfile \
+  doc/salome/gui/GEOM/doxyfile_py \
+  doc/salome/gui/GEOM/doxyfile_tui \
+  doc/salome/tui/Makefile \
+  doc/salome/tui/GEOM/doxyfile \
+  doc/salome/tui/GEOM/sources/static/tree.js \
+  src/Makefile \
+  src/ARCHIMEDE/Makefile \
+  src/BREPExport/Makefile \
+  src/BREPImport/Makefile \
+  src/BasicGUI/Makefile \
+  src/BlocksGUI/Makefile \
+  src/BooleanGUI/Makefile \
+  src/BuildGUI/Makefile \
+  src/DisplayGUI/Makefile \
+  src/DlgRef/Makefile \
+  src/EntityGUI/Makefile \
+  src/GEOM/Makefile \
+  src/GEOMAlgo/Makefile \
+  src/GEOMBase/Makefile \
+  src/GEOMClient/Makefile \
+  src/GEOMFiltersSelection/Makefile \
+  src/GEOMGUI/Makefile \
+  src/GEOMImpl/Makefile \
+  src/GEOMToolsGUI/Makefile \
+  src/GEOM_I/Makefile \
+  src/GEOM_I_Superv/Makefile \
+  src/GEOM_SWIG/Makefile \
+  src/GEOM_SWIG_WITHIHM/Makefile \
+  src/GenerationGUI/Makefile \
+  src/GroupGUI/Makefile \
+  src/IGESExport/Makefile \
+  src/IGESImport/Makefile \
+  src/MeasureGUI/Makefile \
+  src/NMTAlgo/Makefile \
+  src/NMTDS/Makefile \
+  src/NMTTools/Makefile \
+  src/OBJECT/Makefile \
+  src/OperationGUI/Makefile \
+  src/PrimitiveGUI/Makefile \
+  src/RepairGUI/Makefile \
+  src/SKETCHER/Makefile \
+  src/STEPExport/Makefile \
+  src/STEPImport/Makefile \
+  src/STLExport/Makefile \
+  src/ShHealOper/Makefile \
+  src/TransformationGUI/Makefile \
+  resources/Makefile \
+  resources/GEOMCatalog.xml \
+  idl/Makefile \
   Makefile \
 ])