Salome HOME
Merge remote-tracking branch 'andre/V6_main' into V6_main
[modules/adao.git] / examples / daSalome / Makefile.am
1 # Copyright (C) 2010-2011 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
41 examplesdasalome_DATA = ${DATA_INST}
42
43 EXTRA_DIST = \
44              test001_ADAO_JDC_using_strings.comm \
45              test002_ADAO_JDC_using_strings.comm \
46              test003_ADAO_JDC_using_scripts.comm.in \
47              test003_ADAO_scripts_for_JDC.py \
48              test004_ADAO_JDC_using_scripts.comm.in \
49              test004_ADAO_scripts_for_JDC.py \
50              test005_ADAO_Operators.comm.in \
51              test005_ADAO_scripts_for_JDC.py \
52              test003_bis_ADAO_JDC_using_user_data_init.comm.in \
53              test003_bis_ADAO_user_data_init.py \
54              test003_bis_ADAO_scripts_for_JDC.py \
55              test006_Observers.comm.in \
56              test006_Observers_observer_with_file.py \
57              test006_Observers_init.py \
58              test006_Observers_Observation_Operator.py \
59              test006_Observers_var.py