Salome HOME
Merge from BR_KERNEL_REFACTORING
[modules/kernel.git] / bin / Makefile.am
1 # Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 # This library is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU Lesser General Public
8 # License as published by the Free Software Foundation; either
9 # version 2.1 of the License.
10 #
11 # This library is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 # Lesser General Public License for more details.
15 #
16 # You should have received a copy of the GNU Lesser General Public
17 # License along with this library; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22
23 # -* Makefile *-
24 # Author : Guillaume Boulant (CSSI)
25 # Module : KERNEL
26 # $Header$
27 #
28 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
29
30 SUBDIRS = appliskel
31
32 #
33 # ===============================================================
34 # Files to be installed
35 # ===============================================================
36 #
37
38 # These files are data, module or lib files
39 dist_salomescript_DATA =
40
41 nodist_salomescript_DATA =      \
42         VERSION
43
44 # These files are executable scripts
45 dist_salomescript_SCRIPTS =             \
46         appli_clean.sh                  \
47         runIDLparser
48
49 # These files are python files
50 dist_salomescript_PYTHON =              \
51         addToKillList.py                \
52         appli_gen.py                    \
53         envSalome.py                    \
54         killSalome.py                   \
55         killSalomeWithPort.py           \
56         launchConfigureParser.py        \
57         nameserver.py                   \
58         NSparam.py                      \
59         orbmodule.py                    \
60         ORBConfigFile.py                \
61         parseConfigFile.py              \
62         runSalome.py                    \
63         runSession.py                   \
64         runConsole.py                   \
65         salomeConsole.py                \
66         salomeRunner.py                 \
67         salome_session.py               \
68         salome_utils.py                 \
69         searchFreePort.py               \
70         server.py                       \
71         setenv.py                       \
72         showNS.py                       \
73         shutdownSalome.py               \
74         virtual_salome.py               \
75         waitContainers.py               \
76         waitNS.py
77
78 install-data-hook:
79         @for f in $(dist_salomescript_PYTHON) ; do \
80                 chmod -f a+x $(DESTDIR)$(salomescriptdir)/$$f ; \
81         done