dependency tracking in bfd
bfd/: * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, instead use no-dist and foreign. (EXTRA_libbfd_la_SOURCES): New, list $(CFILES) to allow dependency tracking to work for them. (targets.lo, archures.lo, dwarf.lo): Rewrite to use automake dependency tracking mechanism. (MKDEP, DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove. (mkdep section): Remove. (BUILT_SOURCES): New, list $(BUILD_HFILES). * Makefile.in: Regenerate. * po/SRC-POTFILES.in, po/bfd.pot: Regenerate.
This commit is contained in:
parent
f93ea91d26
commit
95b4012229
5 changed files with 1984 additions and 7313 deletions
|
@ -1,5 +1,17 @@
|
||||||
2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
|
|
||||||
|
* Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, instead use
|
||||||
|
no-dist and foreign.
|
||||||
|
(EXTRA_libbfd_la_SOURCES): New, list $(CFILES) to allow
|
||||||
|
dependency tracking to work for them.
|
||||||
|
(targets.lo, archures.lo, dwarf.lo): Rewrite to
|
||||||
|
use automake dependency tracking mechanism.
|
||||||
|
(MKDEP, DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove.
|
||||||
|
(mkdep section): Remove.
|
||||||
|
(BUILT_SOURCES): New, list $(BUILD_HFILES).
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
* po/SRC-POTFILES.in, po/bfd.pot: Regenerate.
|
||||||
|
|
||||||
* Makefile.am (datarootdir, docdir, htmldor, pdfdir)
|
* Makefile.am (datarootdir, docdir, htmldor, pdfdir)
|
||||||
(install-pdf, install-pdf-recursive, install-html)
|
(install-pdf, install-pdf-recursive, install-html)
|
||||||
(install-html-recursive): Remove.
|
(install-html-recursive): Remove.
|
||||||
|
|
3128
bfd/Makefile.am
3128
bfd/Makefile.am
File diff suppressed because it is too large
Load diff
3479
bfd/Makefile.in
3479
bfd/Makefile.in
File diff suppressed because it is too large
Load diff
|
@ -86,6 +86,7 @@ cpu-i960.c
|
||||||
cpu-ia64.c
|
cpu-ia64.c
|
||||||
cpu-ip2k.c
|
cpu-ip2k.c
|
||||||
cpu-iq2000.c
|
cpu-iq2000.c
|
||||||
|
cpu-l1om.c
|
||||||
cpu-lm32.c
|
cpu-lm32.c
|
||||||
cpu-m10200.c
|
cpu-m10200.c
|
||||||
cpu-m10300.c
|
cpu-m10300.c
|
||||||
|
@ -98,6 +99,7 @@ cpu-m88k.c
|
||||||
cpu-maxq.c
|
cpu-maxq.c
|
||||||
cpu-mcore.c
|
cpu-mcore.c
|
||||||
cpu-mep.c
|
cpu-mep.c
|
||||||
|
cpu-microblaze.c
|
||||||
cpu-mips.c
|
cpu-mips.c
|
||||||
cpu-mmix.c
|
cpu-mmix.c
|
||||||
cpu-moxie.c
|
cpu-moxie.c
|
||||||
|
@ -108,6 +110,7 @@ cpu-openrisc.c
|
||||||
cpu-or32.c
|
cpu-or32.c
|
||||||
cpu-pdp11.c
|
cpu-pdp11.c
|
||||||
cpu-pj.c
|
cpu-pj.c
|
||||||
|
cpu-plugin.c
|
||||||
cpu-powerpc.c
|
cpu-powerpc.c
|
||||||
cpu-rs6000.c
|
cpu-rs6000.c
|
||||||
cpu-s390.c
|
cpu-s390.c
|
||||||
|
@ -138,6 +141,7 @@ elf-attrs.c
|
||||||
elf-bfd.h
|
elf-bfd.h
|
||||||
elf-eh-frame.c
|
elf-eh-frame.c
|
||||||
elf-hppa.h
|
elf-hppa.h
|
||||||
|
elf-ifunc.c
|
||||||
elf-m10200.c
|
elf-m10200.c
|
||||||
elf-m10300.c
|
elf-m10300.c
|
||||||
elf-strtab.c
|
elf-strtab.c
|
||||||
|
@ -177,6 +181,7 @@ elf32-m68k.c
|
||||||
elf32-m88k.c
|
elf32-m88k.c
|
||||||
elf32-mcore.c
|
elf32-mcore.c
|
||||||
elf32-mep.c
|
elf32-mep.c
|
||||||
|
elf32-microblaze.c
|
||||||
elf32-mips.c
|
elf32-mips.c
|
||||||
elf32-moxie.c
|
elf32-moxie.c
|
||||||
elf32-msp430.c
|
elf32-msp430.c
|
||||||
|
@ -260,6 +265,7 @@ m68klinux.c
|
||||||
m68knetbsd.c
|
m68knetbsd.c
|
||||||
m88kmach3.c
|
m88kmach3.c
|
||||||
m88kopenbsd.c
|
m88kopenbsd.c
|
||||||
|
mach-o-i386.c
|
||||||
mach-o.c
|
mach-o.c
|
||||||
mach-o.h
|
mach-o.h
|
||||||
merge.c
|
merge.c
|
||||||
|
@ -305,6 +311,7 @@ pei-ppc.c
|
||||||
pei-sh.c
|
pei-sh.c
|
||||||
pei-x86_64.c
|
pei-x86_64.c
|
||||||
peicode.h
|
peicode.h
|
||||||
|
plugin.c
|
||||||
ppcboot.c
|
ppcboot.c
|
||||||
reloc.c
|
reloc.c
|
||||||
reloc16.c
|
reloc16.c
|
||||||
|
|
2671
bfd/po/bfd.pot
2671
bfd/po/bfd.pot
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue