Salome HOME
Installation of daSkeletons
authorAndré Ribes <andre.ribes@edf.fr>
Mon, 14 Nov 2011 17:35:05 +0000 (18:35 +0100)
committerAndré Ribes <andre.ribes@edf.fr>
Mon, 14 Nov 2011 17:35:05 +0000 (18:35 +0100)
adm_local/make_common_starter.am
configure.ac
examples/Makefile.am
examples/daSkeletons/External_data_definition_by_scripts/Makefile.am [new file with mode: 0644]
examples/daSkeletons/Makefile.am [new file with mode: 0644]

index 88e1c3b90b4da1fad456dcfbe93863638663d5ba..01ac3a3c7efc4595ac2a28056c9b560c17eca0f8 100644 (file)
@@ -37,8 +37,10 @@ testsdasalomedir     = $(testsdir)/daSalome
 testsplateformedir   = $(testsdir)/daComposant/Plateforme
 
 # Directory for installing examples files
-examplesdir             = $(prefix)/share/salome/adao_examples
-examplesdasalomedir     = $(examplesdir)/daSalome
+examplesdir               = $(prefix)/share/salome/adao_examples
+examplesdasalomedir       = $(examplesdir)/daSalome
+examplesdaskeletonsdir    = $(examplesdir)/daSkeletons
+externaldatadefinitiondir = $(examplesdaskeletonsdir)/External_data_definition_by_scripts
 
 # Directories for installing admin files
 admlocaldir       = $(prefix)/adm_local
index 33d7c0b331e2d491afbbdd7e4423a010136b704e..4b32280ff8606b27e99133f5d916a2802d683a98 100644 (file)
@@ -18,7 +18,7 @@ dnl  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade
 dnl
 dnl  Author: André Ribes, andre.ribes@edf.fr, EDF R&D
 
-AC_INIT(ADAO_SRC, [6.3.1])
+AC_INIT(ADAO_SRC, [6.4.0])
 AC_CONFIG_AUX_DIR(adm_local)
 AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(adao_config.h)
@@ -127,6 +127,9 @@ AC_CONFIG_FILES([
         examples/daSalome/test003_ADAO_JDC_using_scripts.comm
         examples/daSalome/test004_ADAO_JDC_using_scripts.comm
         examples/daSalome/test005_ADAO_Operators.comm
+        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
index 6cc7fe9927d9148cf4076f349b295b941e62cfb2..31eb8653a5ef47729e1da3138646e59297ae7521 100644 (file)
@@ -18,5 +18,5 @@
 #
 # Author: André Ribes, andre.ribes@edf.fr, EDF R&D
 
-SUBDIRS = daSalome
+SUBDIRS = daSalome daSkeletons
 
diff --git a/examples/daSkeletons/External_data_definition_by_scripts/Makefile.am b/examples/daSkeletons/External_data_definition_by_scripts/Makefile.am
new file mode 100644 (file)
index 0000000..2956aad
--- /dev/null
@@ -0,0 +1,48 @@
+# Copyright (C) 2010-2011 EDF R&D
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
+# Author: André Ribes, andre.ribes@edf.fr, EDF R&D
+
+include $(top_srcdir)/adm_local/make_common_starter.am
+
+DATA_INST = \
+            ADAO_Case.comm \
+            Physical_data_and_covariance_matrices.py \
+            Script_AlgorithmParameters.py \
+            Script_Background_xb.py \
+            Script_ObservationOperator_H.py \
+            Script_UserPostAnalysis.py \
+            Physical_simulation_functions.py \
+            Script_BackgroundError_B.py \
+            Script_ObservationError_R.py \
+            Script_Observation_yo.py
+
+externaldatadefinition_DATA = ${DATA_INST}
+
+EXTRA_DIST = \
+            ADAO_Case.comm.in \
+            Physical_data_and_covariance_matrices.py \
+            Script_AlgorithmParameters.py \
+            Script_Background_xb.py \
+            Script_ObservationOperator_H.py \
+            Script_UserPostAnalysis.py \
+            Physical_simulation_functions.py \
+            Script_BackgroundError_B.py \
+            Script_ObservationError_R.py \
+            Script_Observation_yo.py
+
diff --git a/examples/daSkeletons/Makefile.am b/examples/daSkeletons/Makefile.am
new file mode 100644 (file)
index 0000000..364f227
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright (C) 2010-2011 EDF R&D
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
+# Author: André Ribes, andre.ribes@edf.fr, EDF R&D
+
+SUBDIRS = External_data_definition_by_scripts
+