3 # Author : Patrick GOLDBRONN (CEA)
9 top_srcdir=@top_srcdir@
12 VPATH=.:@srcdir@:@top_srcdir@/bin:@top_srcdir@/resources:./bin:@top_srcdir@/idl
48 circlepointvector.png \
57 cylinderpointvector.png \
81 multirotationdouble.png \
82 multirotationsimple.png \
83 multitranslation.png \
84 multitranslationdouble.png \
85 multitranslationsimple.png \
97 planepointvector.png \
98 planeworkingface.png \
99 planeworkingvector.png \
100 planeworkingorigin.png \
117 supressHolesOnFaceShell.png \
123 toruspointvector.png \
124 translationDxyz.png \
125 translationPoints.png \
126 translationVector.png \
136 tree_group_vertex.png \
137 tree_group_edge.png \
138 tree_group_face.png \
139 tree_group_solid.png \
146 ellipsepointvector.png \
151 suppressintwires.png \
166 block_multitrsf_double.png \
167 block_multitrsf_simple.png \
173 check_blocks_compound.png \
181 # copy header files in common directory
182 ifeq ($(HAVE_SSTREAM),yes)
183 include_list=include/salome/SALOMEconfig.h
185 include_list=include/salome/SALOMEconfig.h include/salome/sstream
188 inc: idl $(include_list)
190 include/salome/SALOMEconfig.h: salome_adm/unix/SALOMEconfig.ref
194 # test if SALOMEconfig.h has changed (contents)
195 salome_adm/unix/SALOMEconfig.ref: salome_adm/unix/SALOMEconfig.h
196 @if ! [ -a $@ ]; then \
199 if ! cmp $< $@; then \
203 include/salome/sstream: salome_adm/unix/sstream
210 (cd idl ; $(MAKE) $@) || exit 1
212 # doc is already build : if you want to had documents, go manually to doc and run 'make doc'
214 # (cd doc && $(MAKE) $@) || exit 1
217 # finish libtool install
218 # @$(LT) --mode=finish $(libdir)
220 install-include: $(include_list)
221 $(INSTALL) -d $(includedir)
222 @for f in X $(include_list); do \
223 if test $$f != X; then \
224 ($(INSTALL_DATA) -p $$f $(includedir)/. || exit 1); \
228 # install script in $(bindir) :
229 install-bin: $(BIN_SCRIPT)
230 $(INSTALL) -d $(bindir)
231 if test $(BIN_SCRIPT)X != X; then \
232 $(INSTALL_PROGRAM) $^ $(bindir); \
235 uninstall: uninstall-idl
238 $(RM) $(idldir)/*.idl
240 distclean: distclean-other
243 -$(RM) salome_adm/unix/*~ salome_adm/unix/*% salome_adm/unix/*.bak salome_adm/unix/*.new salome_adm/unix/*.old
244 -$(RM) salome_adm/unix/make_*
245 -$(RM) salome_adm/unix/depend salome_adm/unix/SALOMEconfig.h
246 -$(RM) config.cache config.log config.status
250 install: install-bin install-include install-end