[svn-r1401] Included pablo in the clean up targets too. Not sure if it should

be in the tests target, so did not put it there.
This commit is contained in:
Albert Cheng 1999-07-01 11:17:48 -05:00
parent fdc6caec28
commit 13b67571be

View File

@ -93,13 +93,13 @@ H5Tinit.c:
mostlyclean distclean maintainer-clean
clean mostlyclean:
@@SETX@; for d in $(SUBDIRS) examples; do \
@@SETX@; for d in $(SUBDIRS) examples pablo; do \
(cd $$d && $(MAKE) $@); \
done
-$(RM) conftest conftest.c
distclean:
@@SETX@; for d in $(SUBDIRS) examples; do \
@@SETX@; for d in $(SUBDIRS) examples pablo; do \
(cd $$d && $(MAKE) $@); \
done
-$(RM) config/commence config/conclude config/depend
@ -110,7 +110,7 @@ distclean:
maintainer-clean:
@echo "This command is intented for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
@@SETX@; for d in $(SUBDIRS) examples; do \
@@SETX@; for d in $(SUBDIRS) examples pablo; do \
(cd $$d && $(MAKE) $@); \
done
-$(RM) config.cache config.log config.status src/H5config.h