diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index c4ceac7..08b90c3 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -45,6 +45,11 @@ progs: $(LIBTOOLS) $(LIBHDF5) (cd $$d && $(MAKE) $@) || exit 1; \ done +dep depend: + @@SETX@; for d in lib $(SUBDIRS); do \ + (cd $$d && $(MAKE) $@) || exit 1; \ + done + check tests test _test: $(PROGS) @@SETX@; for d in lib $(SUBDIRS); do \ (cd $$d && $(MAKE) $@) || exit 1; \ @@ -65,7 +70,7 @@ install-doc: (cd $$d && $(MAKE) $@); \ done -.PHONY: all lib progs test _test install uninstall dep depend clean \ +.PHONY: all lib progs test _test install uninstall clean \ mostlyclean distclean maintainer-clean clean mostlyclean: |