diff options
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 909efd3..ce84913 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -85,6 +85,8 @@ BFD32_BACKENDS = \ elf.o \ elf32.o elf32-sparc.o elf32-i386.o elf32-i860.o elf32-m68k.o \ elf32-hppa.o elf32-mips.o elf32-m88k.o elf32-gen.o \ + nlm.o \ + nlm32.o nlm32-gen.o \ aout32.o sunos.o newsos3.o mipsbsd.o aout-adobe.o \ i386aout.o i386bsd.o i386linux.o i386lynx.o \ hp300hpux.o bout.o \ @@ -97,6 +99,7 @@ BFD32_BACKENDS = \ BFD64_BACKENDS = \ elf64.o elf64-gen.o \ + nlm64.o nlm64-gen.o \ aout64.o demo64.o OPTIONAL_BACKENDS = trad-core.o @@ -148,6 +151,7 @@ CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.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 \ + nlm32.c nlm32-gen.c nlm64.c nlm64-gen.c \ coff-alpha.c cpu-alpha.c \ hp300hpux.c i386lynx.c @@ -494,6 +498,15 @@ elf64.o : elf64.c elfcode.h libelf.h libbfd.h $(BFD_H) \ $(INCDIR)/obstack.h elf64-gen.o : elf64-gen.c libelf.h libbfd.h \ $(BFD_H) $(INCDIR)/obstack.h +nlm.o : nlm.c libnlm.h libbfd.h $(BFD_H) $(INCDIR)/obstack.h +nlm32.o : nlm32.c nlmcode.h libnlm.h libbfd.h $(BFD_H) \ + $(INCDIR)/obstack.h +nlm32-gen.o : nlm32-gen.c libnlm.h libbfd.h \ + $(BFD_H) $(INCDIR)/obstack.h +nlm64.o : nlm64.c nlmcode.h libnlm.h libbfd.h $(BFD_H) \ + $(INCDIR)/obstack.h +nlm64-gen.o : nlm64-gen.c libnlm.h libbfd.h \ + $(BFD_H) $(INCDIR)/obstack.h # IF YOU PUT ANYTHING HERE IT WILL GO AWAY |