From 86fb1dece37497b267579ed4f062d280cd5760cd Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 5 Jun 2002 03:40:58 +0000 Subject: [PATCH] * Makefile.am (libbfd.h): Add "Extracted from.." comment. (libcoff.h, bfd.h): Likewise. * Makefile.in: Regenerate. --- bfd/doc/ChangeLog | 6 ++++++ bfd/doc/Makefile.am | 15 ++++++++++++--- bfd/doc/Makefile.in | 17 +++++++++++++---- 3 files changed, 31 insertions(+), 7 deletions(-) diff --git a/bfd/doc/ChangeLog b/bfd/doc/ChangeLog index d1418462be..6534d9ef41 100644 --- a/bfd/doc/ChangeLog +++ b/bfd/doc/ChangeLog @@ -1,3 +1,9 @@ +2002-06-05 Alan Modra + + * Makefile.am (libbfd.h): Add "Extracted from.." comment. + (libcoff.h, bfd.h): Likewise. + * Makefile.in: Regenerate. + 2002-05-25 Alan Modra * chew.c: Use #include "" instead of <> for local header files. diff --git a/bfd/doc/Makefile.am b/bfd/doc/Makefile.am index cbfd3427e6..7bb8e86626 100644 --- a/bfd/doc/Makefile.am +++ b/bfd/doc/Makefile.am @@ -209,7 +209,10 @@ libbfd.h: $(LIBBFD_H_DEP) case $$file in \ *-in.h) cat $$file >> $@ ;; \ */header.sed) break ;; \ - *) ./$(MKDOC) -i -f $(srcdir)/proto.str < $$file >> $@ ;; \ + *) echo -n '/* Extracted from ' >> $@ ; \ + echo -n $$file | sed -e 's,.*/,,' >> $@ ; \ + echo '. */' >> $@ ; \ + ./$(MKDOC) -i -f $(srcdir)/proto.str < $$file >> $@ ;; \ esac; \ done @@ -226,7 +229,10 @@ libcoff.h: $(LIBCOFF_H_DEP) case $$file in \ *-in.h) cat $$file >> $@ ;; \ */header.sed) break ;; \ - *) ./$(MKDOC) -i -f $(srcdir)/proto.str < $$file >> $@ ;; \ + *) echo -n '/* Extracted from ' >> $@ ; \ + echo -n $$file | sed -e 's,.*/,,' >> $@ ; \ + echo '. */' >> $@ ; \ + ./$(MKDOC) -i -f $(srcdir)/proto.str < $$file >> $@ ;; \ esac; \ done @@ -255,7 +261,10 @@ bfd.h: $(BFD_H_DEP) case $$file in \ *-in.h) cat $$file >> $@ ;; \ */header.sed) break ;; \ - *) ./$(MKDOC) -f $(srcdir)/proto.str < $$file >> $@ ;; \ + *) echo -n '/* Extracted from ' >> $@ ; \ + echo -n $$file | sed -e 's,.*/,,' >> $@ ; \ + echo '. */' >> $@ ; \ + ./$(MKDOC) -f $(srcdir)/proto.str < $$file >> $@ ;; \ esac; \ done echo "#ifdef __cplusplus" >> $@ diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in index 0e46ceb934..dfe54a0498 100644 --- a/bfd/doc/Makefile.in +++ b/bfd/doc/Makefile.in @@ -244,7 +244,7 @@ DIST_COMMON = ChangeLog Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -606,7 +606,10 @@ libbfd.h: $(LIBBFD_H_DEP) case $$file in \ *-in.h) cat $$file >> $@ ;; \ */header.sed) break ;; \ - *) ./$(MKDOC) -i -f $(srcdir)/proto.str < $$file >> $@ ;; \ + *) echo -n '/* Extracted from ' >> $@ ; \ + echo -n $$file | sed -e 's,.*/,,' >> $@ ; \ + echo '. */' >> $@ ; \ + ./$(MKDOC) -i -f $(srcdir)/proto.str < $$file >> $@ ;; \ esac; \ done @@ -616,7 +619,10 @@ libcoff.h: $(LIBCOFF_H_DEP) case $$file in \ *-in.h) cat $$file >> $@ ;; \ */header.sed) break ;; \ - *) ./$(MKDOC) -i -f $(srcdir)/proto.str < $$file >> $@ ;; \ + *) echo -n '/* Extracted from ' >> $@ ; \ + echo -n $$file | sed -e 's,.*/,,' >> $@ ; \ + echo '. */' >> $@ ; \ + ./$(MKDOC) -i -f $(srcdir)/proto.str < $$file >> $@ ;; \ esac; \ done @@ -626,7 +632,10 @@ bfd.h: $(BFD_H_DEP) case $$file in \ *-in.h) cat $$file >> $@ ;; \ */header.sed) break ;; \ - *) ./$(MKDOC) -f $(srcdir)/proto.str < $$file >> $@ ;; \ + *) echo -n '/* Extracted from ' >> $@ ; \ + echo -n $$file | sed -e 's,.*/,,' >> $@ ; \ + echo '. */' >> $@ ; \ + ./$(MKDOC) -f $(srcdir)/proto.str < $$file >> $@ ;; \ esac; \ done echo "#ifdef __cplusplus" >> $@