diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-11 23:37:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-11 23:37:28 +0000 |
commit | 277d1b5e4536ce8a575e7398c34253e296709894 (patch) | |
tree | 35257ebd68a0a9cba9ba91cf0e70fc5b7944fb5c /bfd/Makefile.in | |
parent | e166a60fd9d8b86149b175d598035997744114f6 (diff) | |
download | gdb-277d1b5e4536ce8a575e7398c34253e296709894.zip gdb-277d1b5e4536ce8a575e7398c34253e296709894.tar.gz gdb-277d1b5e4536ce8a575e7398c34253e296709894.tar.bz2 |
1999-09-11 Donn Terry <donn@interix.com>
* libpei.h: New file, broken out of peicode.h.
* peigen.c: New file, broken out of peicode.h.
* peicode.h: A bunch of code moved out to libpei.h and peigen.c.
* configure.in: Add peigen.lo to list of files required for each
PE target.
* Makefile.am: Rebuild dependencies.
(BFD32_BACKENDS): Add peigen.lo.
(BFD32_BACKENDS_CFILES): Add peigen.c.
(SOURCE_HFILES): Add libpei.h.
* configure, Makefile.in: Rebuild.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index b2ea4ed..4ce2669 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -335,6 +335,7 @@ BFD32_BACKENDS = \ pei-mcore.lo \ pe-ppc.lo \ pei-ppc.lo \ + peigen.lo \ ppcboot.lo \ reloc16.lo \ riscix.lo \ @@ -460,6 +461,7 @@ BFD32_BACKENDS_CFILES = \ pei-mcore.c \ pe-ppc.c \ pei-ppc.c \ + peigen.c \ ppcboot.c \ reloc16.c \ riscix.c \ @@ -551,8 +553,8 @@ SOURCE_HFILES = \ ecoffswap.h elf32-arm.h elf32-hppa.h elfcode.h elfcore.h \ elflink.h freebsd.h genlink.h go32stub.h hppa_stubs.h libaout.h \ libbfd.h libcoff.h libecoff.h elf-bfd.h libhppa.h libieee.h \ - libnlm.h liboasys.h netbsd.h nlm-target.h nlmcode.h nlmswap.h \ - ns32k.h peicode.h som.h vms.h + libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h nlmcode.h \ + nlmswap.h ns32k.h peicode.h som.h vms.h HFILES = \ @@ -1442,10 +1444,11 @@ elflink.lo: elflink.c $(INCDIR)/bfdlink.h elf-bfd.h \ $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c coff-arm.c $(INCDIR)/coff/arm.h \ $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ - $(INCDIR)/bfdlink.h coffcode.h peicode.h + $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c coff-arm.c \ $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \ - libcoff.h $(INCDIR)/bfdlink.h coffcode.h peicode.h + libcoff.h $(INCDIR)/bfdlink.h coffcode.h peicode.h \ + libpei.h hp300bsd.lo: hp300bsd.c libaout.h $(INCDIR)/bfdlink.h \ aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h @@ -1526,28 +1529,30 @@ pc532-mach.lo: pc532-mach.c libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h pe-arm.lo: pe-arm.c coff-arm.c $(INCDIR)/coff/arm.h \ $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ - $(INCDIR)/bfdlink.h coffcode.h peicode.h + $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h pei-arm.lo: pei-arm.c coff-arm.c $(INCDIR)/coff/arm.h \ $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ - $(INCDIR)/bfdlink.h coffcode.h peicode.h + $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h pe-i386.lo: pe-i386.c coff-i386.c $(INCDIR)/coff/i386.h \ $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ - $(INCDIR)/bfdlink.h coffcode.h peicode.h + $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h pei-i386.lo: pei-i386.c coff-i386.c $(INCDIR)/coff/i386.h \ $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ - $(INCDIR)/bfdlink.h coffcode.h peicode.h + $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h pe-mcore.lo: pe-mcore.c coff-mcore.c $(INCDIR)/coff/mcore.h \ $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ - $(INCDIR)/bfdlink.h coffcode.h peicode.h + $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h pei-mcore.lo: pei-mcore.c coff-mcore.c $(INCDIR)/coff/mcore.h \ $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ - $(INCDIR)/bfdlink.h coffcode.h peicode.h + $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h pe-ppc.lo: pe-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \ $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ - $(INCDIR)/bfdlink.h coffcode.h peicode.h + $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h pei-ppc.lo: pei-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \ $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ - $(INCDIR)/bfdlink.h coffcode.h peicode.h + $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h +peigen.lo: peigen.c $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h \ + $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h ppcboot.lo: ppcboot.c reloc16.lo: reloc16.c $(INCDIR)/bfdlink.h genlink.h \ $(INCDIR)/coff/internal.h libcoff.h |