(ALL_MACHINES, BFD32_BACKENDS): Include arc and rce, appropriately sanitized.

(diststuff): Include `headers'.

Updated dependencies.
This commit is contained in:
Ken Raeburn
1995-01-12 21:41:20 +00:00
parent 7f4c005d31
commit 661df78b77

View File

@ -93,6 +93,9 @@ BFD_LIBS = \
ALL_MACHINES = \ ALL_MACHINES = \
cpu-a29k.o \ cpu-a29k.o \
cpu-alpha.o \ cpu-alpha.o \
$(start-sanitize-arc) \
cpu-arc.o \
$(end-sanitize-arc) \
cpu-arm.o \ cpu-arm.o \
cpu-h8300.o \ cpu-h8300.o \
cpu-h8500.o \ cpu-h8500.o \
@ -104,6 +107,9 @@ ALL_MACHINES = \
cpu-mips.o \ cpu-mips.o \
cpu-ns32k.o \ cpu-ns32k.o \
cpu-powerpc.o \ cpu-powerpc.o \
$(start-sanitize-rce) \
cpu-rce.o \
$(end-sanitize-rce) \
cpu-rs6000.o \ cpu-rs6000.o \
cpu-sh.o \ cpu-sh.o \
cpu-sparc.o \ cpu-sparc.o \
@ -116,6 +122,9 @@ ALL_MACHINES = \
BFD32_BACKENDS = \ BFD32_BACKENDS = \
aout-adobe.o \ aout-adobe.o \
aout-ns32k.o \ aout-ns32k.o \
$(start-sanitize-rce) \
aout-rce.o \
$(end-sanitize-rce) \
aout0.o \ aout0.o \
aout32.o \ aout32.o \
bout.o \ bout.o \
@ -141,6 +150,9 @@ BFD32_BACKENDS = \
cofflink.o \ cofflink.o \
ecoff.o \ ecoff.o \
ecofflink.o \ ecofflink.o \
$(start-sanitize-arc) \
elf32-arc.o \
$(end-sanitize-arc) \
elf32-gen.o \ elf32-gen.o \
elf32-hppa.o \ elf32-hppa.o \
elf32-i386.o \ elf32-i386.o \
@ -162,6 +174,7 @@ BFD32_BACKENDS = \
i386os9k.o \ i386os9k.o \
ieee.o \ ieee.o \
m68klynx.o \ m68klynx.o \
m68knetbsd.o \
m88kmach3.o \ m88kmach3.o \
mipsbsd.o \ mipsbsd.o \
newsos3.o \ newsos3.o \
@ -254,13 +267,13 @@ CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c \
i386lynx.c cf-i386lynx.c m68klynx.c cf-m68klynx.c \ i386lynx.c cf-i386lynx.c m68klynx.c cf-m68klynx.c \
sparclynx.c cf-sparclynx.c aix386-core.c hpux-core.c \ sparclynx.c cf-sparclynx.c aix386-core.c hpux-core.c \
irix-core.c lynx-core.c osf-core.c hash.c linker.c cofflink.c \ irix-core.c lynx-core.c osf-core.c hash.c linker.c cofflink.c \
ns32knetbsd.c sparcnetbsd.c m68knetbsd.c ns32knetbsd.c sparcnetbsd.c
HFILES = aout-target.h aoutf1.h aoutx.h coffcode.h \ HFILES = aout-target.h aoutf1.h aoutx.h coffcode.h \
coffswap.h ecoffswap.h elf32-hppa.h elf32-target.h elf64-target.h \ coffswap.h ecoffswap.h elf32-hppa.h elf32-target.h elf64-target.h \
elfcode.h hppa_stubs.h libaout.h libbfd.h \ elfcode.h hppa_stubs.h libaout.h libbfd.h \
libcoff.h libecoff.h libelf.h libhppa.h libieee.h libnlm.h \ libcoff.h libecoff.h libelf.h libhppa.h libieee.h libnlm.h \
liboasys.h nlm-target.h nlmcode.h som.h genlink.h liboasys.h nlm-target.h nlmcode.h som.h genlink.h netbsd.h
STAGESTUFF = $(TARGETLIB) $(OFILES) STAGESTUFF = $(TARGETLIB) $(OFILES)
@ -286,7 +299,7 @@ clean-info:
install-info: force install-info: force
@$(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) @$(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
diststuff: info diststuff: info headers
# Various kinds of .o files to put in libbfd.a: # Various kinds of .o files to put in libbfd.a:
# BFD_LIBS Generic routines, always needed. # BFD_LIBS Generic routines, always needed.
@ -544,8 +557,9 @@ cache.o: cache.c
archures.o: archures.c archures.o: archures.c
coff-i386.o: coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \ coff-i386.o: coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
coff-go32.o: coff-go32.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \ coff-go32.o: coff-go32.c coff-i386.c $(INCDIR)/coff/i386.h \
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
coffcode.h coffswap.h
aout64.o: aout64.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \ aout64.o: aout64.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
$(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
$(INCDIR)/aout/ar.h $(INCDIR)/aout/ar.h
@ -560,9 +574,9 @@ demo64.o: demo64.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
coff-i960.o: coff-i960.c $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h \ coff-i960.o: coff-i960.c $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h \
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
srec.o: srec.c srec.o: srec.c $(INCDIR)/libiberty.h
binary.o: binary.c binary.o: binary.c
tekhex.o: tekhex.c tekhex.o: tekhex.c $(INCDIR)/libiberty.h
oasys.o: oasys.c $(INCDIR)/oasys.h liboasys.h oasys.o: oasys.c $(INCDIR)/oasys.h liboasys.h
ieee.o: ieee.c $(INCDIR)/ieee.h libieee.h ieee.o: ieee.c $(INCDIR)/ieee.h libieee.h
aout0.o: aout0.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \ aout0.o: aout0.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \
@ -636,9 +650,10 @@ coff-we32k.o: coff-we32k.c $(INCDIR)/coff/we32k.h $(INCDIR)/coff/internal.h \
i386bsd.o: i386bsd.c libaout.h $(INCDIR)/bfdlink.h \ i386bsd.o: i386bsd.c libaout.h $(INCDIR)/bfdlink.h \
aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
i386dynix.o: i386dynix.c $(INCDIR)/aout/dynix3.h libaout.h \ i386dynix.o: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
$(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \ $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
aout-target.h
cpu-h8300.o: cpu-h8300.c cpu-h8300.o: cpu-h8300.c
cpu-i960.o: cpu-i960.c cpu-i960.o: cpu-i960.c
cpu-sparc.o: cpu-sparc.c cpu-sparc.o: cpu-sparc.c
@ -762,6 +777,9 @@ hash.o: hash.c
linker.o: linker.c $(INCDIR)/bfdlink.h genlink.h linker.o: linker.c $(INCDIR)/bfdlink.h genlink.h
cofflink.o: cofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \ cofflink.o: cofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
libcoff.h libcoff.h
m68knetbsd.o: m68knetbsd.c netbsd.h 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
ns32knetbsd.o: ns32knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \ ns32knetbsd.o: ns32knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h