Salome HOME
bug 11414. Correct removal of wrapped deleted objects
[modules/smesh.git] / Makefile.in
1 # -* Makefile *- 
2 #
3 # Author : Patrick GOLDBRONN (CEA)
4 # Date : 28/06/2001
5 # $Header$
6 #
7
8 # source path
9 top_srcdir=@top_srcdir@
10 top_builddir=.
11 srcdir=@srcdir@
12 VPATH=.:@srcdir@:@top_srcdir@/bin:@top_srcdir@/resources:./bin:@top_srcdir@/idl
13
14
15 @COMMENCE@
16
17 SUBDIRS = idl src doc adm_local
18
19 RESOURCES_FILES = \
20 delete.png  \
21 mesh_add_sub.png \
22 mesh_algo_hexa.png \
23 mesh_algo_mefisto.png \
24 mesh_algo_quad.png \
25 mesh_algo_regular.png \
26 mesh_algo_tetra.png \
27 mesh_angle.png \
28 mesh_area.png \
29 mesh_aspect.png \
30 mesh_aspect_3d.png \
31 mesh_compute.png \
32 mesh_connectivity.png \
33 mesh_diagonal.png \
34 mesh_edit.png \
35 mesh_hexa_n.png \
36 mesh_hexa.png \
37 mesh_hypo_area.png \
38 mesh_hypo_length.png \
39 mesh_hypo_segment.png \
40 mesh_hypo_volume.png \
41 mesh_hypo_edit.png \
42 mesh_info.png \
43 advanced_mesh_info.png \
44 standard_mesh_info.png \
45 mesh_init.png \
46 mesh_length.png \
47 mesh_length_2d.png \
48 mesh_free_edges.png \
49 mesh_free_edges_2d.png \
50 mesh_multi_edges.png \
51 mesh_multi_edges_2d.png \
52 mesh_line_n.png \
53 mesh_line.png \
54 mesh_move_node.png \
55 mesh_orientation.png \
56 mesh.png \
57 mesh_polygon.png \
58 mesh_polyhedron.png \
59 mesh_pyramid_n.png \
60 mesh_pyramid.png \
61 mesh_quad_n.png \
62 mesh_quad.png \
63 mesh_rem_element.png \
64 mesh_rem_node.png \
65 mesh_set_algo.png \
66 mesh_set_hypo.png \
67 mesh_shading.png \
68 mesh_shrink.png \
69 mesh_skew.png \
70 mesh_taper.png \
71 mesh_tetra_n.png \
72 mesh_tetra.png \
73 mesh_tree_algo_hexa.png \
74 mesh_tree_algo_mefisto.png \
75 mesh_tree_algo.png \
76 mesh_tree_algo_quad.png \
77 mesh_tree_algo_regular.png \
78 mesh_tree_algo_tetra.png \
79 mesh_tree_algo_netgen_2d3d.png \
80 mesh_tree_algo_netgen_2d.png \
81 mesh_tree_hypo_area.png \
82 mesh_tree_hypo_length.png \
83 mesh_tree_hypo.png \
84 mesh_tree_hypo_segment.png \
85 mesh_tree_hypo_volume.png \
86 mesh_tree_hypo_netgen.png \
87 mesh_tree_hypo_netgen_2d.png \
88 mesh_tree_mesh.png \
89 mesh_tree_importedmesh.png \
90 mesh_tree_mesh_warn.png \
91 mesh_triangle_n.png \
92 mesh_triangle.png \
93 mesh_update.png \
94 mesh_vertex_n.png \
95 mesh_vertex.png \
96 mesh_volume_3d.png \
97 mesh_wireframe.png \
98 mesh_points.png \
99 mesh_wrap.png \
100 mesh_tree_group.png \
101 mesh_edit_group.png \
102 mesh_make_group.png \
103 mesh_union2tri.png \
104 mesh_uniontri.png \
105 mesh_cutquad.png \
106 mesh_smoothing.png \
107 mesh_renumbering_nodes.png \
108 mesh_renumbering_elements.png \
109 mesh_extrusion.png \
110 mesh_extrusionpath.png \
111 mesh_revolution.png \
112 ModuleMesh.png \
113 mesh_unionGroups.png \
114 mesh_intersectGroups.png \
115 mesh_cutGroups.png \
116 mesh_deleteGroups.png \
117 mesh_translation_vector.png \
118 mesh_translation_points.png \
119 mesh_rotation.png \
120 mesh_symmetry_point.png \
121 mesh_symmetry_axis.png \
122 mesh_symmetry_plane.png \
123 mesh_sew_freeborders.png \
124 mesh_sew_conform_freeborders.png \
125 mesh_sew_bordertoside.png \
126 mesh_sew_sideelements.png \
127 mesh_merge_nodes.png \
128 mesh_merge_elements.png \
129 select1.png \
130 SMESH_en.xml \
131 SMESH.config \
132 StdMeshers.xml \
133 SMESHCatalog.xml \
134 SalomeApp.xml \
135 mesh_pattern.png \
136 pattern_sample_2d.png \
137 pattern_sample_3D.png \
138 mesh_add.png \
139 mesh_remove.png \
140 mesh_quad_edge.png \
141 mesh_quad_triangle.png \
142 mesh_quad_quadrangle.png \
143 mesh_quad_tetrahedron.png \
144 mesh_quad_pyramid.png \
145 mesh_quad_pentahedron.png \
146 mesh_quad_hexahedron.png \
147 mesh_conv_to_quad.png
148
149 BIN_SCRIPT= \
150 VERSION
151
152 # copy header files in common directory
153 ifeq ($(HAVE_SSTREAM),yes)
154   include_list=include/salome/SALOMEconfig.h
155 else
156   include_list=include/salome/SALOMEconfig.h include/salome/sstream
157 endif
158
159 inc: idl $(include_list)
160
161 include/salome/SALOMEconfig.h: salome_adm/unix/SALOMEconfig.ref
162         -$(RM) $@
163         $(LN_S) ../../$< $@
164
165 # test if SALOMEconfig.h has changed (contents)
166 salome_adm/unix/SALOMEconfig.ref: salome_adm/unix/SALOMEconfig.h
167         @if ! [ -a $@ ]; then \
168           cp -p -f $< $@;        \
169         fi;                   \
170         if ! cmp $< $@; then  \
171           cp -p -f $< $@;        \
172         fi;                   \
173
174 include/salome/sstream: salome_adm/unix/sstream
175         -$(RM) $@
176         $(LN_S) ../../$< $@
177
178 depend: depend_idl
179
180 depend_idl:
181         (cd idl ; $(MAKE) $@) || exit 1
182
183 # doc is already build : if you want to had documents, go manually to doc and run 'make doc'
184 #doc:
185 #       (cd doc && $(MAKE) $@) || exit 1
186
187 install-end:
188 # finish libtool install
189 #       @$(LT) --mode=finish $(libdir)
190
191 install-include: $(include_list)
192         $(INSTALL) -d  $(includedir)
193         @for f in X $(include_list); do                         \
194            if test $$f != X; then                               \
195              ($(INSTALL_DATA) -p $$f $(includedir)/. || exit 1);        \
196            fi;                                                  \
197         done
198
199 # install script in $(bindir) :
200 install-bin: $(BIN_SCRIPT)
201         $(INSTALL) -d  $(bindir)
202         if test $(BIN_SCRIPT)X != X; then                       \
203                 $(INSTALL_PROGRAM) $^ $(bindir);                \
204         fi
205
206 uninstall: uninstall-idl
207
208 uninstall-idl:
209         $(RM) $(idldir)/*.idl
210
211 distclean: distclean-other
212
213 distclean-other:
214         -$(RM) salome_adm/unix/*~ salome_adm/unix/*% salome_adm/unix/*.bak salome_adm/unix/*.new salome_adm/unix/*.old
215         -$(RM) salome_adm/unix/make_* 
216         -$(RM) salome_adm/unix/depend salome_adm/unix/SALOMEconfig.h 
217         -$(RM) config.cache config.log config.status 
218
219 @MODULE@
220
221 install: install-bin install-include install-end
222