Add support for Score target.
[external/binutils.git] / gas / Makefile.in
index 0cfadba..2d53f12 100644 (file)
@@ -306,6 +306,7 @@ CPU_TYPES = \
        pj \
        ppc \
        s390 \
+       score \
        sh \
        sh64 \
        sparc \
@@ -491,6 +492,7 @@ TARGET_CPU_CFILES = \
        config/tc-pj.c \
        config/tc-ppc.c \
        config/tc-s390.c \
+       config/tc-score.c \
        config/tc-sh.c \
        config/tc-sh64.c \
        config/tc-sparc.c \
@@ -542,6 +544,7 @@ TARGET_CPU_HFILES = \
        config/tc-pj.h \
        config/tc-ppc.h \
        config/tc-s390.h \
+       config/tc-score.h \
        config/tc-sh.h \
        config/tc-sh64.h \
        config/tc-sparc.h \
@@ -608,7 +611,8 @@ TARG_ENV_HFILES = \
        config/te-sun3.h \
        config/te-svr4.h \
        config/te-symbian.h \
-       config/te-tmips.h
+       config/te-tmips.h \
+       config/te-wince-pe.h
 
 
 # Multi files in config
@@ -1080,6 +1084,14 @@ DEPTC_s390_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
   struc-symbol.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/s390.h \
   $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h
 
+DEPTC_score_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h  \
+  $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
+  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h \
+  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h  \
+  $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
+  dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
+  $(INCDIR)/opcode/score-inst.h $(INCDIR)/opcode/score-datadep.h
+
 DEPTC_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
   $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \