Salome HOME
eecb208a3fc6e1149441e635716e6b8780225057
[modules/kernel.git] / bin / Makefile.am
1 # -* Makefile *- 
2 #
3 # Author : Guillaume Boulant (CSSI)
4 # Module : KERNEL
5 # $Header$
6 #
7
8
9 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
10
11 #
12 # ===============================================================
13 # Files to be installed
14 # ===============================================================
15 #
16
17 # These files are data, module or lib files
18 dist_salomescript_DATA= \
19         VERSION \
20         orbmodule.py \
21         salome.launch \
22         salomeConsole.py
23
24 # These files are executable scripts
25 dist_salomescript_SCRIPTS=\
26         envSalome.py \
27         runIDLparser \
28         runSalome.py \
29         killSalome.py \
30         killSalomeWithPort.py \
31         runSalome \
32         runSalome.csh \
33         runNS.sh \
34         createAppli.sh \
35         launchConfigureParser.py \
36         showNS.py \
37         addToKillList.py \
38         NSparam.py
39
40 EXTRA_DIST = appliskel
41
42 dist-hook:
43         rm -rf `find $(distdir)/appliskel -name CVS`
44
45 DISTCLEANFILES = $(top_builddir)/bin/@PACKAGE@/Makefile.am
46
47 clean-local:
48         rm -rf $(top_builddir)/bin/@PACKAGE@/appliskel
49         cd $(top_builddir)/bin/@PACKAGE@; \
50         rm -f $(dist_salomescript_DATA) $(dist_salomescript_SCRIPTS)
51
52 # This is an ugly target to avoid exploring the appliskel subdirectory.
53 install-exec-local:
54         $(INSTALL) -d $(salomescriptdir)
55         cp -r $(srcdir)/appliskel $(salomescriptdir)
56         find $(salomescriptdir) -name CVS | xargs rm -rf
57
58 uninstall-local:
59         find $(salomescriptdir)/appliskel -exec chmod +w {} \;
60         rm -rf $(salomescriptdir)/appliskel