PR ld/16021
[deliverable/binutils-gdb.git] / opcodes / Makefile.am
index 3e6ceeb277c1e9532be87b641ac506cd6e61498c..0a65b75895576380d482cce512e7226593bd8adc 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 foreign no-dist
 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
@@ -172,6 +189,7 @@ TARGET_LIBOPCODES_CFILES = \
        mep-dis.c \
        mep-ibld.c \
        mep-opc.c \
+       metag-dis.c \
        microblaze-dis.c \
        micromips-opc.c \
        mips-dis.c \
@@ -181,12 +199,15 @@ TARGET_LIBOPCODES_CFILES = \
        mmix-opc.c \
        moxie-dis.c \
        moxie-opc.c \
+       msp430-decode.c \
        msp430-dis.c \
        mt-asm.c \
        mt-desc.c \
        mt-dis.c \
        mt-ibld.c \
        mt-opc.c \
+       nios2-dis.c \
+       nios2-opc.c \
        ns32k-dis.c \
        openrisc-asm.c \
        openrisc-desc.c \
@@ -243,7 +264,7 @@ TARGET_LIBOPCODES_CFILES = \
        xstormy16-opc.c \
        xtensa-dis.c \
        xgate-dis.c \
-       xgate-opc.c \
+       xgate-opc.c \
        z80-dis.c \
        z8k-dis.c
 
@@ -496,6 +517,7 @@ MOSTLYCLEANFILES = aarch64-gen$(EXEEXT_FOR_BUILD) i386-gen$(EXEEXT_FOR_BUILD) \
 MAINTAINERCLEANFILES = $(srcdir)/aarch64-asm-2.c $(srcdir)/aarch64-dis-2.c \
        $(srcdir)/aarch64-opc-2.c $(srcdir)/i386-tbl.h $(srcdir)/i386-init.h \
        $(srcdir)/ia64-asmtab.c $(srcdir)/z8k-opc.h \
+       $(srcdir)/msp430-decode.c \
        $(srcdir)/rl78-decode.c \
        $(srcdir)/rx-decode.c
 
@@ -549,18 +571,12 @@ $(srcdir)/ia64-asmtab.c: @MAINT@ $(ia64_asmtab_deps)
 
 ia64-opc.lo: $(srcdir)/ia64-asmtab.c
 
+$(srcdir)/msp430-decode.c: @MAINT@ $(srcdir)/msp430-decode.opc opc2c$(EXEEXT_FOR_BUILD)
+       ./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/msp430-decode.opc > $(srcdir)/msp430-decode.c
+
 $(srcdir)/rl78-decode.c: @MAINT@ $(srcdir)/rl78-decode.opc opc2c$(EXEEXT_FOR_BUILD)
        ./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/rl78-decode.opc > $(srcdir)/rl78-decode.c
 
-micromips-opc.lo: micromips-opc.c
-       $(LTCOMPILE) $(NO_WMISSING_FIELD_INITIALIZERS) -c -o $@ $<
-
-mips-opc.lo: mips-opc.c
-       $(LTCOMPILE) $(NO_WMISSING_FIELD_INITIALIZERS) -c -o $@ $<
-
-mips16-opc.lo: mips16-opc.c
-       $(LTCOMPILE) $(NO_WMISSING_FIELD_INITIALIZERS) -c -o $@ $<
-
 $(srcdir)/rx-decode.c: @MAINT@ $(srcdir)/rx-decode.opc opc2c$(EXEEXT_FOR_BUILD)
        ./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/rx-decode.opc > $(srcdir)/rx-decode.c
 
This page took 0.02393 seconds and 4 git commands to generate.