1999-05-03 09:29:11 +02:00
|
|
|
## Process this file with automake to generate Makefile.in
|
|
|
|
|
2004-09-20 00:32:12 +02:00
|
|
|
AUTOMAKE_OPTIONS = 1.9 cygnus
|
1999-05-03 09:29:11 +02:00
|
|
|
|
|
|
|
DOCFILES = aoutx.texi archive.texi archures.texi \
|
|
|
|
bfdt.texi cache.texi coffcode.texi \
|
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
(BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
(BFD_H_FILES): Add bfdwin.c, bfdio.c.
(LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
Add dependencies for bfdwin.c, bfdio.c.
* bfd.c: Remove bfd_get_mtime, bfd_get_size.
* libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
bfd_tell, bfd_flush, bfd_stat, bfd_seek.
* bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
bfd_get_size (moved from libbfd.c and bfd.c).
* bfdwin.c New file. Contains _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
libbfd.c and bfd.c).
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi.
(PROTOS): Add bfdio.p, bfdwin.p.
(SRCDOC): Add bfdio.c, bfdwin.c.
(SRCPROT): Add bfdio.c, bfdwin.c.
(SRCIPROT): Add bfdio.c, bfdwin.c.
(LIBBFD_H_DEP): Add bfdio.c, bfdwin.c.
(BFD_H_DEP): Add bfdio.c, bfdwin.c.
Add rules for bfdio.texi, bfdwin.text.
* bfd.texinfo: Include bfdio.texi.
2002-11-18 17:37:54 +01:00
|
|
|
core.texi elf.texi elfcode.texi format.texi \
|
|
|
|
libbfd.texi bfdwin.texi bfdio.texi \
|
1999-05-03 09:29:11 +02:00
|
|
|
opncls.texi reloc.texi section.texi \
|
2001-10-30 16:20:14 +01:00
|
|
|
syms.texi targets.texi init.texi hash.texi linker.texi \
|
2007-04-09 17:36:44 +02:00
|
|
|
mmo.texi \
|
|
|
|
bfdver.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
|
|
|
PROTOS = archive.p archures.p bfd.p \
|
|
|
|
core.p format.p \
|
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
(BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
(BFD_H_FILES): Add bfdwin.c, bfdio.c.
(LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
Add dependencies for bfdwin.c, bfdio.c.
* bfd.c: Remove bfd_get_mtime, bfd_get_size.
* libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
bfd_tell, bfd_flush, bfd_stat, bfd_seek.
* bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
bfd_get_size (moved from libbfd.c and bfd.c).
* bfdwin.c New file. Contains _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
libbfd.c and bfd.c).
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi.
(PROTOS): Add bfdio.p, bfdwin.p.
(SRCDOC): Add bfdio.c, bfdwin.c.
(SRCPROT): Add bfdio.c, bfdwin.c.
(SRCIPROT): Add bfdio.c, bfdwin.c.
(LIBBFD_H_DEP): Add bfdio.c, bfdwin.c.
(BFD_H_DEP): Add bfdio.c, bfdwin.c.
Add rules for bfdio.texi, bfdwin.text.
* bfd.texinfo: Include bfdio.texi.
2002-11-18 17:37:54 +01:00
|
|
|
bfdio.p bfdwin.p \
|
1999-05-03 09:29:11 +02:00
|
|
|
libbfd.p opncls.p reloc.p \
|
|
|
|
section.p syms.p targets.p \
|
|
|
|
format.p core.p init.p
|
|
|
|
|
|
|
|
IPROTOS = cache.ip libbfd.ip reloc.ip init.ip archures.ip coffcode.ip
|
|
|
|
|
|
|
|
# SRCDOC, SRCPROT, SRCIPROT only used to sidestep Sun Make bug in interaction
|
|
|
|
# between VPATH and suffix rules. If you use GNU Make, perhaps other Makes,
|
|
|
|
# you don't need these three:
|
|
|
|
SRCDOC = $(srcdir)/../aoutx.h $(srcdir)/../archive.c \
|
|
|
|
$(srcdir)/../archures.c $(srcdir)/../bfd.c \
|
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
(BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
(BFD_H_FILES): Add bfdwin.c, bfdio.c.
(LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
Add dependencies for bfdwin.c, bfdio.c.
* bfd.c: Remove bfd_get_mtime, bfd_get_size.
* libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
bfd_tell, bfd_flush, bfd_stat, bfd_seek.
* bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
bfd_get_size (moved from libbfd.c and bfd.c).
* bfdwin.c New file. Contains _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
libbfd.c and bfd.c).
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi.
(PROTOS): Add bfdio.p, bfdwin.p.
(SRCDOC): Add bfdio.c, bfdwin.c.
(SRCPROT): Add bfdio.c, bfdwin.c.
(SRCIPROT): Add bfdio.c, bfdwin.c.
(LIBBFD_H_DEP): Add bfdio.c, bfdwin.c.
(BFD_H_DEP): Add bfdio.c, bfdwin.c.
Add rules for bfdio.texi, bfdwin.text.
* bfd.texinfo: Include bfdio.texi.
2002-11-18 17:37:54 +01:00
|
|
|
$(srcdir)/../bfdio.c $(srcdir)/../bfdwin.c \
|
1999-05-03 09:29:11 +02:00
|
|
|
$(srcdir)/../cache.c $(srcdir)/../coffcode.h \
|
|
|
|
$(srcdir)/../corefile.c $(srcdir)/../elf.c \
|
|
|
|
$(srcdir)/../elfcode.h $(srcdir)/../format.c \
|
|
|
|
$(srcdir)/../libbfd.c $(srcdir)/../opncls.c \
|
|
|
|
$(srcdir)/../reloc.c $(srcdir)/../section.c \
|
|
|
|
$(srcdir)/../syms.c $(srcdir)/../targets.c \
|
2001-10-30 16:20:14 +01:00
|
|
|
$(srcdir)/../hash.c $(srcdir)/../linker.c \
|
|
|
|
$(srcdir)/../mmo.c
|
1999-05-03 09:29:11 +02:00
|
|
|
|
|
|
|
SRCPROT = $(srcdir)/../archive.c $(srcdir)/../archures.c \
|
|
|
|
$(srcdir)/../bfd.c $(srcdir)/../coffcode.h $(srcdir)/../corefile.c \
|
|
|
|
$(srcdir)/../format.c $(srcdir)/../libbfd.c \
|
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
(BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
(BFD_H_FILES): Add bfdwin.c, bfdio.c.
(LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
Add dependencies for bfdwin.c, bfdio.c.
* bfd.c: Remove bfd_get_mtime, bfd_get_size.
* libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
bfd_tell, bfd_flush, bfd_stat, bfd_seek.
* bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
bfd_get_size (moved from libbfd.c and bfd.c).
* bfdwin.c New file. Contains _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
libbfd.c and bfd.c).
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi.
(PROTOS): Add bfdio.p, bfdwin.p.
(SRCDOC): Add bfdio.c, bfdwin.c.
(SRCPROT): Add bfdio.c, bfdwin.c.
(SRCIPROT): Add bfdio.c, bfdwin.c.
(LIBBFD_H_DEP): Add bfdio.c, bfdwin.c.
(BFD_H_DEP): Add bfdio.c, bfdwin.c.
Add rules for bfdio.texi, bfdwin.text.
* bfd.texinfo: Include bfdio.texi.
2002-11-18 17:37:54 +01:00
|
|
|
$(srcdir)/../bfdio.c $(srcdir)/../bfdwin.c \
|
1999-05-03 09:29:11 +02:00
|
|
|
$(srcdir)/../opncls.c $(srcdir)/../reloc.c \
|
|
|
|
$(srcdir)/../section.c $(srcdir)/../syms.c \
|
|
|
|
$(srcdir)/../targets.c $(srcdir)/../init.c
|
|
|
|
|
|
|
|
SRCIPROT = $(srcdir)/../cache.c $(srcdir)/../libbfd.c \
|
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
(BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
(BFD_H_FILES): Add bfdwin.c, bfdio.c.
(LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
Add dependencies for bfdwin.c, bfdio.c.
* bfd.c: Remove bfd_get_mtime, bfd_get_size.
* libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
bfd_tell, bfd_flush, bfd_stat, bfd_seek.
* bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
bfd_get_size (moved from libbfd.c and bfd.c).
* bfdwin.c New file. Contains _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
libbfd.c and bfd.c).
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi.
(PROTOS): Add bfdio.p, bfdwin.p.
(SRCDOC): Add bfdio.c, bfdwin.c.
(SRCPROT): Add bfdio.c, bfdwin.c.
(SRCIPROT): Add bfdio.c, bfdwin.c.
(LIBBFD_H_DEP): Add bfdio.c, bfdwin.c.
(BFD_H_DEP): Add bfdio.c, bfdwin.c.
Add rules for bfdio.texi, bfdwin.text.
* bfd.texinfo: Include bfdio.texi.
2002-11-18 17:37:54 +01:00
|
|
|
$(srcdir)/../bfdio.c $(srcdir)/../bfdwin.c \
|
1999-05-03 09:29:11 +02:00
|
|
|
$(srcdir)/../reloc.c $(srcdir)/../cpu-h8300.c \
|
|
|
|
$(srcdir)/../cpu-i960.c $(srcdir)/../archures.c \
|
|
|
|
$(srcdir)/../init.c
|
|
|
|
|
|
|
|
TEXIDIR = $(srcdir)/../../texinfo/fsf
|
|
|
|
|
|
|
|
info_TEXINFOS = bfd.texinfo
|
2006-12-12 15:31:48 +01:00
|
|
|
bfd_TEXINFOS = $(DOCFILES) bfdsumm.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
|
|
|
MKDOC = chew$(EXEEXT_FOR_BUILD)
|
|
|
|
|
Cleanups in binutils makefiles.
ld/:
* Makefile.am (bin_PROGRAMS): Renamed from ...
(noinst_PROGRAMS): ... this.
(transform): Override, including the renaming of ld-new to ld.
(install-exec-local): Installation of ld in $(bindir) not needed
here any more.
(AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
(MAINTAINERCLEANFILES): Add ld.1.
* Makefile.in: Regenerate.
gold/:
* Makefile.am (AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
* testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
(AM_CPPFLAGS): Renamed from ...
(INCLUDE): ... this.
* Makefile.in, testsuite/Makefile.in: Regenerate.
bfd/:
* Makefile.am (libbfd_la_LDFLAGS): Initialize early, to allow
appending.
[INSTALL_LIBBFD] (bfdlib_LTLIBRARIES, bfdinclude_HEADERS): Set
only in this condition.
[!INSTALL_LIBBFD] (noinst_LTLIBRARIES, libbfd_la_LDFLAGS): New,
to build but not install libbfd.la in this condition.
(install-bfdlibLTLIBRARIES, uninstall-bfdlibLTLIBRARIES)
(install_libbfd, install_libbfd): Remove.
* Makefile.in: Regenerate.
binutils/:
* Makefile.am (AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
(bin2c$(EXEEXT_FOR_BUILD): Adjust rule.
(installcheck-local): Renamed from ...
(installcheck): ... this.
* Makefile.in: Regenerate.
gas/:
* Makefile.am (YFLAGS): Remove, not needed any more.
(AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
* Makefile.in: Regenerate.
gprof/:
* Makefile.am (AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
* Makefile.in: Regenerate.
opcodes/:
* Makefile.am (libopcodes_la_LDFLAGS): Initialize early.
[INSTALL_LIBBFD] (bfdlib_LTLIBRARIES): Set only in this condition.
[INSTALL_LIBBFD] (bfdinclude_DATA): New.
[!INSTALL_LIBBFD] (noinst_LTLIBRARIES): New.
[!INSTALL_LIBBFD] (libopcodes_la_LDFLAGS): Ensure libopcodes.la
is built shared even if it is not to be installed.
(install-bfdlibLTLIBRARIES,uninstall-bfdlibLTLIBRARIES)
(install_libopcodes, uninstall_libopcodes): Remove.
(AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
* Makefile.in: Regenerate.
2009-08-22 21:02:57 +02:00
|
|
|
AM_CPPFLAGS = -I.. -I$(srcdir)/.. -I$(srcdir)/../../include \
|
2005-04-22 07:21:49 +02:00
|
|
|
-I$(srcdir)/../../intl -I../../intl
|
|
|
|
|
2005-05-09 23:13:56 +02:00
|
|
|
$(MKDOC): $(srcdir)/chew.c
|
2008-08-24 05:57:28 +02:00
|
|
|
$(CC_FOR_BUILD) -o chew.$$$$ $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \
|
Cleanups in binutils makefiles.
ld/:
* Makefile.am (bin_PROGRAMS): Renamed from ...
(noinst_PROGRAMS): ... this.
(transform): Override, including the renaming of ld-new to ld.
(install-exec-local): Installation of ld in $(bindir) not needed
here any more.
(AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
(MAINTAINERCLEANFILES): Add ld.1.
* Makefile.in: Regenerate.
gold/:
* Makefile.am (AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
* testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
(AM_CPPFLAGS): Renamed from ...
(INCLUDE): ... this.
* Makefile.in, testsuite/Makefile.in: Regenerate.
bfd/:
* Makefile.am (libbfd_la_LDFLAGS): Initialize early, to allow
appending.
[INSTALL_LIBBFD] (bfdlib_LTLIBRARIES, bfdinclude_HEADERS): Set
only in this condition.
[!INSTALL_LIBBFD] (noinst_LTLIBRARIES, libbfd_la_LDFLAGS): New,
to build but not install libbfd.la in this condition.
(install-bfdlibLTLIBRARIES, uninstall-bfdlibLTLIBRARIES)
(install_libbfd, install_libbfd): Remove.
* Makefile.in: Regenerate.
binutils/:
* Makefile.am (AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
(bin2c$(EXEEXT_FOR_BUILD): Adjust rule.
(installcheck-local): Renamed from ...
(installcheck): ... this.
* Makefile.in: Regenerate.
gas/:
* Makefile.am (YFLAGS): Remove, not needed any more.
(AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
* Makefile.in: Regenerate.
gprof/:
* Makefile.am (AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
* Makefile.in: Regenerate.
opcodes/:
* Makefile.am (libopcodes_la_LDFLAGS): Initialize early.
[INSTALL_LIBBFD] (bfdlib_LTLIBRARIES): Set only in this condition.
[INSTALL_LIBBFD] (bfdinclude_DATA): New.
[!INSTALL_LIBBFD] (noinst_LTLIBRARIES): New.
[!INSTALL_LIBBFD] (libopcodes_la_LDFLAGS): Ensure libopcodes.la
is built shared even if it is not to be installed.
(install-bfdlibLTLIBRARIES,uninstall-bfdlibLTLIBRARIES)
(install_libopcodes, uninstall_libopcodes): Remove.
(AM_CPPFLAGS): Renamed from ...
(INCLUDES): ... this.
* Makefile.in: Regenerate.
2009-08-22 21:02:57 +02:00
|
|
|
$(H_CFLAGS) $(AM_CPPFLAGS) $(srcdir)/chew.c; \
|
2005-05-09 23:13:56 +02:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change chew.$$$$ $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
|
|
|
|
protos: libbfd.h libcoff.h bfd.h
|
|
|
|
|
|
|
|
# We can't replace these rules with an implicit rule, because
|
|
|
|
# makes without VPATH support couldn't find the .h files in `..'.
|
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
# We do not depend on chew directly so that we can distribute the info
|
|
|
|
# files, and permit people to rebuild them, without requiring the makeinfo
|
|
|
|
# program. If somebody tries to rebuild info, but none of the .texi files
|
|
|
|
# have changed, then nothing will be rebuilt.
|
|
|
|
|
|
|
|
aoutx.texi: chew.c $(srcdir)/../aoutx.h $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../aoutx.h >aoutx.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change aoutx.tmp aoutx.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
archive.texi: chew.c $(srcdir)/../archive.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../archive.c >archive.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change archive.tmp archive.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
archures.texi: chew.c $(srcdir)/../archures.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../archures.c >archures.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change archures.tmp archures.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
|
|
|
# We use bfdt.texi, rather than bfd.texi, to avoid conflicting with
|
|
|
|
# bfd.texinfo on an 8.3 filesystem.
|
2005-04-29 16:03:55 +02:00
|
|
|
bfdt.texi: chew.c $(srcdir)/../bfd.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfd.c >bfd.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change bfd.tmp bfdt.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
cache.texi: chew.c $(srcdir)/../cache.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../cache.c >cache.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change cache.tmp cache.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
coffcode.texi: chew.c $(srcdir)/../coffcode.h $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../coffcode.h >coffcode.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change coffcode.tmp coffcode.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
core.texi: chew.c $(srcdir)/../corefile.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../corefile.c >core.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change core.tmp core.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
elf.texi: chew.c $(srcdir)/../elf.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../elf.c >elf.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change elf.tmp elf.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
elfcode.texi: chew.c $(srcdir)/../elfcode.h $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../elfcode.h >elfcode.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change elfcode.tmp elfcode.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
mmo.texi: chew.c $(srcdir)/../mmo.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
2001-10-30 16:20:14 +01:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../mmo.c >mmo.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change mmo.tmp mmo.texi
|
2001-10-30 16:20:14 +01:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
format.texi: chew.c $(srcdir)/../format.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../format.c >format.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change format.tmp format.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
libbfd.texi: chew.c $(srcdir)/../libbfd.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../libbfd.c >libbfd.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change libbfd.tmp libbfd.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
bfdio.texi: chew.c $(srcdir)/../bfdio.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
(BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
(BFD_H_FILES): Add bfdwin.c, bfdio.c.
(LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
Add dependencies for bfdwin.c, bfdio.c.
* bfd.c: Remove bfd_get_mtime, bfd_get_size.
* libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
bfd_tell, bfd_flush, bfd_stat, bfd_seek.
* bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
bfd_get_size (moved from libbfd.c and bfd.c).
* bfdwin.c New file. Contains _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
libbfd.c and bfd.c).
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi.
(PROTOS): Add bfdio.p, bfdwin.p.
(SRCDOC): Add bfdio.c, bfdwin.c.
(SRCPROT): Add bfdio.c, bfdwin.c.
(SRCIPROT): Add bfdio.c, bfdwin.c.
(LIBBFD_H_DEP): Add bfdio.c, bfdwin.c.
(BFD_H_DEP): Add bfdio.c, bfdwin.c.
Add rules for bfdio.texi, bfdwin.text.
* bfd.texinfo: Include bfdio.texi.
2002-11-18 17:37:54 +01:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfdio.c >bfdio.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change bfdio.tmp bfdio.texi
|
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
(BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
(BFD_H_FILES): Add bfdwin.c, bfdio.c.
(LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
Add dependencies for bfdwin.c, bfdio.c.
* bfd.c: Remove bfd_get_mtime, bfd_get_size.
* libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
bfd_tell, bfd_flush, bfd_stat, bfd_seek.
* bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
bfd_get_size (moved from libbfd.c and bfd.c).
* bfdwin.c New file. Contains _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
libbfd.c and bfd.c).
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi.
(PROTOS): Add bfdio.p, bfdwin.p.
(SRCDOC): Add bfdio.c, bfdwin.c.
(SRCPROT): Add bfdio.c, bfdwin.c.
(SRCIPROT): Add bfdio.c, bfdwin.c.
(LIBBFD_H_DEP): Add bfdio.c, bfdwin.c.
(BFD_H_DEP): Add bfdio.c, bfdwin.c.
Add rules for bfdio.texi, bfdwin.text.
* bfd.texinfo: Include bfdio.texi.
2002-11-18 17:37:54 +01:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
bfdwin.texi: chew.c $(srcdir)/../bfdwin.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
(BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
(BFD_H_FILES): Add bfdwin.c, bfdio.c.
(LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
Add dependencies for bfdwin.c, bfdio.c.
* bfd.c: Remove bfd_get_mtime, bfd_get_size.
* libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
bfd_tell, bfd_flush, bfd_stat, bfd_seek.
* bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
bfd_get_size (moved from libbfd.c and bfd.c).
* bfdwin.c New file. Contains _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
libbfd.c and bfd.c).
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi.
(PROTOS): Add bfdio.p, bfdwin.p.
(SRCDOC): Add bfdio.c, bfdwin.c.
(SRCPROT): Add bfdio.c, bfdwin.c.
(SRCIPROT): Add bfdio.c, bfdwin.c.
(LIBBFD_H_DEP): Add bfdio.c, bfdwin.c.
(BFD_H_DEP): Add bfdio.c, bfdwin.c.
Add rules for bfdio.texi, bfdwin.text.
* bfd.texinfo: Include bfdio.texi.
2002-11-18 17:37:54 +01:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str < $(srcdir)/../bfdwin.c >bfdwin.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change bfdwin.tmp bfdwin.texi
|
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
(BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
(BFD_H_FILES): Add bfdwin.c, bfdio.c.
(LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
Add dependencies for bfdwin.c, bfdio.c.
* bfd.c: Remove bfd_get_mtime, bfd_get_size.
* libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
bfd_tell, bfd_flush, bfd_stat, bfd_seek.
* bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
bfd_get_size (moved from libbfd.c and bfd.c).
* bfdwin.c New file. Contains _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
libbfd.c and bfd.c).
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi.
(PROTOS): Add bfdio.p, bfdwin.p.
(SRCDOC): Add bfdio.c, bfdwin.c.
(SRCPROT): Add bfdio.c, bfdwin.c.
(SRCIPROT): Add bfdio.c, bfdwin.c.
(LIBBFD_H_DEP): Add bfdio.c, bfdwin.c.
(BFD_H_DEP): Add bfdio.c, bfdwin.c.
Add rules for bfdio.texi, bfdwin.text.
* bfd.texinfo: Include bfdio.texi.
2002-11-18 17:37:54 +01:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
opncls.texi: chew.c $(srcdir)/../opncls.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../opncls.c >opncls.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change opncls.tmp opncls.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
reloc.texi: chew.c $(srcdir)/../reloc.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../reloc.c >reloc.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change reloc.tmp reloc.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
section.texi: chew.c $(srcdir)/../section.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../section.c >section.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change section.tmp section.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
syms.texi: chew.c $(srcdir)/../syms.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../syms.c >syms.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change syms.tmp syms.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
targets.texi: chew.c $(srcdir)/../targets.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../targets.c >targets.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change targets.tmp targets.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
init.texi: chew.c $(srcdir)/../init.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../init.c >init.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change init.tmp init.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
hash.texi: chew.c $(srcdir)/../hash.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../hash.c >hash.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change hash.tmp hash.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
linker.texi: chew.c $(srcdir)/../linker.c $(srcdir)/doc.str
|
|
|
|
$(MAKE) $(MKDOC)
|
1999-05-03 09:29:11 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../linker.c >linker.tmp
|
2004-12-20 22:22:33 +01:00
|
|
|
$(SHELL) $(srcdir)/../../move-if-change linker.tmp linker.texi
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2001-10-03 14:29:10 +02:00
|
|
|
LIBBFD_H_DEP = \
|
|
|
|
$(srcdir)/../libbfd-in.h \
|
1999-05-03 09:29:11 +02:00
|
|
|
$(srcdir)/../init.c \
|
|
|
|
$(srcdir)/../libbfd.c \
|
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
(BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
(BFD_H_FILES): Add bfdwin.c, bfdio.c.
(LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
Add dependencies for bfdwin.c, bfdio.c.
* bfd.c: Remove bfd_get_mtime, bfd_get_size.
* libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
bfd_tell, bfd_flush, bfd_stat, bfd_seek.
* bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
bfd_get_size (moved from libbfd.c and bfd.c).
* bfdwin.c New file. Contains _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
libbfd.c and bfd.c).
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi.
(PROTOS): Add bfdio.p, bfdwin.p.
(SRCDOC): Add bfdio.c, bfdwin.c.
(SRCPROT): Add bfdio.c, bfdwin.c.
(SRCIPROT): Add bfdio.c, bfdwin.c.
(LIBBFD_H_DEP): Add bfdio.c, bfdwin.c.
(BFD_H_DEP): Add bfdio.c, bfdwin.c.
Add rules for bfdio.texi, bfdwin.text.
* bfd.texinfo: Include bfdio.texi.
2002-11-18 17:37:54 +01:00
|
|
|
$(srcdir)/../bfdio.c \
|
|
|
|
$(srcdir)/../bfdwin.c \
|
1999-05-03 09:29:11 +02:00
|
|
|
$(srcdir)/../cache.c \
|
|
|
|
$(srcdir)/../reloc.c \
|
|
|
|
$(srcdir)/../archures.c \
|
2001-10-01 16:03:36 +02:00
|
|
|
$(srcdir)/../elf.c \
|
|
|
|
$(srcdir)/header.sed \
|
1999-05-03 09:29:11 +02:00
|
|
|
$(srcdir)/proto.str \
|
|
|
|
$(MKDOC)
|
2001-10-01 16:03:36 +02:00
|
|
|
|
|
|
|
libbfd.h: $(LIBBFD_H_DEP)
|
|
|
|
echo "$(LIBBFD_H_DEP)" | sed -f $(srcdir)/header.sed > $@
|
|
|
|
for file in $(LIBBFD_H_DEP); do \
|
|
|
|
case $$file in \
|
|
|
|
*-in.h) cat $$file >> $@ ;; \
|
|
|
|
*/header.sed) break ;; \
|
2002-06-08 10:50:44 +02:00
|
|
|
*) echo $$file | sed -e 's,.*/,,' -e 's,^,/* Extracted from ,' \
|
2002-06-07 09:37:20 +02:00
|
|
|
-e 's,$$,. */,' >> $@ ; \
|
2002-06-05 05:40:58 +02:00
|
|
|
./$(MKDOC) -i -f $(srcdir)/proto.str < $$file >> $@ ;; \
|
2001-10-01 16:03:36 +02:00
|
|
|
esac; \
|
|
|
|
done
|
|
|
|
|
2001-10-03 14:29:10 +02:00
|
|
|
LIBCOFF_H_DEP = \
|
|
|
|
$(srcdir)/../libcoff-in.h \
|
1999-05-03 09:29:11 +02:00
|
|
|
$(srcdir)/../coffcode.h \
|
2001-10-01 16:03:36 +02:00
|
|
|
$(srcdir)/header.sed \
|
1999-05-03 09:29:11 +02:00
|
|
|
$(srcdir)/proto.str \
|
|
|
|
$(MKDOC)
|
|
|
|
|
2001-10-01 16:03:36 +02:00
|
|
|
libcoff.h: $(LIBCOFF_H_DEP)
|
|
|
|
echo "$(LIBCOFF_H_DEP)" | sed -f $(srcdir)/header.sed > $@
|
|
|
|
for file in $(LIBCOFF_H_DEP); do \
|
|
|
|
case $$file in \
|
|
|
|
*-in.h) cat $$file >> $@ ;; \
|
|
|
|
*/header.sed) break ;; \
|
2002-06-08 10:50:44 +02:00
|
|
|
*) echo $$file | sed -e 's,.*/,,' -e 's,^,/* Extracted from ,' \
|
2002-06-07 09:37:20 +02:00
|
|
|
-e 's,$$,. */,' >> $@ ; \
|
2002-06-05 05:40:58 +02:00
|
|
|
./$(MKDOC) -i -f $(srcdir)/proto.str < $$file >> $@ ;; \
|
2001-10-01 16:03:36 +02:00
|
|
|
esac; \
|
|
|
|
done
|
|
|
|
|
2001-10-03 14:29:10 +02:00
|
|
|
BFD_H_DEP = \
|
|
|
|
$(srcdir)/../bfd-in.h \
|
1999-05-03 09:29:11 +02:00
|
|
|
$(srcdir)/../init.c \
|
|
|
|
$(srcdir)/../opncls.c \
|
|
|
|
$(srcdir)/../libbfd.c \
|
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
(BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
(BFD_H_FILES): Add bfdwin.c, bfdio.c.
(LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
Add dependencies for bfdwin.c, bfdio.c.
* bfd.c: Remove bfd_get_mtime, bfd_get_size.
* libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
bfd_tell, bfd_flush, bfd_stat, bfd_seek.
* bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
bfd_get_size (moved from libbfd.c and bfd.c).
* bfdwin.c New file. Contains _bfd_window_internal,
bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
libbfd.c and bfd.c).
* po/SRC-POTFILES.in: Regenerate.
* po/bfd.pot: Regenerate.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
2002-11-16 Klee Dienes <kdienes@apple.com>
* Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi.
(PROTOS): Add bfdio.p, bfdwin.p.
(SRCDOC): Add bfdio.c, bfdwin.c.
(SRCPROT): Add bfdio.c, bfdwin.c.
(SRCIPROT): Add bfdio.c, bfdwin.c.
(LIBBFD_H_DEP): Add bfdio.c, bfdwin.c.
(BFD_H_DEP): Add bfdio.c, bfdwin.c.
Add rules for bfdio.texi, bfdwin.text.
* bfd.texinfo: Include bfdio.texi.
2002-11-18 17:37:54 +01:00
|
|
|
$(srcdir)/../bfdio.c \
|
|
|
|
$(srcdir)/../bfdwin.c \
|
1999-05-03 09:29:11 +02:00
|
|
|
$(srcdir)/../section.c \
|
|
|
|
$(srcdir)/../archures.c \
|
|
|
|
$(srcdir)/../reloc.c \
|
|
|
|
$(srcdir)/../syms.c \
|
|
|
|
$(srcdir)/../bfd.c \
|
|
|
|
$(srcdir)/../archive.c \
|
|
|
|
$(srcdir)/../corefile.c \
|
|
|
|
$(srcdir)/../targets.c \
|
|
|
|
$(srcdir)/../format.c \
|
2002-10-11 15:52:53 +02:00
|
|
|
$(srcdir)/../linker.c \
|
|
|
|
$(srcdir)/../simple.c \
|
2008-07-10 03:32:23 +02:00
|
|
|
$(srcdir)/../compress.c \
|
2001-10-01 16:03:36 +02:00
|
|
|
$(srcdir)/header.sed \
|
1999-05-03 09:29:11 +02:00
|
|
|
$(srcdir)/proto.str \
|
2001-10-03 14:29:10 +02:00
|
|
|
$(srcdir)/../version.h \
|
1999-05-03 09:29:11 +02:00
|
|
|
$(MKDOC)
|
2001-10-01 16:03:36 +02:00
|
|
|
|
|
|
|
bfd.h: $(BFD_H_DEP)
|
|
|
|
echo "$(BFD_H_DEP)" | sed -f $(srcdir)/header.sed > $@
|
|
|
|
for file in $(BFD_H_DEP); do \
|
|
|
|
case $$file in \
|
|
|
|
*-in.h) cat $$file >> $@ ;; \
|
|
|
|
*/header.sed) break ;; \
|
2002-06-08 10:50:44 +02:00
|
|
|
*) echo $$file | sed -e 's,.*/,,' -e 's,^,/* Extracted from ,' \
|
2002-06-07 09:37:20 +02:00
|
|
|
-e 's,$$,. */,' >> $@ ; \
|
2002-06-05 05:40:58 +02:00
|
|
|
./$(MKDOC) -f $(srcdir)/proto.str < $$file >> $@ ;; \
|
2001-10-01 16:03:36 +02:00
|
|
|
esac; \
|
|
|
|
done
|
|
|
|
echo "#ifdef __cplusplus" >> $@
|
|
|
|
echo "}" >> $@
|
|
|
|
echo "#endif" >> $@
|
|
|
|
echo "#endif" >> $@
|
1999-05-03 09:29:11 +02:00
|
|
|
|
2007-04-09 17:36:44 +02:00
|
|
|
bfdver.texi: $(srcdir)/Makefile.in
|
|
|
|
@echo "creating $@"; \
|
|
|
|
echo "@set VERSION $(VERSION)" > bfdver.texi; \
|
|
|
|
if [ -n "$(PKGVERSION)" ]; then \
|
|
|
|
echo "@set VERSION_PACKAGE $(PKGVERSION)" >> bfdver.texi; \
|
|
|
|
fi; \
|
|
|
|
echo "@set UPDATED `date '+%B %Y'`" >> bfdver.texi; \
|
|
|
|
if [ -n "$(REPORT_BUGS_TEXI)" ]; then \
|
|
|
|
echo "@set BUGURL $(REPORT_BUGS_TEXI)" >> bfdver.texi; \
|
|
|
|
fi
|
|
|
|
|
1999-05-03 09:29:11 +02:00
|
|
|
noinst_TEXINFOS = bfdint.texi
|
|
|
|
|
|
|
|
MOSTLYCLEANFILES = $(MKDOC) *.o
|
|
|
|
|
2005-04-29 16:03:55 +02:00
|
|
|
CLEANFILES = *.p *.ip
|
1999-05-03 09:29:11 +02:00
|
|
|
|
|
|
|
DISTCLEANFILES = bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = $(DOCFILES)
|
2002-01-26 22:27:36 +01:00
|
|
|
|
|
|
|
# We want install to imply install-info as per GNU standards, despite the
|
|
|
|
# cygnus option.
|
|
|
|
install: install-info
|
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html target.
* Makefile.def: Add install-html target.
* Makefile.in: Regenerate.
* configure.in: Add --with-datarootdir, --with-docdir,
and --with-htmldir options.
* configure: Regenerate.
bfd/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
htmldir. Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST for datarootdir, docdir and htmldir.
* configure: Regenerate.
bfd/doc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html and install-html-am targets.
Define datarootdir, docdir and htmldir.
* Makefile.in: Regenerate.
binutils/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir and htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
etc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add htmldir,
docdir and datarootdir.
* configure.texi: Document install-html target.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
gas/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
gprof/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html, install-html-am and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
intl/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* intl/Makefile.in: Add html info and dvi and install-html to .PHONY
Add install-html target.
ld/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html, install-html-am, and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* po/Make-in: Add install-html target.
opcodes/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target.
* Makefile.in: Regenerate.
2006-04-06 23:49:35 +02:00
|
|
|
|
2006-12-11 16:09:46 +01:00
|
|
|
MAINTAINERCLEANFILES += bfd.info
|
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.tpl: Add install-html target.
* Makefile.def: Add install-html target.
* Makefile.in: Regenerate.
* configure.in: Add --with-datarootdir, --with-docdir,
and --with-htmldir options.
* configure: Regenerate.
bfd/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Rename docdir to bfddocdir. Add datarootdir, docdir
htmldir. Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST for datarootdir, docdir and htmldir.
* configure: Regenerate.
bfd/doc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html and install-html-am targets.
Define datarootdir, docdir and htmldir.
* Makefile.in: Regenerate.
binutils/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir and htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
etc/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.in: Add install-html target. Add htmldir,
docdir and datarootdir.
* configure.texi: Document install-html target.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
gas/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html and install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* doc/Makefile.am: Add install-html and install-html-am targets.
* doc/Makefile.in: Regenerate.
gprof/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
* Makefile.am: Add install-html, install-html-am and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
intl/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* intl/Makefile.in: Add html info and dvi and install-html to .PHONY
Add install-html target.
ld/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html, install-html-am, and
install-html-recursive targets.
* Makefile.in: Regenerate.
* configure.in: AC_SUBST datarootdir, docdir, htmldir.
* configure: Regenerate.
* po/Make-in: Add install-html target.
opcodes/
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* Makefile.am: Add install-html target.
* Makefile.in: Regenerate.
2006-04-06 23:49:35 +02:00
|
|
|
|
2006-12-11 16:09:46 +01:00
|
|
|
# Automake 1.9 will only build info files in the objdir if they are
|
|
|
|
# mentioned in DISTCLEANFILES. It doesn't have to be unconditional,
|
|
|
|
# though, so we use a bogus condition.
|
|
|
|
if GENINSRC_NEVER
|
|
|
|
DISTCLEANFILES += bfd.info
|
|
|
|
endif
|