X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=Makefile.in;h=ac708eff5f24c4b6c11264a2108d5ef85169d219;hp=c74b898d42e679351e3c953024c06a8b3408c9e9;hb=0cce2b323f949a66f8ae4a557fc790fc850a5c1a;hpb=0b959120c59670d73c0a1f6d46bfa72a6ceb49cf diff --git a/Makefile.in b/Makefile.in index c74b898d4..ac708eff5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23,6 +23,7 @@ mesh_algo_hexa.png \ mesh_algo_mefisto.png \ mesh_algo_quad.png \ mesh_algo_regular.png \ +mesh_algo_tetra.png \ mesh_angle.png \ mesh_area.png \ mesh_aspect.png \ @@ -63,6 +64,7 @@ mesh_tree_algo_mefisto.png \ mesh_tree_algo.png \ mesh_tree_algo_quad.png \ mesh_tree_algo_regular.png \ +mesh_tree_algo_tetra.png \ mesh_tree_hypo_area.png \ mesh_tree_hypo_length.png \ mesh_tree_hypo.png \ @@ -79,7 +81,12 @@ mesh_wireframe.png \ mesh_wrap.png \ ModuleMesh.png \ select1.png \ -SMESH_en.xml +SMESH_en.xml \ +SMESHCatalog.xml \ +flight_solid.brep + +BIN_SCRIPT= \ +VERSION # copy header files in common directory ifeq ($(HAVE_SSTREAM),yes) @@ -90,10 +97,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) ../../$< $@