summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2007-02-23 19:14:11 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2007-02-23 19:14:11 (GMT)
commit0d86163705a6922aa6985bad7d61eab3e17f95d5 (patch)
tree2816755fd5ed1dee83400e251288e782543ac459 /fortran
parent182c05cb95472cae9411169d295a4bcad6f5edd7 (diff)
downloadhdf5-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 'fortran')
-rw-r--r--fortran/Makefile.in5
-rw-r--r--fortran/examples/Makefile.in5
-rw-r--r--fortran/src/Makefile.in5
-rw-r--r--fortran/test/Makefile.in5
-rw-r--r--fortran/testpar/Makefile.in5
5 files changed, 20 insertions, 5 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in
index feff5db..47f176a 100644
--- a/fortran/Makefile.in
+++ b/fortran/Makefile.in
@@ -657,7 +657,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/fortran/examples/Makefile.in b/fortran/examples/Makefile.in
index 612cba2..770577d 100644
--- a/fortran/examples/Makefile.in
+++ b/fortran/examples/Makefile.in
@@ -533,7 +533,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
# Some examples depend on files created by other examples.
grpdsetexample.chkexe_: grpsexample.chkexe_
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 5356f86..00a4cac 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -807,7 +807,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/fortran/test/Makefile.in b/fortran/test/Makefile.in
index 71905f8..61f1884 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -810,7 +810,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
# fflush2 depends on files created by fflush1
fflush2.chkexe_: fflush1.chkexe_
diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in
index 4ec7b91..5a53d1b 100644
--- a/fortran/testpar/Makefile.in
+++ b/fortran/testpar/Makefile.in
@@ -608,7 +608,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.