summaryrefslogtreecommitdiffstats
path: root/c++
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 /c++
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 'c++')
-rw-r--r--c++/Makefile.in5
-rw-r--r--c++/examples/Makefile.in5
-rw-r--r--c++/src/Makefile.in5
-rw-r--r--c++/test/Makefile.in5
4 files changed, 16 insertions, 4 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in
index 19d4d68..e2e3e95 100644
--- a/c++/Makefile.in
+++ b/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/c++/examples/Makefile.in b/c++/examples/Makefile.in
index 6e3c872..667dae9 100644
--- a/c++/examples/Makefile.in
+++ b/c++/examples/Makefile.in
@@ -522,7 +522,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 of the examples depend on files created by running other examples
readdata.chkexe_: create.chkexe_
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in
index c30e7e0..589c1cc 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -743,7 +743,10 @@ uninstall-am: uninstall-binSCRIPTS uninstall-includeHEADERS \
# 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 C++ compilers/linkers (PGI?) create a directory named "ii_files" that
# holds *.ii files, which are template entity instantiations.
diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in
index 5f70a1a..63610c6 100644
--- a/c++/test/Makefile.in
+++ b/c++/test/Makefile.in
@@ -642,7 +642,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
# Some C++ compilers/linkers (PGI?) create a directory named "ii_files" that
# holds *.ii files, which are template entity instantiations.