Salome HOME
Documentation review corrections
[modules/adao.git] / configure.ac
index 2d0020840f82963a0155b287faca5a63d4278008..bda6994cd352e6fdbbd70890581ae180e7fb822b 100644 (file)
@@ -1,4 +1,6 @@
-dnl  Copyright (C) 2010  EDF R&D
+dnl  Copyright (C) 2008-2023 EDF R&D
+dnl
+dnl  This file is part of SALOME ADAO module
 dnl
 dnl  This library is free software; you can redistribute it and/or
 dnl  modify it under the terms of the GNU Lesser General Public
@@ -16,9 +18,9 @@ dnl  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 dnl
 dnl  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 dnl
-dnl  Author: AndrĂ© Ribes, andre.ribes@edf.fr, EDF R&D
+dnl  Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
 
-AC_INIT(adao, 0.1)
+AC_INIT(ADAO_SRC, [7.2.0])
 AC_CONFIG_AUX_DIR(adm_local)
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(adao_config.h)
@@ -86,7 +88,7 @@ if test "x$omniORBpy_ok" = "xno"; then
   salome_module_ok=no
 fi
 if test "x$Kernel_ok" = "xno"; then
-  AC_MSG_WARN([SALOME KERNEL is required for SALOME Module part - 
+  AC_MSG_WARN([SALOME KERNEL is required for SALOME Module part -
                You could define a correct KERNEL_ROOT_DIR or use the --with-kernel= configure option])
   salome_module_ok=no
 fi
@@ -105,6 +107,10 @@ if test "x$sphinx_ok" = "xno"; then
   AC_MSG_WARN([Sphinx is required for ADAO documentation])
 fi
 
+if test -f a.out; then
+  rm a.out
+fi
+
 AC_CONFIG_FILES([
         Makefile
         idl/Makefile
@@ -118,12 +124,27 @@ AC_CONFIG_FILES([
         src/daSalome/daGUI/daUtils/Makefile
         src/daSalome/daGUI/daGuiImpl/Makefile
         src/daSalome/daGUI/daEficasWrapper/Makefile
-        samples/Makefile
-        samples/daSalome/Makefile
-        samples/daSalome/test003_ADAO_JDC_using_scripts.comm
-        samples/daSalome/test004_ADAO_JDC_using_scripts.comm
+        examples/Makefile
+        examples/daSalome/Makefile
+        examples/daSalome/test003_ADAO_JDC_using_scripts.comm
+        examples/daSalome/test003_ADAO_JDC_using_scripts.py
+        examples/daSalome/test003_bis_ADAO_JDC_using_user_data_init.comm
+        examples/daSalome/test003_bis_ADAO_JDC_using_user_data_init.py
+        examples/daSalome/test004_ADAO_JDC_using_scripts.comm
+        examples/daSalome/test004_ADAO_JDC_using_scripts.py
+        examples/daSalome/test005_ADAO_Operators.comm
+        examples/daSalome/test005_ADAO_Operators.py
+        examples/daSalome/test006_Observers.comm
+        examples/daSalome/test006_Observers.py
+        examples/daSkeletons/Makefile
+        examples/daSkeletons/External_data_definition_by_scripts/Makefile
+        examples/daSkeletons/External_data_definition_by_scripts/ADAO_Case.comm
         bin/Makefile
         bin/qtEficas_adao_study.py
         doc/Makefile
+        doc/en/Makefile
+        doc/fr/Makefile
+        test/Makefile
+        i18n/Makefile
         ])
 AC_OUTPUT