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
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)
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
#
# Author: André Ribes, andre.ribes@edf.fr, EDF R&D
-SUBDIRS = daSalome
+SUBDIRS = daSalome daSkeletons
--- /dev/null
+# 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
+
--- /dev/null
+# 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
+