diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-27 19:57:34 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-27 19:57:34 +0000 |
commit | c877bdf1a5ffb97d8f14eccfc4789b277579c4a4 (patch) | |
tree | aa01584afe6986bb27416e781bae1e7c6ac8c20f /bfd/Makefile.in | |
parent | 7ec49f9133feadc43acc49b1ee00674ecb9c1c15 (diff) | |
download | gdb-c877bdf1a5ffb97d8f14eccfc4789b277579c4a4.zip gdb-c877bdf1a5ffb97d8f14eccfc4789b277579c4a4.tar.gz gdb-c877bdf1a5ffb97d8f14eccfc4789b277579c4a4.tar.bz2 |
* ns32k.h: New file.
* cpu-ns32k.h: Include ns32k.h. Rename externally visible
functions to start with _bfd_.
* aout-ns32k.c: Include ns32k.h. Change references to renamed
functions in cpu-ns32k.h.
* Makefile.in: Rebuild dependencies.
(HFILES): Add ns32k.h.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index f37b97f..cd84b94 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -54,7 +54,7 @@ INSTALL_DATA = @INSTALL_DATA@ AR = @AR@ AR_FLAGS = rc CC = @CC@ -CFLAGS = -g +CFLAGS = @CFLAGS@ MAKEINFO = makeinfo RANLIB = @RANLIB@ @@ -99,13 +99,13 @@ BFD_LIBS = \ archive.o archures.o bfd.o cache.o coffgen.o corefile.o \ format.o init.o libbfd.o opncls.o reloc.o \ section.o syms.o targets.o hash.o linker.o \ - elf.o srec.o binary.o tekhex.o ihex.o + elf.o srec.o binary.o tekhex.o ihex.o stab-syms.o BFD_LIBS_CFILES = \ archive.c archures.c bfd.c cache.c coffgen.c corefile.c \ format.c init.c libbfd.c opncls.c reloc.c \ section.c syms.c targets.c hash.c linker.c \ - elf.c srec.c binary.c tekhex.c ihex.c + elf.c srec.c binary.c tekhex.c ihex.c stab-syms.c # This list is alphabetized to make it easier to keep in sync # with the decls and initializer in archures.c. @@ -225,6 +225,7 @@ BFD32_BACKENDS = \ i386mach3.o \ i386os9k.o \ ieee.o \ + m68klinux.o \ m68klynx.o \ m68knetbsd.o \ m88kmach3.o \ @@ -247,7 +248,6 @@ BFD32_BACKENDS = \ reloc16.o \ sparclynx.o \ sparcnetbsd.o \ - stab-syms.o \ sunos.o \ tekhex.o \ versados.o \ @@ -309,6 +309,7 @@ BFD32_BACKENDS_CFILES = \ i386mach3.c \ i386os9k.c \ ieee.c \ + m68klinux.c \ m68klynx.c \ m68knetbsd.c \ m88kmach3.c \ @@ -331,7 +332,6 @@ BFD32_BACKENDS_CFILES = \ reloc16.c \ sparclynx.c \ sparcnetbsd.c \ - stab-syms.c \ sunos.c \ tekhex.c \ versados.c \ @@ -428,7 +428,7 @@ 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 elf-bfd.h libhppa.h libieee.h libnlm.h \ - liboasys.h nlm-target.h nlmcode.h som.h genlink.h netbsd.h + liboasys.h nlm-target.h nlmcode.h som.h genlink.h netbsd.h ns32k.h all: Makefile $(ALLLIBS) @PICLIST@ @$(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) @@ -825,6 +825,8 @@ srec.o: srec.c $(INCDIR)/libiberty.h binary.o: binary.c tekhex.o: tekhex.c $(INCDIR)/libiberty.h ihex.o: ihex.c $(INCDIR)/libiberty.h +stab-syms.o: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \ + $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def cpu-a29k.o: cpu-a29k.c cpu-alpha.o: cpu-alpha.c cpu-arm.o: cpu-arm.c @@ -837,7 +839,7 @@ cpu-i960.o: cpu-i960.c cpu-m68k.o: cpu-m68k.c cpu-m88k.o: cpu-m88k.c cpu-mips.o: cpu-mips.c -cpu-ns32k.o: cpu-ns32k.c +cpu-ns32k.o: cpu-ns32k.c ns32k.h cpu-powerpc.o: cpu-powerpc.c cpu-rs6000.o: cpu-rs6000.c cpu-sh.o: cpu-sh.c @@ -849,7 +851,7 @@ cpu-z8k.o: cpu-z8k.c aout-adobe.o: aout-adobe.c $(INCDIR)/aout/adobe.h $(INCDIR)/aout/stab_gnu.h \ $(INCDIR)/aout/stab.def libaout.h $(INCDIR)/bfdlink.h aout-ns32k.o: aout-ns32k.c $(INCDIR)/aout/aout64.h \ - libaout.h $(INCDIR)/bfdlink.h + ns32k.h libaout.h $(INCDIR)/bfdlink.h aout0.o: aout0.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \ $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h @@ -877,8 +879,9 @@ coff-arm.o: coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h \ coff-aux.o: coff-aux.c $(INCDIR)/coff/aux-coff.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/m68k.h coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h \ coffcode.h coffswap.h -coff-h8300.o: coff-h8300.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8300.h \ - $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h +coff-h8300.o: coff-h8300.c $(INCDIR)/bfdlink.h genlink.h \ + $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h libcoff.h \ + coffcode.h coffswap.h coff-h8500.o: coff-h8500.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h \ $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h coff-i386.o: coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \ @@ -993,6 +996,9 @@ i386mach3.o: i386mach3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ i386os9k.o: i386os9k.c $(INCDIR)/bfdlink.h libaout.h \ $(INCDIR)/os9k.h ieee.o: ieee.c $(INCDIR)/ieee.h libieee.h +m68klinux.o: m68klinux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ + $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \ + $(INCDIR)/bfdlink.h aout-target.h m68klynx.o: m68klynx.c libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \ $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h @@ -1054,8 +1060,6 @@ sparclynx.o: sparclynx.c $(INCDIR)/aout/sun4.h libaout.h \ sparcnetbsd.o: sparcnetbsd.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 -stab-syms.o: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \ - $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def sunos.o: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \ $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h |