]> SALOME platform Git repositories - modules/yacs.git/blob - bin/Makefile.am
Salome HOME
Join modifications from branch BR_PR_V320b1
[modules/yacs.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         salomeConsole.py \
22         salome_session.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         appli_install.sh \
36         appli_clean.sh \
37         virtual_salome.py \
38         launchConfigureParser.py \
39         showNS.py \
40         addToKillList.py \
41         NSparam.py
42
43 EXTRA_DIST = appliskel
44
45 dist-hook:
46         rm -rf `find $(distdir)/appliskel -name CVS`
47
48 DISTCLEANFILES = $(top_builddir)/bin/@PACKAGE@/Makefile.am
49
50 clean-local:
51         rm -rf $(top_builddir)/bin/@PACKAGE@/appliskel
52         cd $(top_builddir)/bin/@PACKAGE@; \
53         rm -f $(dist_salomescript_DATA) $(dist_salomescript_SCRIPTS)
54
55 # This is an ugly target to avoid exploring the appliskel subdirectory.
56 install-exec-local:
57         $(INSTALL) -d $(salomescriptdir)
58         cp -r $(srcdir)/appliskel $(salomescriptdir)
59         find $(salomescriptdir) -name CVS -prune -exec rm -rf {} \;
60
61 uninstall-local:
62         find $(salomescriptdir)/appliskel -exec chmod +w {} \;
63         rm -rf $(salomescriptdir)/appliskel