diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/commence.am | 9 | ||||
-rw-r--r-- | config/conclude.am | 1 |
2 files changed, 9 insertions, 1 deletions
diff --git a/config/commence.am b/config/commence.am index 39bff3c..3a7ef49 100644 --- a/config/commence.am +++ b/config/commence.am @@ -97,3 +97,12 @@ CHECK_CLEANFILES=*.chkexe *.chklog *.clog # normally go) because it should be included in the top-level Makefile.am # as well. check-install: installcheck + +# List all build rules defined by HDF5 Makefiles as "PHONY" targets here. +# This tells the Makefiles that these targets are not files to be built but +# commands that should be executed even if a file with the same name already +# exists. +.PHONY: build-check-clean build-check-p build-check-s build-lib build-progs \ + build-tests check-clean check-install check-p check-s check-vfd \ + install-doc lib progs tests uninstall-doc _exec_check-s _test + diff --git a/config/conclude.am b/config/conclude.am index 0043dbc..479de46 100644 --- a/config/conclude.am +++ b/config/conclude.am @@ -26,7 +26,6 @@ PROGS = $(bin_PROGRAMS) $(bin_SCRIPTS) $(noinst_PROGRAMS) $(noinst_SCRIPTS) \ $(EXTRA_PROG) TESTS = $(check_PROGRAMS) $(check_SCRIPTS) $(EXTRA_TEST) - # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. # BUILT_SOURCES contain targets that need to be built before anything else |