diff options
Diffstat (limited to 'c++')
-rw-r--r-- | c++/Makefile.in | 5 | ||||
-rw-r--r-- | c++/examples/Makefile.in | 5 | ||||
-rw-r--r-- | c++/src/Makefile.in | 5 | ||||
-rw-r--r-- | c++/test/Makefile.in | 5 |
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. |