Salome HOME
Updating some examples
[modules/adao.git] / examples / daSalome / Makefile.am
1 # Copyright (C) 2010-2013 EDF R&D
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19 # Author: AndrĂ© Ribes, andre.ribes@edf.fr, EDF R&D
20
21 include $(top_srcdir)/adm_local/make_common_starter.am
22
23 DATA_INST = \
24         test001_ADAO_JDC_using_strings.comm \
25         test002_ADAO_JDC_using_strings.comm \
26         test003_ADAO_JDC_using_scripts.comm \
27         test003_ADAO_scripts_for_JDC.py \
28         test004_ADAO_JDC_using_scripts.comm \
29         test004_ADAO_scripts_for_JDC.py \
30         test005_ADAO_Operators.comm \
31         test005_ADAO_scripts_for_JDC.py \
32         test003_bis_ADAO_JDC_using_user_data_init.comm \
33         test003_bis_ADAO_user_data_init.py \
34         test003_bis_ADAO_scripts_for_JDC.py \
35         test006_Observers.comm \
36         test006_Observers_observer_with_file.py \
37         test006_Observers_init.py \
38         test006_Observers_Observation_Operator.py \
39         test006_Observers_var.py \
40         test008_ADAO_Elementary_GradientTest.comm \
41         test009_ADAO_Simple_GradientTest.comm \
42         test010_ADAO_Simple_AdjointTest.comm
43
44 examplesdasalome_DATA = ${DATA_INST}
45
46 EXTRA_DIST = \
47         test001_ADAO_JDC_using_strings.comm \
48         test002_ADAO_JDC_using_strings.comm \
49         test003_ADAO_JDC_using_scripts.comm.in \
50         test003_ADAO_scripts_for_JDC.py \
51         test004_ADAO_JDC_using_scripts.comm.in \
52         test004_ADAO_scripts_for_JDC.py \
53         test005_ADAO_Operators.comm.in \
54         test005_ADAO_scripts_for_JDC.py \
55         test003_bis_ADAO_JDC_using_user_data_init.comm.in \
56         test003_bis_ADAO_user_data_init.py \
57         test003_bis_ADAO_scripts_for_JDC.py \
58         test006_Observers.comm.in \
59         test006_Observers_observer_with_file.py \
60         test006_Observers_init.py \
61         test006_Observers_Observation_Operator.py \
62         test006_Observers_var.py \
63         test008_ADAO_Elementary_GradientTest.comm \
64         test009_ADAO_Simple_GradientTest.comm \
65         test010_ADAO_Simple_AdjointTest.comm