aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-01-12 21:41:20 +0000
committerKen Raeburn <raeburn@cygnus>1995-01-12 21:41:20 +0000
commit661df78b77ed4aec5e02406c6a1bd9bc61d872fa (patch)
treecec0c95ba1b549e2d2152e56c970d38d78556e5f /bfd/Makefile.in
parent7f4c005d31f2c970f59c93eae2eb1c2489ec6281 (diff)
downloadgdb-661df78b77ed4aec5e02406c6a1bd9bc61d872fa.zip
gdb-661df78b77ed4aec5e02406c6a1bd9bc61d872fa.tar.gz
gdb-661df78b77ed4aec5e02406c6a1bd9bc61d872fa.tar.bz2
(ALL_MACHINES, BFD32_BACKENDS): Include arc and rce, appropriately sanitized.
(diststuff): Include `headers'. Updated dependencies.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in38
1 files changed, 28 insertions, 10 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 247bd6f..a4887f8 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -93,6 +93,9 @@ BFD_LIBS = \
ALL_MACHINES = \
cpu-a29k.o \
cpu-alpha.o \
+ $(start-sanitize-arc) \
+ cpu-arc.o \
+ $(end-sanitize-arc) \
cpu-arm.o \
cpu-h8300.o \
cpu-h8500.o \
@@ -104,6 +107,9 @@ ALL_MACHINES = \
cpu-mips.o \
cpu-ns32k.o \
cpu-powerpc.o \
+ $(start-sanitize-rce) \
+ cpu-rce.o \
+ $(end-sanitize-rce) \
cpu-rs6000.o \
cpu-sh.o \
cpu-sparc.o \
@@ -116,6 +122,9 @@ ALL_MACHINES = \
BFD32_BACKENDS = \
aout-adobe.o \
aout-ns32k.o \
+ $(start-sanitize-rce) \
+ aout-rce.o \
+ $(end-sanitize-rce) \
aout0.o \
aout32.o \
bout.o \
@@ -141,6 +150,9 @@ BFD32_BACKENDS = \
cofflink.o \
ecoff.o \
ecofflink.o \
+ $(start-sanitize-arc) \
+ elf32-arc.o \
+ $(end-sanitize-arc) \
elf32-gen.o \
elf32-hppa.o \
elf32-i386.o \
@@ -162,6 +174,7 @@ BFD32_BACKENDS = \
i386os9k.o \
ieee.o \
m68klynx.o \
+ m68knetbsd.o \
m88kmach3.o \
mipsbsd.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 \
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 \
- ns32knetbsd.c sparcnetbsd.c
+ m68knetbsd.c ns32knetbsd.c sparcnetbsd.c
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 hppa_stubs.h libaout.h libbfd.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)
@@ -286,7 +299,7 @@ clean-info:
install-info: force
@$(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:
# BFD_LIBS Generic routines, always needed.
@@ -544,8 +557,9 @@ cache.o: cache.c
archures.o: archures.c
coff-i386.o: coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
-coff-go32.o: coff-go32.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \
- libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
+coff-go32.o: coff-go32.c coff-i386.c $(INCDIR)/coff/i386.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 \
$(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
$(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
coff-i960.o: coff-i960.c $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.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
-tekhex.o: tekhex.c
+tekhex.o: tekhex.c $(INCDIR)/libiberty.h
oasys.o: oasys.c $(INCDIR)/oasys.h liboasys.h
ieee.o: ieee.c $(INCDIR)/ieee.h libieee.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 \
aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
-i386dynix.o: i386dynix.c $(INCDIR)/aout/dynix3.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
+i386dynix.o: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
+ $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
+ $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
+ aout-target.h
cpu-h8300.o: cpu-h8300.c
cpu-i960.o: cpu-i960.c
cpu-sparc.o: cpu-sparc.c
@@ -762,6 +777,9 @@ hash.o: hash.c
linker.o: linker.c $(INCDIR)/bfdlink.h genlink.h
cofflink.o: cofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.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 \
aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
$(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h