mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
44 lines
1.5 KiB
Diff
44 lines
1.5 KiB
Diff
--- binutils-2.9.1/bfd/Makefile.am Fri May 1 08:47:58 1998
|
|
+++ binutils-2.9.1/bfd/Makefile.am Sun Aug 23 00:00:00 1998
|
|
@@ -98,7 +98,10 @@ ALL_MACHINES_CFILES = \
|
|
# The .o files needed by all of the 32 bit vectors that are configured into
|
|
# target_vector in targets.c if configured with --enable-targets=all.
|
|
BFD32_BACKENDS = \
|
|
+ amigaos.lo \
|
|
+ amigaoslink.lo \
|
|
aout-adobe.lo \
|
|
+ aout-amiga.lo \
|
|
aout-arm.lo \
|
|
aout-ns32k.lo \
|
|
aout-sparcle.lo \
|
|
@@ -203,7 +206,10 @@ BFD32_BACKENDS = \
|
|
xcofflink.lo
|
|
|
|
BFD32_BACKENDS_CFILES = \
|
|
+ amigaos.c \
|
|
+ amigaoslink.c \
|
|
aout-adobe.c \
|
|
+ aout-amiga.c \
|
|
aout-arm.c \
|
|
aout-ns32k.c \
|
|
aout-sparcle.c \
|
|
@@ -382,7 +388,7 @@ CFILES = \
|
|
HFILES = \
|
|
aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h \
|
|
ecoffswap.h elf32-hppa.h elf32-target.h elf64-target.h \
|
|
- elfcode.h evax.h genlink.h go32stub.h hppa_stubs.h libaout.h \
|
|
+ elfcode.h evax.h genlink.h go32stub.h hppa_stubs.h libamiga.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 ns32k.h som.h \
|
|
targmatch.h
|
|
@@ -637,6 +643,9 @@ cpu-vax.lo: cpu-vax.c
|
|
cpu-we32k.lo: cpu-we32k.c
|
|
cpu-w65.lo: cpu-w65.c
|
|
cpu-z8k.lo: cpu-z8k.c
|
|
+amigaos.lo: amigaos.c libamiga.h bfd.h
|
|
+amigaoslink.lo: bfd.h libamiga.h amigaoslink.c
|
|
+aout-amiga.lo: aout-amiga.c aoutf1.h bfd.h
|
|
aout-adobe.lo: aout-adobe.c $(INCDIR)/aout/adobe.h \
|
|
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
|
|
$(INCDIR)/bfdlink.h
|