summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-07-01 16:17:48 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-07-01 16:17:48 (GMT)
commit13b67571be882c7f36461fcb8df88081f14d31be (patch)
tree6fdc2d991d4b5d54d090c30635362aca5f23a5d6 /Makefile.in
parentfdc6caec28d0500a09f6cc0183fd61dc38621d4d (diff)
downloadhdf5-13b67571be882c7f36461fcb8df88081f14d31be.zip
hdf5-13b67571be882c7f36461fcb8df88081f14d31be.tar.gz
hdf5-13b67571be882c7f36461fcb8df88081f14d31be.tar.bz2
[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.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index dcd921d..a6079fa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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