diff options
Diffstat (limited to 'examples/Makefile.in')
-rw-r--r-- | examples/Makefile.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in index e1c2e5c..c1e28de 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -522,6 +522,14 @@ uninstall-am: uninstall-info-am uninstall-local # 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 + # Additional dependencies for each program are listed below. $(EXTRA_PROG): $(LIBHDF5) @BUILD_PARALLEL_CONDITIONAL_TRUE@ $(H5CC_PP) $(CFLAGS) -o $@ $(srcdir)/$@.c; |