* mn10300.h (R_MN10300_ALIGN): Define.
[deliverable/binutils-gdb.git] / gas / Makefile.am
index 1567d4e1a26dd90d8d515743fa2acb963fece4a9..03cf5e4c0b6ea7cd822eed3ffb3bdf91dd089806 100644 (file)
@@ -195,13 +195,14 @@ GAS_CFILES = \
        messages.c \
        output-file.c \
        read.c \
+       remap.c \
        sb.c \
        stabs.c \
        subsegs.c \
        symbols.c \
        write.c
 
-CFILES = $(GAS_CFILES) itbl-ops.c
+CFILES = $(GAS_CFILES) itbl-ops.c cgen.c
 
 HFILES = \
        as.h \
@@ -257,10 +258,12 @@ TARGET_CPU_CFILES = \
        config/tc-i860.c \
        config/tc-i960.c \
        config/tc-ip2k.c \
+       config/tc-iq2000.c \
        config/tc-m32c.c \
        config/tc-m32r.c \
        config/tc-m68hc11.c \
        config/tc-m68k.c \
+       config/tc-maxq.c \
        config/tc-mcore.c \
        config/tc-mep.c \
        config/tc-mips.c \
@@ -268,6 +271,7 @@ TARGET_CPU_CFILES = \
        config/tc-mn10200.c \
        config/tc-mn10300.c \
        config/tc-msp430.c \
+       config/tc-mt.c \
        config/tc-ns32k.c \
        config/tc-openrisc.c \
        config/tc-or32.c \
@@ -281,6 +285,7 @@ TARGET_CPU_CFILES = \
        config/tc-sparc.c \
        config/tc-spu.c \
        config/tc-tic30.c \
+       config/tc-tic4x.c \
        config/tc-tic54x.c \
        config/tc-vax.c \
        config/tc-v850.c \
@@ -288,7 +293,8 @@ TARGET_CPU_CFILES = \
        config/tc-xc16x.c \
        config/tc-xtensa.c \
        config/tc-z80.c \
-       config/tc-z8k.c
+       config/tc-z8k.c \
+       config/xtensa-relax.c
 
 TARGET_CPU_HFILES = \
        config/tc-alpha.h \
@@ -312,10 +318,12 @@ TARGET_CPU_HFILES = \
        config/tc-i860.h \
        config/tc-i960.h \
        config/tc-ip2k.h \
+       config/tc-iq2000.h \
        config/tc-m32c.h \
        config/tc-m32r.h \
        config/tc-m68hc11.h \
        config/tc-m68k.h \
+       config/tc-maxq.h \
        config/tc-mcore.h \
        config/tc-mep.h \
        config/tc-mips.h \
@@ -323,6 +331,7 @@ TARGET_CPU_HFILES = \
        config/tc-mn10200.h \
        config/tc-mn10300.h \
        config/tc-msp430.h \
+       config/tc-mt.h \
        config/tc-ns32k.h \
        config/tc-openrisc.h \
        config/tc-or32.h \
@@ -336,6 +345,7 @@ TARGET_CPU_HFILES = \
        config/tc-sparc.h \
        config/tc-spu.h \
        config/tc-tic30.h \
+       config/tc-tic4x.h \
        config/tc-tic54x.h \
        config/tc-vax.h \
        config/tc-v850.h \
@@ -343,7 +353,8 @@ TARGET_CPU_HFILES = \
        config/tc-xc16x.h \
        config/tc-xtensa.h \
        config/tc-z80.h \
-       config/tc-z8k.h
+       config/tc-z8k.h \
+       config/xtensa-relax.h
 
 # OBJ files in config
 
@@ -367,22 +378,21 @@ OBJ_FORMAT_HFILES = \
 
 TARG_ENV_HFILES = \
        config/te-386bsd.h \
+       config/te-aix5.h \
+       config/te-armeabi.h \
        config/te-armlinuxeabi.h \
-       config/te-aux.h \
-       config/te-delta.h \
-       config/te-delt88.h \
-       config/te-dpx2.h \
        config/te-dynix.h \
        config/te-epoc-pe.h \
+       config/te-freebsd.h \
        config/te-generic.h \
+       config/te-gnu.h \
        config/te-go32.h \
        config/te-hppa.h \
        config/te-hppa64.h \
        config/te-hppalinux64.h \
        config/te-i386aix.h \
        config/te-ia64aix.h \
-       config/te-ic960.h \
-       config/te-linux.h \
+       config/te-interix.h \
        config/te-lnews.h \
        config/te-lynx.h \
        config/te-mach.h \
@@ -399,6 +409,7 @@ TARG_ENV_HFILES = \
        config/te-svr4.h \
        config/te-symbian.h \
        config/te-tmips.h \
+       config/te-vxworks.h \
        config/te-wince-pe.h
 
 # Multi files in config
@@ -439,6 +450,7 @@ GENERIC_OBJS = \
        messages.o \
        output-file.o \
        read.o \
+       remap.o \
        subsegs.o \
        symbols.o \
        write.o \
@@ -448,9 +460,13 @@ GENERIC_OBJS = \
        sb.o \
        macro.o
 
+CONFIG_ATOF_CFILES = \
+       config/atof-ieee.c \
+       config/atof-vax.c
+
 OBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)
 
-POTFILES = $(MULTI_CFILES) $(TARGET_ENV_HFILES) $(OBJ_FORMAT_HFILES) \
+POTFILES = $(MULTI_CFILES) $(CONFIG_ATOF_CFILES) $(TARG_ENV_HFILES) $(OBJ_FORMAT_HFILES) \
        $(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
        $(HFILES) $(CFILES)
 po/POTFILES.in: @MAINT@ Makefile
@@ -482,7 +498,7 @@ INCDIR = $(BASEDIR)/include
 # Both . and srcdir are used, in that order,
 # so that tm.h and config.h will be found in the compilation
 # subdirectory rather than in the source directory.
-INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(srcdir)/config \
+INCLUDES = -I. -I$(srcdir) -I../bfd -I$(srcdir)/config \
        -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) @INCINTL@ \
        -DLOCALEDIR="\"$(datadir)/locale\""
 
@@ -490,7 +506,7 @@ INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(srcdir)/config \
 # with $${srcdir}, and should work in a subdirectory.  This is used
 # when building dependencies, because the dependency building is done
 # in a subdirectory.
-DEP_INCLUDES = -D_GNU_SOURCE -I.. -I$${srcdir} -I../../bfd \
+DEP_INCLUDES = -I.. -I$${srcdir} -I../../bfd \
        -I$${srcdir}/config -I$${srcdir}/../include -I$${srcdir}/.. \
        -I$${srcdir}/../bfd @INCINTL@ \
        -DLOCALEDIR="\"$(datadir)/locale\""
@@ -881,7 +897,11 @@ DEPTC: $(TARGET_CPU_CFILES)
              echo '#include "te-generic.h"' > targ-env.h; \
              echo '' > itbl-cpu.h; \
              echo '' > itbl-parse.h; \
-             echo '#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h; \
+             if [ -f $${srcdir}/opcodes/$${c}-desc.h ]; then \
+               echo '#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h; \
+             else \
+               echo '' > cgen-desc.h; \
+             fi ;\
              rm -f dummy.c; \
              cp $${srcdir}/config/tc-$${c}.c dummy.c; \
              $(MKDEP) $(DEP_FLAGS) dummy.c | \
@@ -1129,19 +1149,22 @@ DEPTC_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
   $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
   $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
   subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h \
-  $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h
+  $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h \
+  $(srcdir)/../opcodes/i386-init.h
 DEPTC_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
   $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
   $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
   $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
   subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h \
-  $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h
+  $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h \
+  $(srcdir)/../opcodes/i386-init.h
 DEPTC_i386_elf = $(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-i386.h $(srcdir)/../opcodes/i386-opc.h \
   $(INCDIR)/opcode/i386.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
   subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h \
-  $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h
+  $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h \
+  $(srcdir)/../opcodes/i386-init.h
 DEPTC_i860_elf = $(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-i860.h dwarf2dbg.h \
@@ -2163,6 +2186,7 @@ messages.o: messages.c
 output-file.o: output-file.c output-file.h
 read.o: read.c $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
   sb.h macro.h ecoff.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
+remap.o: remap.c
 sb.o: sb.c sb.h
 stabs.o: stabs.c $(INCDIR)/obstack.h subsegs.h ecoff.h \
   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
@@ -2172,6 +2196,8 @@ symbols.o: symbols.c $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h \
 write.o: write.c subsegs.h $(INCDIR)/obstack.h output-file.h \
   dwarf2dbg.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
 itbl-ops.o: itbl-ops.c itbl-ops.h
+cgen.o: cgen.c cgen-desc.h subsegs.h $(INCDIR)/obstack.h \
+  cgen.h dwarf2dbg.h struc-symbol.h
 e-crisaout.o: $(srcdir)/config/e-crisaout.c emul-target.h
 e-criself.o: $(srcdir)/config/e-criself.c emul-target.h
 e-i386aout.o: $(srcdir)/config/e-i386aout.c emul-target.h
This page took 0.025935 seconds and 4 git commands to generate.