summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index bf790f0..a6f37df 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -14,7 +14,7 @@ srcdir=@srcdir@
@COMMENCE@
# Subdirectories in build-order (not including `examples')
-SUBDIRS=src test tools @TESTPARALLEL@ perform @subdirs@
+SUBDIRS=src test tools @TESTPARALLEL@ @subdirs@
##############################################################################
## T A R G E T S
@@ -61,7 +61,7 @@ lib progs check test _test uninstall:
done
tests TAGS dep depend:
- @@SETX@; for d in $(SUBDIRS) examples; do \
+ @@SETX@; for d in $(SUBDIRS) perform examples; do \
(cd $$d && $(MAKE) $@) || exit 1; \
done
@@ -88,13 +88,13 @@ H5Tinit.c:
mostlyclean distclean maintainer-clean
clean mostlyclean:
- @@SETX@; for d in $(SUBDIRS) doc examples pablo; do \
+ @@SETX@; for d in $(SUBDIRS) doc perform examples pablo; do \
(cd $$d && $(MAKE) $@); \
done
-$(RM) conftest conftest.c
distclean:
- @@SETX@; for d in $(SUBDIRS) doc examples pablo; do \
+ @@SETX@; for d in $(SUBDIRS) doc perform examples pablo; do \
(cd $$d && $(MAKE) $@); \
done
-$(RM) config/commence config/conclude
@@ -106,7 +106,7 @@ distclean:
maintainer-clean:
@echo "This target is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
- @@SETX@; for d in $(SUBDIRS) doc examples pablo; do \
+ @@SETX@; for d in $(SUBDIRS) doc perform examples pablo; do \
(cd $$d && $(MAKE) $@); \
done
-$(RM) config.cache config.log config.status src/H5config.h