X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Makefile.in;h=5fbee4dd1ff0754adb0172d3eb955d89fd9f5000;hb=b9791f913723ac9cf2bb18ed3064536af5901e15;hp=a3c3ea3890ceab938ce00d246f95f4e13badb6d0;hpb=c472be64ad2486a50e224af7c02e34eefaca9304;p=modules%2Fsuperv.git diff --git a/Makefile.in b/Makefile.in index a3c3ea3..5fbee4d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ VPATH=.:@srcdir@:@top_srcdir@/bin:@top_srcdir@/resources:./bin:@top_srcdir@/idl @COMMENCE@ -SUBDIRS = idl src examples +SUBDIRS = idl src examples doc RESOURCES_FILES = \ components.png \ @@ -30,6 +30,7 @@ run.png \ steps.png \ SUPERV_en.xml \ SUPERV_fr.xml \ +SUPERV.config \ SUPERVCatalog.xml \ suspend-resume.gif \ Superv_tree_superv.png @@ -53,10 +54,10 @@ include/salome/SALOMEconfig.h: salome_adm/unix/SALOMEconfig.ref # test if SALOMEconfig.h has changed (contents) salome_adm/unix/SALOMEconfig.ref: salome_adm/unix/SALOMEconfig.h @if ! [ -a $@ ]; then \ - cp -p $< $@; \ + cp -p -f $< $@; \ fi; \ if ! cmp $< $@; then \ - cp -p $< $@; \ + cp -p -f $< $@; \ fi; \ include/salome/sstream: salome_adm/unix/sstream @@ -80,7 +81,7 @@ install-include: $(include_list) $(INSTALL) -d $(includedir) @for f in X $(include_list); do \ if test $$f != X; then \ - ($(INSTALL_DATA) $$f $(includedir)/. || exit 1); \ + ($(INSTALL_DATA) -p $$f $(includedir)/. || exit 1); \ fi; \ done