X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libgomp%2FMakefile.am;h=3786bee4c134b0f88a98d5d51770e258703590cf;hb=9166f36aa462460cfcbabe74860db4c1bb5f82ab;hp=2ef2f7ec93b81e5f1162ea458261b45c03b95036;hpb=60598a3af9ba4d8820cd3a4573f446e4be8da3c0;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libgomp/Makefile.am b/libgomp/Makefile.am index 2ef2f7ec93b..3786bee4c13 100644 --- a/libgomp/Makefile.am +++ b/libgomp/Makefile.am @@ -29,6 +29,7 @@ endif libgomp_version_info = -version-info $(libtool_VERSION) libgomp_la_LDFLAGS = $(libgomp_version_info) $(libgomp_version_script) \ -no-undefined -bindir "$(bindir)" +libgomp_la_LINK = $(LINK) $(libgomp_la_LDFLAGS) libgomp_la_SOURCES = alloc.c barrier.c critical.c env.c error.c iter.c \ iter_ull.c loop.c loop_ull.c ordered.c parallel.c sections.c single.c \ @@ -56,20 +57,6 @@ env.lo: libgomp_f.h env.o: libgomp_f.h -# 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 - # Automake Documentation: # If your package has Texinfo files in many directories, you can use the # variable TEXINFO_TEX to tell Automake where to find the canonical