X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=Makefile.in;h=d356f8db729baf99bed75ef4636609a5b078abd2;hp=c74b898d42e679351e3c953024c06a8b3408c9e9;hb=d1bef0cbc138728ebbd53f4f47112664e6a607e3;hpb=0b959120c59670d73c0a1f6d46bfa72a6ceb49cf diff --git a/Makefile.in b/Makefile.in index c74b898d4..d356f8db7 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 +SUBDIRS = idl src doc RESOURCES_FILES = \ delete.png \ @@ -23,9 +23,11 @@ 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 \ +mesh_aspect_3d.png \ mesh_compute.png \ mesh_connectivity.png \ mesh_diagonal.png \ @@ -36,14 +38,24 @@ mesh_hypo_area.png \ mesh_hypo_length.png \ mesh_hypo_segment.png \ mesh_hypo_volume.png \ +mesh_hypo_edit.png \ mesh_info.png \ +advanced_mesh_info.png \ +standard_mesh_info.png \ mesh_init.png \ mesh_length.png \ +mesh_length_2d.png \ +mesh_free_edges.png \ +mesh_free_edges_2d.png \ +mesh_multi_edges.png \ +mesh_multi_edges_2d.png \ mesh_line_n.png \ mesh_line.png \ mesh_move_node.png \ mesh_orientation.png \ mesh.png \ +mesh_polygon.png \ +mesh_polyhedron.png \ mesh_pyramid_n.png \ mesh_pyramid.png \ mesh_quad_n.png \ @@ -63,12 +75,14 @@ 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 \ mesh_tree_hypo_segment.png \ mesh_tree_hypo_volume.png \ mesh_tree_mesh.png \ +mesh_tree_importedmesh.png \ mesh_tree_mesh_warn.png \ mesh_triangle_n.png \ mesh_triangle.png \ @@ -76,10 +90,50 @@ mesh_update.png \ mesh_vertex_n.png \ mesh_vertex.png \ mesh_wireframe.png \ +mesh_points.png \ mesh_wrap.png \ +mesh_tree_group.png \ +mesh_edit_group.png \ +mesh_make_group.png \ +mesh_union2tri.png \ +mesh_uniontri.png \ +mesh_cutquad.png \ +mesh_smoothing.png \ +mesh_renumbering_nodes.png \ +mesh_renumbering_elements.png \ +mesh_extrusion.png \ +mesh_extrusionpath.png \ +mesh_revolution.png \ ModuleMesh.png \ +mesh_unionGroups.png \ +mesh_intersectGroups.png \ +mesh_cutGroups.png \ +mesh_deleteGroups.png \ +mesh_translation_vector.png \ +mesh_translation_points.png \ +mesh_rotation.png \ +mesh_symmetry_point.png \ +mesh_symmetry_axis.png \ +mesh_symmetry_plane.png \ +mesh_sew_freeborders.png \ +mesh_sew_conform_freeborders.png \ +mesh_sew_bordertoside.png \ +mesh_sew_sideelements.png \ +mesh_merge_nodes.png \ +mesh_merge_elements.png \ select1.png \ -SMESH_en.xml +SMESH_en.xml \ +SMESH.config \ +StdMeshers.xml \ +SMESHCatalog.xml \ +mesh_pattern.png \ +pattern_sample_2d.png \ +pattern_sample_3D.png \ +mesh_add.png \ +mesh_remove.png + +BIN_SCRIPT= \ +VERSION # copy header files in common directory ifeq ($(HAVE_SSTREAM),yes) @@ -90,10 +144,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 -f $< $@; \ + fi; \ + if ! cmp $< $@; then \ + cp -p -f $< $@; \ + fi; \ + include/salome/sstream: salome_adm/unix/sstream -$(RM) $@ $(LN_S) ../../$< $@ @@ -115,7 +178,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