aboutsummaryrefslogtreecommitdiff
path: root/libgomp/Makefile.in
diff options
context:
space:
mode:
authorBrooks Moses <brooks.moses@codesourcery.com>2007-03-02 00:03:11 +0000
committerBrooks Moses <brooks@gcc.gnu.org>2007-03-01 16:03:11 -0800
commitc4dc950de7b65625ec771e0ff15cfa968b855a0f (patch)
tree8fa3ce5b1c88c9afcec43e6fa70a7402b7dfac7d /libgomp/Makefile.in
parent49c683a52c739ed2e09b4e07fce5508801d1cef7 (diff)
downloadgcc-c4dc950de7b65625ec771e0ff15cfa968b855a0f.zip
gcc-c4dc950de7b65625ec771e0ff15cfa968b855a0f.tar.gz
gcc-c4dc950de7b65625ec771e0ff15cfa968b855a0f.tar.bz2
Makefile.am: Add install-pdf target as copied from automake v1.10 rules.
* Makefile.am: Add install-pdf target as copied from automake v1.10 rules. * Makefile.in: Regenerate From-SVN: r122451
Diffstat (limited to 'libgomp/Makefile.in')
-rw-r--r--libgomp/Makefile.in14
1 files changed, 12 insertions, 2 deletions
diff --git a/libgomp/Makefile.in b/libgomp/Makefile.in
index 7fee1cc..f11740c 100644
--- a/libgomp/Makefile.in
+++ b/libgomp/Makefile.in
@@ -1045,10 +1045,20 @@ fortran.o: libgomp_f.h
env.lo: libgomp_f.h
env.o: libgomp_f.h
-# No install-html target
-.PHONY: install-html
+# No install-html or install-pdf support in automake yet
+.PHONY: install-html install-pdf
install-html:
+install-pdf: $(PDFS)
+ @$(NORMAL_INSTALL)
+ test -z "$(pdfdir)" || $(mkinstalldirs) "$(DESTDIR)$(pdfdir)"
+ @list='$(PDFS)'; for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ f=$(am__strip_dir) \
+ echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(pdfdir)/$$f'"; \
+ $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(pdfdir)/$$f"; \
+ done
+
all-local: $(STAMP_GENINSRC)
stamp-geninsrc: libgomp.info