* gas/config/tc-avr.c: Change ISA for devices with USB support to
[external/binutils.git] / bfd / Makefile.am
index 8381492..6efe20f 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
@@ -12,16 +29,21 @@ CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
 SUBDIRS = doc po
 
 bfddocdir = doc
-bfdlibdir = @bfdlibdir@
-bfdincludedir = @bfdincludedir@
 
 libbfd_la_LDFLAGS =
 if INSTALL_LIBBFD
+bfdlibdir = @bfdlibdir@
+bfdincludedir = @bfdincludedir@
 bfdlib_LTLIBRARIES = libbfd.la
 bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h
 else !INSTALL_LIBBFD
+# Empty these so that the respective installation directories will not be created.
+bfdlibdir =
+bfdincludedir =
+bfdinclude_HEADERS =
+rpath_bfdlibdir = @bfdlibdir@
 noinst_LTLIBRARIES = libbfd.la
-libbfd_la_LDFLAGS += -rpath $(bfdlibdir)
+libbfd_la_LDFLAGS += -rpath $(rpath_bfdlibdir)
 endif
 
 WARN_CFLAGS = @WARN_CFLAGS@
@@ -29,7 +51,8 @@ NO_WERROR = @NO_WERROR@
 AM_CFLAGS = $(WARN_CFLAGS)
 AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
 if PLUGINS
-LIBDL = -ldl
+bfdinclude_HEADERS += $(INCDIR)/plugin-api.h
+LIBDL = @lt_cv_dlopen_libs@
 endif
 
 # bfd.h goes here, for now
@@ -65,6 +88,7 @@ BFD64_LIBS_CFILES = archive64.c
 # This list is alphabetized to make it easier to keep in sync
 # with the decls and initializer in archures.c.
 ALL_MACHINES = \
+       cpu-aarch64.lo \
        cpu-alpha.lo \
        cpu-arc.lo \
        cpu-arm.lo \
@@ -77,6 +101,7 @@ ALL_MACHINES = \
        cpu-d10v.lo \
        cpu-d30v.lo \
        cpu-dlx.lo \
+       cpu-epiphany.lo \
        cpu-fr30.lo \
        cpu-frv.lo \
        cpu-h8300.lo \
@@ -85,6 +110,7 @@ ALL_MACHINES = \
        cpu-i370.lo \
        cpu-i386.lo \
        cpu-l1om.lo \
+       cpu-k1om.lo \
        cpu-i860.lo \
        cpu-i960.lo \
        cpu-ia64.lo \
@@ -97,17 +123,20 @@ ALL_MACHINES = \
        cpu-m32r.lo \
        cpu-m68hc11.lo \
        cpu-m68hc12.lo \
+       cpu-m9s12x.lo \
+       cpu-m9s12xg.lo \
        cpu-m68k.lo \
        cpu-m88k.lo \
-       cpu-maxq.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 \
@@ -116,6 +145,8 @@ ALL_MACHINES = \
        cpu-plugin.lo \
        cpu-powerpc.lo \
        cpu-rs6000.lo \
+       cpu-rl78.lo \
+       cpu-rx.lo \
        cpu-s390.lo \
        cpu-score.lo \
        cpu-sh.lo \
@@ -124,18 +155,24 @@ ALL_MACHINES = \
        cpu-tic30.lo \
        cpu-tic4x.lo \
        cpu-tic54x.lo \
+       cpu-tic6x.lo \
        cpu-tic80.lo \
+       cpu-tilegx.lo \
+       cpu-tilepro.lo \
        cpu-v850.lo \
+       cpu-v850_rh850.lo \
        cpu-vax.lo \
        cpu-w65.lo \
        cpu-we32k.lo \
        cpu-xc16x.lo \
+       cpu-xgate.lo \
        cpu-xstormy16.lo \
        cpu-xtensa.lo \
        cpu-z80.lo \
        cpu-z8k.lo
 
 ALL_MACHINES_CFILES = \
+       cpu-aarch64.c \
        cpu-alpha.c \
        cpu-arc.c \
        cpu-arm.c \
@@ -148,6 +185,7 @@ ALL_MACHINES_CFILES = \
        cpu-d10v.c \
        cpu-d30v.c \
        cpu-dlx.c \
+       cpu-epiphany.c \
        cpu-fr30.c \
        cpu-frv.c \
        cpu-h8300.c \
@@ -156,6 +194,7 @@ ALL_MACHINES_CFILES = \
        cpu-i370.c \
        cpu-i386.c \
        cpu-l1om.c \
+       cpu-k1om.c \
        cpu-i860.c \
        cpu-i960.c \
        cpu-ia64.c \
@@ -168,11 +207,13 @@ ALL_MACHINES_CFILES = \
        cpu-m32r.c \
        cpu-m68hc11.c \
        cpu-m68hc12.c \
+       cpu-m9s12x.c \
+       cpu-m9s12xg.c \
        cpu-m68k.c \
        cpu-m88k.c \
-       cpu-maxq.c \
        cpu-mcore.c \
        cpu-mep.c \
+       cpu-metag.c \
        cpu-microblaze.c \
        cpu-mips.c \
        cpu-mmix.c \
@@ -180,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 \
@@ -187,6 +229,8 @@ ALL_MACHINES_CFILES = \
        cpu-plugin.c \
        cpu-powerpc.c \
        cpu-rs6000.c \
+       cpu-rl78.c \
+       cpu-rx.c \
        cpu-s390.c \
        cpu-score.c \
        cpu-sh.c \
@@ -195,12 +239,17 @@ ALL_MACHINES_CFILES = \
        cpu-tic30.c \
        cpu-tic4x.c \
        cpu-tic54x.c \
+       cpu-tic6x.c \
        cpu-tic80.c \
+       cpu-tilegx.c \
+       cpu-tilepro.c \
        cpu-v850.c \
+       cpu-v850_rh850.c \
        cpu-vax.c \
        cpu-w65.c \
        cpu-we32k.c \
        cpu-xc16x.c \
+       cpu-xgate.c \
        cpu-xstormy16.c \
        cpu-xtensa.c \
        cpu-z80.c \
@@ -232,7 +281,6 @@ BFD32_BACKENDS = \
        coff-i960.lo \
        coff-m68k.lo \
        coff-m88k.lo \
-       coff-maxq.lo \
        coff-mips.lo \
        coff-or32.lo \
        coff-rs6000.lo \
@@ -258,6 +306,7 @@ BFD32_BACKENDS = \
        elf-ifunc.lo \
        elf-m10200.lo \
        elf-m10300.lo \
+       elf-nacl.lo \
        elf-strtab.lo \
        elf-vxworks.lo \
        elf.lo \
@@ -273,6 +322,7 @@ BFD32_BACKENDS = \
        elf32-d10v.lo \
        elf32-d30v.lo \
        elf32-dlx.lo \
+       elf32-epiphany.lo \
        elf32-fr30.lo \
        elf32-frv.lo \
        elf32-gen.lo \
@@ -294,15 +344,19 @@ 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 \
        elf32-ppc.lo \
+       elf32-rl78.lo \
+       elf32-rx.lo \
        elf32-s390.lo \
        elf32-sh-symbian.lo \
        elf32-sh.lo \
@@ -310,15 +364,20 @@ BFD32_BACKENDS = \
        elf32-sh64.lo \
        elf32-sparc.lo \
        elf32-spu.lo \
+       elf32-tic6x.lo \
+       elf32-tilegx.lo \
+       elf32-tilepro.lo \
        elf32-v850.lo \
        elf32-vax.lo \
        elf32-xc16x.lo \
+       elf32-xgate.lo \
        elf32-xstormy16.lo \
        elf32-xtensa.lo \
        elf32.lo \
        elflink.lo \
        elfxx-mips.lo \
        elfxx-sparc.lo \
+       elfxx-tilegx.lo \
        epoc-pe-arm.lo \
        epoc-pei-arm.lo \
        hp300bsd.lo \
@@ -381,12 +440,8 @@ BFD32_BACKENDS = \
        vaxbsd.lo \
        vaxnetbsd.lo \
        versados.lo \
-       vms-gsd.lo \
-       vms-hdr.lo \
+       vms-lib.lo \
        vms-misc.lo \
-       vms-tir.lo \
-       vms.lo \
-       vmsutil.lo \
        xcofflink.lo \
        xsym.lo \
        xtensa-isa.lo \
@@ -416,7 +471,6 @@ BFD32_BACKENDS_CFILES = \
        coff-i960.c \
        coff-m68k.c \
        coff-m88k.c \
-       coff-maxq.c \
        coff-mips.c \
        coff-or32.c \
        coff-rs6000.c \
@@ -442,6 +496,7 @@ BFD32_BACKENDS_CFILES = \
        elf-ifunc.c \
        elf-m10200.c \
        elf-m10300.c \
+       elf-nacl.c \
        elf-strtab.c \
        elf-vxworks.c \
        elf.c \
@@ -457,6 +512,7 @@ BFD32_BACKENDS_CFILES = \
        elf32-d10v.c \
        elf32-d30v.c \
        elf32-dlx.c \
+       elf32-epiphany.c \
        elf32-fr30.c \
        elf32-frv.c \
        elf32-gen.c \
@@ -478,15 +534,19 @@ 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 \
        elf32-ppc.c \
+       elf32-rl78.c \
+       elf32-rx.c \
        elf32-s390.c \
        elf32-sh-symbian.c \
        elf32-sh.c \
@@ -494,15 +554,20 @@ BFD32_BACKENDS_CFILES = \
        elf32-sh64.c \
        elf32-sparc.c \
        elf32-spu.c \
+       elf32-tic6x.c \
+       elf32-tilegx.c \
+       elf32-tilepro.c \
        elf32-v850.c \
        elf32-vax.c \
        elf32-xc16x.c \
+       elf32-xgate.c \
        elf32-xstormy16.c \
        elf32-xtensa.c \
        elf32.c \
        elflink.c \
        elfxx-mips.c \
        elfxx-sparc.c \
+       elfxx-tilegx.c \
        epoc-pe-arm.c \
        epoc-pei-arm.c \
        hp300bsd.c \
@@ -564,12 +629,8 @@ BFD32_BACKENDS_CFILES = \
        vaxbsd.c \
        vaxnetbsd.c \
        versados.c \
-       vms-gsd.c \
-       vms-hdr.c \
+       vms-lib.c \
        vms-misc.c \
-       vms-tir.c \
-       vms.c \
-       vmsutil.c \
        xcofflink.c \
        xsym.c \
        xtensa-isa.c \
@@ -581,6 +642,7 @@ BFD32_BACKENDS_CFILES = \
 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
 # BFD32_BACKENDS.
 BFD64_BACKENDS = \
+       elf64-aarch64.lo \
        aix5ppc-core.lo \
        aout64.lo \
        coff-alpha.lo \
@@ -594,15 +656,19 @@ BFD64_BACKENDS = \
        elf64-gen.lo \
        elf64-hppa.lo \
        elf64-ia64.lo \
+       elf64-ia64-vms.lo \
        elf64-mips.lo \
        elf64-mmix.lo \
        elf64-ppc.lo \
        elf64-s390.lo \
        elf64-sh64.lo \
        elf64-sparc.lo \
+       elf64-tilegx.lo \
        elf64-x86-64.lo \
        elf64.lo \
        elfn32-mips.lo \
+       elfxx-ia64.lo \
+       mach-o-x86-64.lo \
        mmo.lo \
        nlm32-alpha.lo \
        nlm64.lo \
@@ -610,9 +676,11 @@ BFD64_BACKENDS = \
        pei-ia64.lo \
        pei-x86_64.lo \
        pepigen.lo \
-       pex64igen.lo
+       pex64igen.lo \
+       vms-alpha.lo
 
 BFD64_BACKENDS_CFILES = \
+       elf64-aarch64.c \
        aix5ppc-core.c \
        aout64.c \
        coff-alpha.c \
@@ -624,21 +692,26 @@ BFD64_BACKENDS_CFILES = \
        elf64-alpha.c \
        elf64-gen.c \
        elf64-hppa.c \
+       elf64-ia64-vms.c \
        elf64-mips.c \
        elf64-mmix.c \
        elf64-ppc.c \
        elf64-s390.c \
        elf64-sh64.c \
        elf64-sparc.c \
+       elf64-tilegx.c \
        elf64-x86-64.c \
        elf64.c \
        elfn32-mips.c \
+       elfxx-ia64.c \
+       mach-o-x86-64.c \
        mmo.c \
        nlm32-alpha.c \
        nlm64.c \
        pe-x86_64.c \
        pei-ia64.c \
-       pei-x86_64.c
+       pei-x86_64.c \
+       vms-alpha.c
 
 OPTIONAL_BACKENDS = \
        aix386-core.lo \
@@ -647,6 +720,7 @@ OPTIONAL_BACKENDS = \
        irix-core.lo \
        lynx-core.lo \
        osf-core.lo \
+       rs6000-core.lo \
        sco5-core.lo \
        trad-core.lo
 
@@ -657,6 +731,7 @@ OPTIONAL_BACKENDS_CFILES = \
        irix-core.c \
        lynx-core.c \
        osf-core.c \
+       rs6000-core.c \
        sco5-core.c \
        trad-core.c
 
@@ -674,8 +749,10 @@ ALL_BACKENDS = @all_backends@
 BFD_BACKENDS = @bfd_backends@
 BFD_MACHINES = @bfd_machines@
 TDEFAULTS = @tdefaults@
+HAVEVECS = @havevecs@
 
-INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@
+INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) \
+       $(HAVEVECS) @INCINTL@
 
 # C source files that correspond to .o's.
 SOURCE_CFILES = \
@@ -694,14 +771,14 @@ 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 \
        libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
        netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
        pef.h pef-traceback.h peicode.h som.h version.h \
-       vms.h xcoff-target.h xsym.h
+       vms.h xsym.h
 
 ## ... and all .h files which are in the build tree.
 BUILD_HFILES = \
@@ -835,14 +912,14 @@ elf64-target.h : elfxx-target.h
        sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
        mv -f elf64-target.new elf64-target.h
 
-elf32-ia64.c : elfxx-ia64.c
+elf32-ia64.c : elfnn-ia64.c
        rm -f elf32-ia64.c
-       sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
+       sed -e s/NN/32/g < $(srcdir)/elfnn-ia64.c > elf32-ia64.new
        mv -f elf32-ia64.new elf32-ia64.c
 
-elf64-ia64.c : elfxx-ia64.c
+elf64-ia64.c : elfnn-ia64.c
        rm -f elf64-ia64.c
-       sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
+       sed -e s/NN/64/g < $(srcdir)/elfnn-ia64.c > elf64-ia64.new
        mv -f elf64-ia64.new elf64-ia64.c
 
 peigen.c : peXXigen.c
@@ -954,3 +1031,19 @@ bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
            -e "s,@report_bugs_to@,$$report_bugs_to," \
            < $(srcdir)/version.h > $@; \
        echo "$${bfd_soversion}" > libtool-soversion
+
+# Disable -Werror, if it has been enabled, since coffswap.h won't
+# compile with gcc 4.5 and above.
+coff-tic4x.lo: coff-tic4x.c
+@am__fastdepCC_TRUE@   $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
+
+coff-tic54x.lo: coff-tic54x.c
+@am__fastdepCC_TRUE@   $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
+@am__fastdepCC_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)