2003-05-28 Alan Modra <amodra@bigpond.net.au>
[deliverable/binutils-gdb.git] / bfd / Makefile.in
index 3de6121d8e4b6b2b6aca3421f37d179805e188e7..d8fc69f4f59f91611558aa22f93fecf469b68d67 100644 (file)
@@ -358,6 +358,7 @@ BFD32_BACKENDS = \
        elf32-m32r.lo \
        elf32-m68hc11.lo \
        elf32-m68hc12.lo \
+       elf32-m68hc1x.lo \
        elf32-m68k.lo \
        elf32-m88k.lo \
        elf-m10200.lo \
@@ -522,6 +523,7 @@ BFD32_BACKENDS_CFILES = \
        elf32-m68k.c \
        elf32-m68hc11.c \
        elf32-m68hc12.c \
+       elf32-m68hc1x.c \
        elf32-m88k.c \
        elf-m10200.c \
        elf-m10300.c \
@@ -1739,12 +1741,16 @@ elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
 elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
   $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/m68hc11.h \
-  $(INCDIR)/elf/reloc-macros.h elf32-target.h
+  $(INCDIR)/elf/reloc-macros.h elf32-target.h elf32-m68hc1x.h
 elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68hc11.h \
-  elf32-target.h
+  elf32-target.h elf32-m68hc1x.h
+elf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/filenames.h \
+  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
+  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/m68hc11.h \
+  $(INCDIR)/elf/reloc-macros.h elf32-target.h elf32-m68hc1x.h
 elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h elf-bfd.h \
   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
   $(INCDIR)/bfdlink.h elf32-target.h
This page took 0.022787 seconds and 4 git commands to generate.