aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Eric Fagan <sef@cygnus>1993-11-17 19:52:09 +0000
committerSean Eric Fagan <sef@cygnus>1993-11-17 19:52:09 +0000
commitcecbf7ed45ba87e13fe0612d39bc364e9afa30fe (patch)
tree4881203d1878b9d77829e6e69414f0d2a4875f4a
parent406202580838d02393e3b077effdb6dfcaee94ee (diff)
downloadgdb-cecbf7ed45ba87e13fe0612d39bc364e9afa30fe.zip
gdb-cecbf7ed45ba87e13fe0612d39bc364e9afa30fe.tar.gz
gdb-cecbf7ed45ba87e13fe0612d39bc364e9afa30fe.tar.bz2
NetWare/SPARC changes; required changes to the interface as well as
adding files.
-rw-r--r--bfd/Makefile.in20
1 files changed, 16 insertions, 4 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 07f453c..fe8264c 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -155,6 +155,7 @@ BFD32_BACKENDS = \
nlm.o \
nlm32-gen.o \
nlm32-i386.o \
+ nlm32-sparc.o \
nlm32.o \
oasys.o \
reloc16.o \
@@ -227,7 +228,7 @@ CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c \
elf.c elf32.c elf32-sparc.c elf32-i386.c elf32-i860.c elf32-m68k.c \
elf32-hppa.c elf32-m88k.c elf32-mips.c elf32-gen.c \
elf64.c elf64-gen.c \
- nlm.c nlm32.c nlm32-gen.c nlm32-i386.c nlm64.c nlm64-gen.c \
+ nlm.c nlm32.c nlm32-gen.c nlm32-i386.c nlm32-sparce.c nlm64.c nlm64-gen.c \
coff-alpha.c cpu-alpha.c \
hp300bsd.c hp300hpux.c \
i386lynx.c cf-i386lynx.c m68klynx.c cf-m68klynx.c \
@@ -263,6 +264,8 @@ clean-info:
install-info: force
@$(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
+diststuff: info
+
# Various kinds of .o files to put in libbfd.a:
# BFD_LIBS Generic routines, always needed.
# BFD_BACKENDS Routines the configured targets need.
@@ -318,8 +321,13 @@ do_clean: do_mostlyclean
rm -f libbfd.a TAGS bfd.h stmp-bfd.h ofiles
do_distclean: do_clean
rm -f Makefile config.status sysdep.h
+
+# Should we remove $(srcdir)/libcoff.h $(srcdir)/libbfd.h $(srcdir)/bfd-in2.h?
+# make-stds.texi says it depends on whether they can be regenerated using
+# this makefile. Well, they can, but only via an explicit "make headers";
+# the makefile does not regenerate them as needed. So I guess we should not
+# remove them in realclean.
do_realclean: do_distclean
- rm -f $(srcdir)/libcoff.h $(srcdir)/libbfd.h $(srcdir)/bfd-in2.h
mostlyclean: do_mostlyclean
$(MAKE) subdir_do DO=mostlyclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
@@ -630,8 +638,12 @@ nlm32.o : nlm32.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
$(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
nlm32-gen.o : nlm32-gen.c libnlm.h $(INCDIR)/nlm/common.h \
$(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlm-target.h
-nlm32-i386.o : nlm32-i386.c libnlm.h $(INCDIR)/nlm/common.h \
- $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlm-target.h
+nlm32-i386.o : nlm32-i386.c libnlm.h nlmswap.h $(INCDIR)/nlm/common.h \
+ $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h $(INCDIR)/nlm/i386-ext.h nlm-target.h
+nlm32-sparc.o : nlm32-sparc.c \
+ libnlm.h nlmswap.h \
+ $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
+ $(INCDIR)/nlm/external.h $(INCDIR)/nlm/i386-ext.h nlm-target.h
nlm64.o : nlm64.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
$(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
nlm64-gen.o : nlm64-gen.c libnlm.h $(INCDIR)/nlm/common.h \