X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=Makefile.in;h=1b06ef6c5e3f94f3dabc3140479ca5da332feb54;hp=c74b898d42e679351e3c953024c06a8b3408c9e9;hb=888669652e8ebdff0161e485913c1d3b93e4b5dc;hpb=0b959120c59670d73c0a1f6d46bfa72a6ceb49cf diff --git a/Makefile.in b/Makefile.in index c74b898d4..1b06ef6c5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -79,7 +79,11 @@ mesh_wireframe.png \ mesh_wrap.png \ ModuleMesh.png \ select1.png \ -SMESH_en.xml +SMESH_en.xml \ +SMESHCatalog.xml + +BIN_SCRIPT= \ +VERSION # copy header files in common directory ifeq ($(HAVE_SSTREAM),yes) @@ -90,10 +94,19 @@ endif inc: idl $(include_list) -include/salome/SALOMEconfig.h: salome_adm/unix/SALOMEconfig.h +include/salome/SALOMEconfig.h: salome_adm/unix/SALOMEconfig.ref -$(RM) $@ $(LN_S) ../../$< $@ +# test if SALOMEconfig.h has changed (contents) +salome_adm/unix/SALOMEconfig.ref: salome_adm/unix/SALOMEconfig.h + @if ! [ -a $@ ]; then \ + cp -p $< $@; \ + fi; \ + if ! cmp $< $@; then \ + cp -p $< $@; \ + fi; \ + include/salome/sstream: salome_adm/unix/sstream -$(RM) $@ $(LN_S) ../../$< $@