* Makefile.am (libbfd.h): Add "Extracted from.." comment.

(libcoff.h, bfd.h): Likewise.
	* Makefile.in: Regenerate.
This commit is contained in:
Alan Modra 2002-06-05 03:40:58 +00:00
parent 9cba27b282
commit 86fb1dece3
3 changed files with 31 additions and 7 deletions

View File

@ -1,3 +1,9 @@
2002-06-05 Alan Modra <amodra@bigpond.net.au>
* Makefile.am (libbfd.h): Add "Extracted from.." comment.
(libcoff.h, bfd.h): Likewise.
* Makefile.in: Regenerate.
2002-05-25 Alan Modra <amodra@bigpond.net.au>
* chew.c: Use #include "" instead of <> for local header files.

View File

@ -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" >> $@

View File

@ -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" >> $@