aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in21
1 files changed, 16 insertions, 5 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 7f6479a..e323c6d 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -205,6 +205,7 @@ BFD32_BACKENDS = \
coff-rs6000.o \
coff-sh.o \
coff-sparc.o \
+ coff-stubgo32.o \
coff-svm68k.o \
$(start-sanitize-tic80) \
coff-tic80.o \
@@ -315,6 +316,7 @@ BFD32_BACKENDS_CFILES = \
coff-rs6000.c \
coff-sh.c \
coff-sparc.c \
+ coff-stubgo32.c \
coff-svm68k.c \
coff-u68k.c \
coff-we32k.c \
@@ -487,9 +489,9 @@ 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 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 ns32k.h som.h \
+ elfcode.h evax.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 ns32k.h som.h \
targmatch.h
all: Makefile $(ALLLIBS) @PICLIST@
@@ -638,8 +640,13 @@ do_distclean: do_clean
rm -f Makefile config.status config.cache config.h config.log \
stamp-h bfd-in3.h
rm -rf pic stamp-picdir
+
+# do_maintainer_clean really should remove bfd-in2.h, since it is a
+# generated file. However, the GNU standards say that
+# maintainer-clean should not delete anything which needs to exist in
+# order to run configure, and bfd-in2.h is used by configure.
do_maintainer_clean: do_distclean
- rm -f $(srcdir)/bfd-in2.h $(srcdir)/libbfd.h $(srcdir)/libcoff.h
+ rm -f $(srcdir)/libbfd.h $(srcdir)/libcoff.h
mostlyclean: do_mostlyclean
$(MAKE) subdir_do DO=mostlyclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
@@ -878,7 +885,7 @@ end-sanitize-v850:
start-sanitize-tic80:
cpu-tic80.o: cpu-tic80.c
coff-tic80.o: coff-tic80.c $(INCDIR)/bfdlink.h elf-bfd.h \
- $(INCDIR)/coff/internal.h coffcode.h
+ $(INCDIR)/coff/tic80.h $(INCDIR)/coff/internal.h coffcode.h
end-sanitize-tic80:
$(OFILES): stamp-picdir
@@ -1017,6 +1024,10 @@ coff-sh.o: coff-sh.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
$(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
coff-sparc.o: coff-sparc.c $(INCDIR)/coff/sparc.h $(INCDIR)/coff/internal.h \
libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
+coff-stubgo32.o: coff-stubgo32.c coff-i386.c $(INCDIR)/coff/i386.h \
+ $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
+ libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
+ go32stub.h
coff-svm68k.o: coff-svm68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \
$(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
coffcode.h coffswap.h