gdb/
[deliverable/binutils-gdb.git] / bfd / Makefile.am
index 2ac03e9577ca4a196d3b59f3614ba5a80cfdc73b..6efe20fc0e9cf45bc5faa0e77134426fed5ee9eb 100644 (file)
@@ -1,4 +1,21 @@
 ## Process this file with automake to generate Makefile.in
+#
+#   Copyright 2012 Free Software Foundation
+#
+# This file is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING3.  If not see
+# <http://www.gnu.org/licenses/>.
+#
 
 AUTOMAKE_OPTIONS = 1.11 no-dist foreign
 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
@@ -112,12 +129,14 @@ ALL_MACHINES = \
        cpu-m88k.lo \
        cpu-mcore.lo \
        cpu-mep.lo \
+       cpu-metag.lo \
        cpu-microblaze.lo \
        cpu-mips.lo \
        cpu-mmix.lo \
        cpu-moxie.lo \
        cpu-msp430.lo \
        cpu-mt.lo \
+       cpu-nios2.lo \
        cpu-ns32k.lo \
        cpu-openrisc.lo \
        cpu-or32.lo \
@@ -141,6 +160,7 @@ ALL_MACHINES = \
        cpu-tilegx.lo \
        cpu-tilepro.lo \
        cpu-v850.lo \
+       cpu-v850_rh850.lo \
        cpu-vax.lo \
        cpu-w65.lo \
        cpu-we32k.lo \
@@ -193,6 +213,7 @@ ALL_MACHINES_CFILES = \
        cpu-m88k.c \
        cpu-mcore.c \
        cpu-mep.c \
+       cpu-metag.c \
        cpu-microblaze.c \
        cpu-mips.c \
        cpu-mmix.c \
@@ -200,6 +221,7 @@ ALL_MACHINES_CFILES = \
        cpu-msp430.c \
        cpu-mt.c \
        cpu-ns32k.c \
+       cpu-nios2.c \
        cpu-openrisc.c \
        cpu-or32.c \
        cpu-pdp11.c \
@@ -222,6 +244,7 @@ ALL_MACHINES_CFILES = \
        cpu-tilegx.c \
        cpu-tilepro.c \
        cpu-v850.c \
+       cpu-v850_rh850.c \
        cpu-vax.c \
        cpu-w65.c \
        cpu-we32k.c \
@@ -321,11 +344,13 @@ BFD32_BACKENDS = \
        elf32-m88k.lo \
        elf32-mcore.lo \
        elf32-mep.lo \
+       elf32-metag.lo \
        elf32-microblaze.lo \
        elf32-mips.lo \
        elf32-moxie.lo \
        elf32-msp430.lo \
        elf32-mt.lo \
+       elf32-nios2.lo \
        elf32-openrisc.lo \
        elf32-or32.lo \
        elf32-pj.lo \
@@ -509,11 +534,13 @@ BFD32_BACKENDS_CFILES = \
        elf32-m88k.c \
        elf32-mcore.c \
        elf32-mep.c \
+       elf32-metag.c \
        elf32-microblaze.c \
        elf32-mips.c \
        elf32-moxie.c \
        elf32-msp430.c \
        elf32-mt.c \
+       elf32-nios2.c \
        elf32-openrisc.c \
        elf32-or32.c \
        elf32-pj.c \
@@ -622,7 +649,6 @@ BFD64_BACKENDS = \
        coff-x86_64.lo \
        coff64-rs6000.lo \
        demo64.lo \
-       elf-nacl.lo \
        elf32-ia64.lo \
        elf32-score.lo \
        elf32-score7.lo \
@@ -661,7 +687,6 @@ BFD64_BACKENDS_CFILES = \
        coff-x86_64.c \
        coff64-rs6000.c \
        demo64.c \
-       elf-nacl.c \
        elf32-score.c \
        elf32-score7.c \
        elf64-alpha.c \
@@ -746,7 +771,7 @@ CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
 ## This is a list of all .h files which are in the source tree.
 SOURCE_HFILES = \
        aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
-       elf-bfd.h elf-hppa.h elf32-hppa.h \
+       elf-bfd.h elf-hppa.h elf-linux-psinfo.h elf32-hppa.h \
        elf64-hppa.h elfcode.h elfcore.h \
        freebsd.h genlink.h go32stub.h \
        libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
This page took 0.030797 seconds and 4 git commands to generate.