diff options
Diffstat (limited to 'tools/gifconv/Makefile.in')
-rw-r--r-- | tools/gifconv/Makefile.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/gifconv/Makefile.in b/tools/gifconv/Makefile.in index 777d5f0..a74c436 100644 --- a/tools/gifconv/Makefile.in +++ b/tools/gifconv/Makefile.in @@ -647,6 +647,14 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-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 + # 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 |