diff options
Diffstat (limited to 'fortran/src')
-rw-r--r-- | fortran/src/Makefile.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 95c723a..5498add 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -799,6 +799,14 @@ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \ # 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 + # Fortran module files can have different extensions and different names # (e.g., different capitalizations) on different platforms. Write rules # for them explicitly rather than trying to teach automake about them. |