diff options
author | James Laird <jlaird@hdfgroup.org> | 2007-02-23 19:14:11 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2007-02-23 19:14:11 (GMT) |
commit | 0d86163705a6922aa6985bad7d61eab3e17f95d5 (patch) | |
tree | 2816755fd5ed1dee83400e251288e782543ac459 /hl | |
parent | 182c05cb95472cae9411169d295a4bcad6f5edd7 (diff) | |
download | hdf5-0d86163705a6922aa6985bad7d61eab3e17f95d5.zip hdf5-0d86163705a6922aa6985bad7d61eab3e17f95d5.tar.gz hdf5-0d86163705a6922aa6985bad7d61eab3e17f95d5.tar.bz2 |
[svn-r13379] Added 'make help' target. This actually runs a script, bin/makehelp (formatting
the output in the makefile was pretty hard).
Tested that make still works on kagiso; no code changes at all.
Diffstat (limited to 'hl')
-rwxr-xr-x | hl/Makefile.in | 5 | ||||
-rw-r--r-- | hl/c++/Makefile.in | 5 | ||||
-rw-r--r-- | hl/c++/examples/Makefile.in | 5 | ||||
-rw-r--r-- | hl/c++/src/Makefile.in | 5 | ||||
-rw-r--r-- | hl/c++/test/Makefile.in | 5 | ||||
-rw-r--r-- | hl/examples/Makefile.in | 5 | ||||
-rw-r--r-- | hl/fortran/Makefile.in | 5 | ||||
-rw-r--r-- | hl/fortran/examples/Makefile.in | 5 | ||||
-rw-r--r-- | hl/fortran/src/Makefile.in | 5 | ||||
-rw-r--r-- | hl/fortran/test/Makefile.in | 5 | ||||
-rw-r--r-- | hl/src/Makefile.in | 5 | ||||
-rw-r--r-- | hl/test/Makefile.in | 5 | ||||
-rw-r--r-- | hl/tools/Makefile.in | 5 | ||||
-rw-r--r-- | hl/tools/gif2h5/Makefile.in | 5 |
14 files changed, 56 insertions, 14 deletions
diff --git a/hl/Makefile.in b/hl/Makefile.in index 6e56f4a..b559a45 100755 --- a/hl/Makefile.in +++ b/hl/Makefile.in @@ -654,7 +654,10 @@ uninstall-info: uninstall-info-recursive # 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 + install-doc lib progs tests uninstall-doc _exec_check-s _test help + +help: + @$(top_srcdir)/bin/makehelp # Install examples install-examples uninstall-examples: diff --git a/hl/c++/Makefile.in b/hl/c++/Makefile.in index 0427a89..cc311a9 100644 --- a/hl/c++/Makefile.in +++ b/hl/c++/Makefile.in @@ -648,7 +648,10 @@ uninstall-info: uninstall-info-recursive # 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 + install-doc lib progs tests uninstall-doc _exec_check-s _test help + +help: + @$(top_srcdir)/bin/makehelp # Install examples install-examples uninstall-examples: diff --git a/hl/c++/examples/Makefile.in b/hl/c++/examples/Makefile.in index b9c44fd..1512b93 100644 --- a/hl/c++/examples/Makefile.in +++ b/hl/c++/examples/Makefile.in @@ -520,7 +520,10 @@ uninstall-am: uninstall-info-am uninstall-local # 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 + install-doc lib progs tests uninstall-doc _exec_check-s _test help + +help: + @$(top_srcdir)/bin/makehelp # How to build programs using h5c++ $(EXTRA_PROG): $(H5CPP) diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in index 6913b60..e322237 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -665,7 +665,10 @@ uninstall-am: uninstall-includeHEADERS uninstall-info-am \ # 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 + install-doc lib progs tests uninstall-doc _exec_check-s _test help + +help: + @$(top_srcdir)/bin/makehelp # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. diff --git a/hl/c++/test/Makefile.in b/hl/c++/test/Makefile.in index fd11d0b..e0bf761 100644 --- a/hl/c++/test/Makefile.in +++ b/hl/c++/test/Makefile.in @@ -616,7 +616,10 @@ uninstall-am: uninstall-info-am # 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 + install-doc lib progs tests uninstall-doc _exec_check-s _test help + +help: + @$(top_srcdir)/bin/makehelp # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. diff --git a/hl/examples/Makefile.in b/hl/examples/Makefile.in index 9294934..fcdd68b 100644 --- a/hl/examples/Makefile.in +++ b/hl/examples/Makefile.in @@ -527,7 +527,10 @@ uninstall-am: uninstall-info-am uninstall-local # 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 + install-doc lib progs tests uninstall-doc _exec_check-s _test help + +help: + @$(top_srcdir)/bin/makehelp # Additional dependencies for each program are listed below. @BUILD_PARALLEL_CONDITIONAL_TRUE@$(EXTRA_PROG): $(H5CC_PP) diff --git a/hl/fortran/Makefile.in b/hl/fortran/Makefile.in index 6af87cb..2e797e0 100644 --- a/hl/fortran/Makefile.in +++ b/hl/fortran/Makefile.in @@ -652,7 +652,10 @@ uninstall-info: uninstall-info-recursive # 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 + install-doc lib progs tests uninstall-doc _exec_check-s _test help + +help: + @$(top_srcdir)/bin/makehelp # Install examples install-examples uninstall-examples: diff --git a/hl/fortran/examples/Makefile.in b/hl/fortran/examples/Makefile.in index cc36b3a..96bbfba 100644 --- a/hl/fortran/examples/Makefile.in +++ b/hl/fortran/examples/Makefile.in @@ -526,7 +526,10 @@ uninstall-am: uninstall-info-am uninstall-local # 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 + install-doc lib progs tests uninstall-doc _exec_check-s _test help + +help: + @$(top_srcdir)/bin/makehelp # Tell automake how to build examples using h5fc @BUILD_PARALLEL_CONDITIONAL_TRUE@$(EXTRA_PROG): $(H5FC_PP) diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index 704bc60..82e8a0b 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -668,7 +668,10 @@ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \ # 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 + install-doc lib progs tests uninstall-doc _exec_check-s _test help + +help: + @$(top_srcdir)/bin/makehelp # Fortran module files can have different extensions and different names # (e.g., different capitalizations) on different platforms. Write rules diff --git a/hl/fortran/test/Makefile.in b/hl/fortran/test/Makefile.in index 5dd5367..8fb6b86 100644 --- a/hl/fortran/test/Makefile.in +++ b/hl/fortran/test/Makefile.in @@ -618,7 +618,10 @@ uninstall-am: uninstall-info-am # 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 + install-doc lib progs tests uninstall-doc _exec_check-s _test help + +help: + @$(top_srcdir)/bin/makehelp # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in index f8450e2..ea7ee18 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -666,7 +666,10 @@ uninstall-am: uninstall-includeHEADERS uninstall-info-am \ # 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 + install-doc lib progs tests uninstall-doc _exec_check-s _test help + +help: + @$(top_srcdir)/bin/makehelp # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in index fbb8a69..91d5a3f 100644 --- a/hl/test/Makefile.in +++ b/hl/test/Makefile.in @@ -656,7 +656,10 @@ uninstall-am: uninstall-info-am # 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 + install-doc lib progs tests uninstall-doc _exec_check-s _test help + +help: + @$(top_srcdir)/bin/makehelp # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. diff --git a/hl/tools/Makefile.in b/hl/tools/Makefile.in index 78a6321..948cf0a 100644 --- a/hl/tools/Makefile.in +++ b/hl/tools/Makefile.in @@ -650,7 +650,10 @@ uninstall-info: uninstall-info-recursive # 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 + install-doc lib progs tests uninstall-doc _exec_check-s _test help + +help: + @$(top_srcdir)/bin/makehelp # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. diff --git a/hl/tools/gif2h5/Makefile.in b/hl/tools/gif2h5/Makefile.in index 19b4d24..3c25e14 100644 --- a/hl/tools/gif2h5/Makefile.in +++ b/hl/tools/gif2h5/Makefile.in @@ -653,7 +653,10 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am # 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 + install-doc lib progs tests uninstall-doc _exec_check-s _test help + +help: + @$(top_srcdir)/bin/makehelp # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. |