mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
[svn-r12149] Purpose:
Bug fix Description: Previous checkin did a bad thing; 'make clean' failed in example directories. Solution: Fixed commence.am so that examples no longer break, and fixed a mistake in conclude.am. Platforms tested: heping (minor makefile change) Misc. update:
This commit is contained in:
parent
b22b47ced5
commit
93aa12407f
@ -146,6 +146,9 @@ uninstall-doc:
|
||||
installcheck-local:
|
||||
@(cd examples && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1;
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Only source files in the src directory include tracing information,
|
||||
# so 'make trace' only needs to recurse into that directory.
|
||||
trace:
|
||||
|
@ -785,12 +785,6 @@ uninstall-info: uninstall-info-recursive
|
||||
uninstall-local
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -867,6 +861,9 @@ uninstall-doc:
|
||||
installcheck-local:
|
||||
@(cd examples && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1;
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Only source files in the src directory include tracing information,
|
||||
# so 'make trace' only needs to recurse into that directory.
|
||||
trace:
|
||||
|
@ -642,12 +642,6 @@ uninstall-info: uninstall-info-recursive
|
||||
tags tags-recursive uninstall uninstall-am uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -719,7 +713,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -516,12 +516,6 @@ uninstall-am: uninstall-info-am uninstall-local
|
||||
uninstall-local
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -623,7 +617,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -739,12 +739,6 @@ uninstall-am: uninstall-binSCRIPTS uninstall-includeHEADERS \
|
||||
uninstall-info-am uninstall-libLTLIBRARIES
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -808,7 +802,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -629,12 +629,6 @@ uninstall-am: uninstall-info-am
|
||||
pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -698,7 +692,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -96,12 +96,6 @@ AUTOCONF=/afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoconf
|
||||
# *.clog are from the MPE option.
|
||||
CHECK_CLEANFILES=*.chkexe *.chklog *.clog
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
|
@ -73,7 +73,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -520,12 +520,6 @@ uninstall-am: uninstall-info-am uninstall-local
|
||||
uninstall-local
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -636,7 +630,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -651,12 +651,6 @@ uninstall-info: uninstall-info-recursive
|
||||
tags tags-recursive uninstall uninstall-am uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -728,7 +722,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -527,12 +527,6 @@ uninstall-am: uninstall-info-am uninstall-local
|
||||
uninstall-local
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -650,7 +644,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -803,12 +803,6 @@ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
|
||||
uninstall-settingsDATA
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -937,7 +931,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -806,12 +806,6 @@ uninstall-am: uninstall-info-am
|
||||
pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -870,7 +864,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -604,12 +604,6 @@ uninstall-am: uninstall-info-am
|
||||
pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -665,7 +659,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -648,12 +648,6 @@ uninstall-info: uninstall-info-recursive
|
||||
tags tags-recursive uninstall uninstall-am uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -727,7 +721,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -642,12 +642,6 @@ uninstall-info: uninstall-info-recursive
|
||||
tags tags-recursive uninstall uninstall-am uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -719,7 +713,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -514,12 +514,6 @@ uninstall-am: uninstall-info-am uninstall-local
|
||||
uninstall-local
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -612,7 +606,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -661,12 +661,6 @@ uninstall-am: uninstall-includeHEADERS uninstall-info-am \
|
||||
uninstall-libLTLIBRARIES
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -722,7 +716,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -611,12 +611,6 @@ uninstall-am: uninstall-info-am
|
||||
pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -672,7 +666,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -521,12 +521,6 @@ uninstall-am: uninstall-info-am uninstall-local
|
||||
uninstall-local
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -642,7 +636,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -646,12 +646,6 @@ uninstall-info: uninstall-info-recursive
|
||||
tags tags-recursive uninstall uninstall-am uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -723,7 +717,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -520,12 +520,6 @@ uninstall-am: uninstall-info-am uninstall-local
|
||||
uninstall-local
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -613,7 +607,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -664,12 +664,6 @@ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
|
||||
uninstall-libLTLIBRARIES uninstall-local
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -756,7 +750,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -614,12 +614,6 @@ uninstall-am: uninstall-info-am
|
||||
pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -675,7 +669,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -660,12 +660,6 @@ uninstall-am: uninstall-includeHEADERS uninstall-info-am \
|
||||
uninstall-libLTLIBRARIES
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -725,7 +719,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -646,12 +646,6 @@ uninstall-am: uninstall-info-am
|
||||
pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -707,7 +701,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -644,12 +644,6 @@ uninstall-info: uninstall-info-recursive
|
||||
uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -705,7 +699,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -649,12 +649,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am
|
||||
uninstall-binPROGRAMS uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -710,7 +704,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -695,12 +695,6 @@ uninstall-am: uninstall-info-am
|
||||
pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -756,7 +750,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -967,12 +967,6 @@ uninstall-am: uninstall-includeHEADERS uninstall-info-am \
|
||||
uninstall-libLTLIBRARIES uninstall-settingsDATA
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -1066,7 +1060,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -1170,12 +1170,6 @@ uninstall-am: uninstall-info-am
|
||||
uninstall-am uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -1243,7 +1237,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -662,12 +662,6 @@ uninstall-am: uninstall-info-am
|
||||
pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -723,7 +717,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -644,12 +644,6 @@ uninstall-info: uninstall-info-recursive
|
||||
uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -705,7 +699,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -686,12 +686,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am
|
||||
uninstall-am uninstall-binPROGRAMS uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -747,7 +741,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -660,12 +660,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am
|
||||
uninstall-am uninstall-binPROGRAMS uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -721,7 +715,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -653,12 +653,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am
|
||||
uninstall-am uninstall-binPROGRAMS uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -714,7 +708,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -680,12 +680,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am
|
||||
uninstall-am uninstall-binPROGRAMS uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -741,7 +735,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -633,12 +633,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am
|
||||
uninstall-binPROGRAMS uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -694,7 +688,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -710,12 +710,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am
|
||||
uninstall-binPROGRAMS uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -771,7 +765,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -643,12 +643,6 @@ uninstall-am: uninstall-info-am
|
||||
pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -704,7 +698,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
@ -729,12 +729,6 @@ uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
|
||||
uninstall-info-am uninstall-local
|
||||
|
||||
|
||||
# check-install is a synonym for installcheck.
|
||||
# Add this build rule here (rather than in conclude.am, where build rules
|
||||
# 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
|
||||
@ -799,7 +793,7 @@ build-check-clean:
|
||||
mostlyclean-local: build-check-clean
|
||||
|
||||
# check-install is just a synonym for installcheck
|
||||
@$(MAKE) $(AM_MAKEFLAGS) installcheck
|
||||
check-install: installcheck
|
||||
|
||||
# Run each test in order, passing $(TEST_FLAGS) to the program.
|
||||
# Since tests are done in a shell loop, "make -i" does apply inside it.
|
||||
|
Loading…
x
Reference in New Issue
Block a user