X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=Makefile.in;h=f5cf75a217a8c665865d3e8636dfec62dd200326;hp=c747231944d823c051fbcaa21c9db8bc478d60a3;hb=926b45eef13ca765764fa255ebe343ec009ba796;hpb=57b43b4d010e2d0a1529d3c131bbb9d416e63258 diff --git a/Makefile.in b/Makefile.in index c74723194..f5cf75a21 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,7 +15,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# See http://www.salome-platform.org/ +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # # -* Makefile *- # @@ -28,7 +28,7 @@ top_srcdir=@top_srcdir@ top_builddir=. srcdir=@srcdir@ -VPATH=.:@srcdir@:@top_srcdir@/bin:@top_srcdir@/resources:./bin:@top_srcdir@/idl +VPATH=.:@srcdir@:@top_srcdir@/bin:./bin/salome:./resources:@top_srcdir@/resources:./bin:@top_srcdir@/idl @COMMENCE@ @@ -163,20 +163,41 @@ mesh_quad_tetrahedron.png \ mesh_quad_pyramid.png \ mesh_quad_pentahedron.png \ mesh_quad_hexahedron.png \ -mesh_conv_to_quad.png +mesh_conv_to_quad.png \ +mesh_tree_hypo_layers_distribution.png \ +mesh_tree_algo_radial_prism.png \ +mesh_tree_algo_projection_3d.png \ +mesh_tree_algo_projection_2d.png \ +mesh_hypo_source_edge.png \ +mesh_hypo_source_3d.png \ +mesh_hypo_layer_distribution.png \ +mesh_hypo_source_face.png \ +mesh_tree_hypo_source_face.png \ +mesh_tree_hypo_source_edge.png \ +mesh_tree_hypo_source_3d_shape.png \ +mesh_tree_hypo_projection_3d.png \ +mesh_tree_hypo_projection_2d.png \ BIN_SCRIPT= \ VERSION # copy header files in common directory -ifeq ($(HAVE_SSTREAM),yes) - include_list=include/salome/SALOMEconfig.h -else - include_list=include/salome/SALOMEconfig.h include/salome/sstream + +include_list = include/salome/SALOMEconfig.h \ + include/salome/SMESH_version.h + +ifneq ($(HAVE_SSTREAM),yes) + include_list += include/salome/sstream endif inc: idl $(include_list) +bin: bin/salome/VERSION + +bin/salome/VERSION : bin/VERSION + -$(RM) $@ + $(LN_S) ../../$< $@ + include/salome/SALOMEconfig.h: salome_adm/unix/SALOMEconfig.ref -$(RM) $@ $(LN_S) ../../$< $@ @@ -194,6 +215,10 @@ include/salome/sstream: salome_adm/unix/sstream -$(RM) $@ $(LN_S) ../../$< $@ +include/salome/SMESH_version.h: SMESH_version.h + -$(RM) $@ + $(LN_S) ../../$< $@ + depend: depend_idl depend_idl: