Salome HOME
Fix for bug PAL9354 (Can't edit a python line).
[modules/kernel.git] / Makefile.in
index ab8870626c6973b823d9a0c6502fd9497bf28f91..1d9104d3a9e527e2448df7305e90e97fbcf6b261 100644 (file)
@@ -83,7 +83,6 @@ uc_del.png \
 uc_new.png \
 uc_clear.png \
 channel.cfg \
-Plugin \
 SALOMEDS_Resources
 
 BIN_SCRIPT= \
@@ -98,6 +97,8 @@ runSalome.csh \
 runNS.sh \
 launchConfigureParser.py \
 salome.launch \
+envSalome.py \
+salomeConsole.py \
 showNS.py
 
 # copy header files in common directory
@@ -173,6 +174,10 @@ install-bin: $(BIN_SCRIPT)
        $(INSTALL) -d  $(bindir)
        $(INSTALL_PROGRAM) $^ $(bindir)
 
+# install Plugin file
+install-plugin: $(top_builddir)/share/salome/resources/Plugin
+       ($(INSTALL_DATA) $^ $(datadir)/resources/. || exit 1); \
+
 uninstall: uninstall-idl
 
 uninstall-idl:
@@ -188,5 +193,9 @@ distclean-other:
 
 @MODULE@
 
-install: install-bin install-include install-make install-end
+$(top_builddir)/share/salome/resources/Plugin: resources/Plugin
+       cp -f $< $@ ; \
+
+resources: $(top_builddir)/share/salome/resources/Plugin
 
+install: install-bin install-include install-make install-plugin install-end