aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-07-22 22:29:11 +0000
committerIan Lance Taylor <ian@airs.com>1997-07-22 22:29:11 +0000
commit179ce6e10b6f1de007323a29205dd6d6c9725b2b (patch)
tree14f4d962ac4fbe2955208b6c2c8964f2188ade3f /bfd/Makefile.in
parent35743787d5d0e0fae01cebe67eb7264930e7bbcb (diff)
downloadgdb-179ce6e10b6f1de007323a29205dd6d6c9725b2b.zip
gdb-179ce6e10b6f1de007323a29205dd6d6c9725b2b.tar.gz
gdb-179ce6e10b6f1de007323a29205dd6d6c9725b2b.tar.bz2
Tue Jul 22 17:19:45 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
* coff-stubgo32.c: New file. * go32stub.h: New file. * coff-i386.c: If COFF_GO32_EXE, include coff/go32exe.h. * targets.c (go32stubbedcoff_vec): Declare. (bfd_target_vector): Add go32stubbedcoff_vec. * configure.in (go32coff_vec): New target vector. (go32stubbedcoff_vec): Likewise. * Makefile.in: Rebuild dependencies. (BFD32_BACKENDS): Add coff-stubgo32.o. (BFD32_BACKENDS_CFILES): Add coff-stubgo32.c. (HFILES): Add go32stub.h.
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