From f274caa18712614f7d6178571a4c2b075f630648 Mon Sep 17 00:00:00 2001 From: boulant Date: Wed, 7 Dec 2005 17:38:18 +0000 Subject: [PATCH] =?utf8?q?Gestion=20par=20Makefile.am=20runIDLParser=20est?= =?utf8?q?=20ramen=C3=A9=20dans=20le=20r=C3=A9pertoire=20courant.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/Makefile.am | 38 ++++++++++++++++++++++++++++++++ bin/{salome => }/runIDLparser.in | 0 2 files changed, 38 insertions(+) create mode 100644 bin/Makefile.am rename bin/{salome => }/runIDLparser.in (100%) diff --git a/bin/Makefile.am b/bin/Makefile.am new file mode 100644 index 000000000..35ff329b0 --- /dev/null +++ b/bin/Makefile.am @@ -0,0 +1,38 @@ +# -* Makefile *- +# +# Author : Guillaume Boulant (CSSI) +# Module : KERNEL +# $Header$ +# + + +include $(top_srcdir)/salome_adm/unix/make_common_starter.am + +# +# =============================================================== +# Files to be installed +# =============================================================== +# + +# These files are data, module or lib files +salomescript_DATA= \ +VERSION \ +orbmodule.py \ +salome.launch \ +envSalome.py \ +salomeConsole.py + +# These files are executable scripts +salomescript_SCRIPTS=\ + runIDLparser \ + runSalome.py \ + killSalome.py \ + killSalomeWithPort.py \ + runSalome \ + runSalome.csh \ + runNS.sh \ + createAppli.sh \ + launchConfigureParser.py \ + showNS.py \ + addToKillList.py + diff --git a/bin/salome/runIDLparser.in b/bin/runIDLparser.in similarity index 100% rename from bin/salome/runIDLparser.in rename to bin/runIDLparser.in -- 2.39.2