Salome HOME
ENV: Windows porting.
[modules/kernel.git] / Makefile.in
index 9e1043278292205789ae94b531db2b237a2dedf0..00cf546f5b8d2ba72c4a47d40f40d58c08845623 100644 (file)
@@ -19,7 +19,8 @@ SUBDIRS = idl src examples doc salome_adm
 RESOURCES_FILES = \
 CatalogDataType.xml \
 KERNELCatalog.xml \
-CatalogRessources.xml \
+CatalogResources.xml \
+close.png \
 config \
 channel.cfg \
 SALOMEDS_Resources
@@ -34,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@
@@ -109,14 +112,18 @@ 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)
 
 # install Plugin file
-install-plugin: $(top_builddir)/resources/Plugin
+install-plugin: $(top_builddir)/share/salome/resources/Plugin
        ($(INSTALL_DATA) $^ $(datadir)/resources/. || exit 1); \
-       
+
 uninstall: uninstall-idl
 
 uninstall-idl:
@@ -132,5 +139,9 @@ distclean-other:
 
 @MODULE@
 
-install: install-bin install-include install-make install-plugin install-end
+$(top_builddir)/share/salome/resources/Plugin: resources/Plugin
+       cp -f $< $@ ; \
+
+resources: $(top_builddir)/share/salome/resources/Plugin
 
+install: install-bin install-appliskel install-include install-make install-plugin install-end