X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Makefile.in;h=269e8a520604c38d3cf7d826297b24a1976352ce;hb=d5f570a507f393d4bc424c30de4e7bd75e7005cc;hp=4cd2fe12554aaf6e0d0083d3ac3b7341092cd989;hpb=a19f38731808ef9c3d2f6a5ef5062734aa1a5c79;p=modules%2Fmed.git diff --git a/Makefile.in b/Makefile.in index 4cd2fe125..269e8a520 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,11 +14,12 @@ VPATH=.:@srcdir@:@top_srcdir@/bin:@top_srcdir@/resources:./bin:@top_srcdir@/idl: @COMMENCE@ -SUBDIRS = idl src +SUBDIRS = idl src doc RESOURCES_FILES = \ MEDCatalog.xml \ MED_en.xml \ +MED.config \ Data.png \ Infos.png \ Structure.png \ @@ -97,10 +98,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 @@ -124,7 +125,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