Salome HOME
ENV: Windows porting.
[modules/kernel.git] / Makefile.in
index 7aa9cdf49b1a177bf3bfe7a1a4bc70ae44b142a9..00cf546f5b8d2ba72c4a47d40f40d58c08845623 100644 (file)
@@ -20,7 +20,7 @@ RESOURCES_FILES = \
 CatalogDataType.xml \
 KERNELCatalog.xml \
 CatalogResources.xml \
-CatalogRessources.xml \
+close.png \
 config \
 channel.cfg \
 SALOMEDS_Resources
@@ -35,11 +35,13 @@ killSalomeWithPort.py \
 runSalome \
 runSalome.csh \
 runNS.sh \
+createAppli.sh \
 launchConfigureParser.py \
 salome.launch \
 envSalome.py \
 salomeConsole.py \
-showNS.py
+showNS.py \
+addToKillList.py
 
 # copy header files in common directory
 OWN_CONFIG_H=@OWN_CONFIG_H@
@@ -110,6 +112,10 @@ install-include: $(include_list)
        done
 
 # install script in $(bindir) :
+install-appliskel:
+       $(INSTALL) -d  $(bindir)
+       cp -rp $(top_builddir)/bin/salome/appliskel $(bindir)
+
 install-bin: $(BIN_SCRIPT)
        $(INSTALL) -d  $(bindir)
        $(INSTALL_PROGRAM) $^ $(bindir)
@@ -117,7 +123,7 @@ install-bin: $(BIN_SCRIPT)
 # install Plugin file
 install-plugin: $(top_builddir)/share/salome/resources/Plugin
        ($(INSTALL_DATA) $^ $(datadir)/resources/. || exit 1); \
-       
+
 uninstall: uninstall-idl
 
 uninstall-idl:
@@ -138,5 +144,4 @@ $(top_builddir)/share/salome/resources/Plugin: resources/Plugin
 
 resources: $(top_builddir)/share/salome/resources/Plugin
 
-install: install-bin install-include install-make install-plugin install-end
-
+install: install-bin install-appliskel install-include install-make install-plugin install-end