Home | History | Annotate | Download | only in opcodes
      1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
      5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
      6 # Inc.
      7 # This Makefile.in is free software; the Free Software Foundation
      8 # gives unlimited permission to copy and/or distribute it,
      9 # with or without modifications, as long as this notice is preserved.
     10 
     11 # This program is distributed in the hope that it will be useful,
     12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     14 # PARTICULAR PURPOSE.
     15 
     16 @SET_MAKE@
     17 
     18 #
     19 #   Copyright (C) 2012-2015 Free Software Foundation, Inc.
     20 #
     21 # This file is free software; you can redistribute it and/or modify
     22 # it under the terms of the GNU General Public License as published by
     23 # the Free Software Foundation; either version 3 of the License, or
     24 # (at your option) any later version.
     25 # 
     26 # This program is distributed in the hope that it will be useful,
     27 # but WITHOUT ANY WARRANTY; without even the implied warranty of
     28 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     29 # GNU General Public License for more details.
     30 # 
     31 # You should have received a copy of the GNU General Public License
     32 # along with this program; see the file COPYING3.  If not see
     33 # <http://www.gnu.org/licenses/>.
     34 #
     35 
     36 
     37 
     38 VPATH = @srcdir@
     39 pkgdatadir = $(datadir)/@PACKAGE@
     40 pkgincludedir = $(includedir)/@PACKAGE@
     41 pkglibdir = $(libdir)/@PACKAGE@
     42 pkglibexecdir = $(libexecdir)/@PACKAGE@
     43 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     44 install_sh_DATA = $(install_sh) -c -m 644
     45 install_sh_PROGRAM = $(install_sh) -c
     46 install_sh_SCRIPT = $(install_sh) -c
     47 INSTALL_HEADER = $(INSTALL_DATA)
     48 transform = $(program_transform_name)
     49 NORMAL_INSTALL = :
     50 PRE_INSTALL = :
     51 POST_INSTALL = :
     52 NORMAL_UNINSTALL = :
     53 PRE_UNINSTALL = :
     54 POST_UNINSTALL = :
     55 build_triplet = @build@
     56 host_triplet = @host@
     57 target_triplet = @target@
     58 @INSTALL_LIBBFD_FALSE@am__append_1 = -rpath $(rpath_bfdlibdir)
     59 subdir = .
     60 DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
     61 	$(top_srcdir)/configure $(am__configure_deps) \
     62 	$(srcdir)/config.in $(srcdir)/../mkinstalldirs \
     63 	$(top_srcdir)/po/Make-in $(srcdir)/../depcomp
     64 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     65 am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
     66 	$(top_srcdir)/../config/zlib.m4 \
     67 	$(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \
     68 	$(top_srcdir)/../config/depstand.m4 \
     69 	$(top_srcdir)/../config/gettext-sister.m4 \
     70 	$(top_srcdir)/../config/lead-dot.m4 \
     71 	$(top_srcdir)/../config/nls.m4 \
     72 	$(top_srcdir)/../config/override.m4 \
     73 	$(top_srcdir)/../config/po.m4 \
     74 	$(top_srcdir)/../config/progtest.m4 \
     75 	$(top_srcdir)/../config/warnings.m4 \
     76 	$(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
     77 	$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
     78 	$(top_srcdir)/../lt~obsolete.m4 \
     79 	$(top_srcdir)/../bfd/version.m4 $(top_srcdir)/configure.ac
     80 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     81 	$(ACLOCAL_M4)
     82 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
     83  configure.lineno config.status.lineno
     84 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
     85 CONFIG_HEADER = config.h
     86 CONFIG_CLEAN_FILES = po/Makefile.in
     87 CONFIG_CLEAN_VPATH_FILES =
     88 LIBRARIES = $(noinst_LIBRARIES)
     89 ARFLAGS = cru
     90 libopcodes_a_AR = $(AR) $(ARFLAGS)
     91 libopcodes_a_LIBADD =
     92 am_libopcodes_a_OBJECTS =
     93 libopcodes_a_OBJECTS = $(am_libopcodes_a_OBJECTS)
     94 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
     95 am__vpath_adj = case $$p in \
     96     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
     97     *) f=$$p;; \
     98   esac;
     99 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    100 am__install_max = 40
    101 am__nobase_strip_setup = \
    102   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    103 am__nobase_strip = \
    104   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    105 am__nobase_list = $(am__nobase_strip_setup); \
    106   for p in $$list; do echo "$$p $$p"; done | \
    107   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    108   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    109     if (++n[$$2] == $(am__install_max)) \
    110       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    111     END { for (dir in files) print dir, files[dir] }'
    112 am__base_list = \
    113   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    114   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    115 am__installdirs = "$(DESTDIR)$(bfdlibdir)" \
    116 	"$(DESTDIR)$(bfdincludedir)"
    117 LTLIBRARIES = $(bfdlib_LTLIBRARIES) $(noinst_LTLIBRARIES)
    118 am__DEPENDENCIES_1 =
    119 am_libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo dis-init.lo
    120 libopcodes_la_OBJECTS = $(am_libopcodes_la_OBJECTS)
    121 libopcodes_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
    122 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    123 	$(libopcodes_la_LDFLAGS) $(LDFLAGS) -o $@
    124 @INSTALL_LIBBFD_FALSE@am_libopcodes_la_rpath =
    125 @INSTALL_LIBBFD_TRUE@am_libopcodes_la_rpath = -rpath $(bfdlibdir)
    126 DEFAULT_INCLUDES = -I.@am__isrc@
    127 depcomp = $(SHELL) $(top_srcdir)/../depcomp
    128 am__depfiles_maybe = depfiles
    129 am__mv = mv -f
    130 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    131 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    132 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
    133 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    134 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    135 CCLD = $(CC)
    136 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
    137 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
    138 	$(LDFLAGS) -o $@
    139 SOURCES = $(libopcodes_a_SOURCES) $(libopcodes_la_SOURCES) \
    140 	$(EXTRA_libopcodes_la_SOURCES)
    141 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
    142 	html-recursive info-recursive install-data-recursive \
    143 	install-dvi-recursive install-exec-recursive \
    144 	install-html-recursive install-info-recursive \
    145 	install-pdf-recursive install-ps-recursive install-recursive \
    146 	installcheck-recursive installdirs-recursive pdf-recursive \
    147 	ps-recursive uninstall-recursive
    148 DATA = $(bfdinclude_DATA)
    149 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    150   distclean-recursive maintainer-clean-recursive
    151 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
    152 	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
    153 ETAGS = etags
    154 CTAGS = ctags
    155 DIST_SUBDIRS = $(SUBDIRS)
    156 ACLOCAL = @ACLOCAL@
    157 AMTAR = @AMTAR@
    158 AR = @AR@
    159 AUTOCONF = @AUTOCONF@
    160 AUTOHEADER = @AUTOHEADER@
    161 AUTOMAKE = @AUTOMAKE@
    162 AWK = @AWK@
    163 BFD_MACHINES = @BFD_MACHINES@
    164 BUILD_LIBS = @BUILD_LIBS@
    165 BUILD_LIB_DEPS = @BUILD_LIB_DEPS@
    166 CATALOGS = @CATALOGS@
    167 CATOBJEXT = @CATOBJEXT@
    168 CC = @CC@
    169 CCDEPMODE = @CCDEPMODE@
    170 CC_FOR_BUILD = @CC_FOR_BUILD@
    171 CFLAGS = @CFLAGS@
    172 CPP = @CPP@
    173 CPPFLAGS = @CPPFLAGS@
    174 CYGPATH_W = @CYGPATH_W@
    175 DATADIRNAME = @DATADIRNAME@
    176 DEFS = @DEFS@
    177 DEPDIR = @DEPDIR@
    178 DSYMUTIL = @DSYMUTIL@
    179 DUMPBIN = @DUMPBIN@
    180 ECHO_C = @ECHO_C@
    181 ECHO_N = @ECHO_N@
    182 ECHO_T = @ECHO_T@
    183 EGREP = @EGREP@
    184 EXEEXT = @EXEEXT@
    185 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
    186 FGREP = @FGREP@
    187 GENCAT = @GENCAT@
    188 GMSGFMT = @GMSGFMT@
    189 GREP = @GREP@
    190 HDEFINES = @HDEFINES@
    191 INCINTL = @INCINTL@
    192 INSTALL = @INSTALL@
    193 INSTALL_DATA = @INSTALL_DATA@
    194 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    195 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    196 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    197 INSTOBJEXT = @INSTOBJEXT@
    198 LD = @LD@
    199 LDFLAGS = @LDFLAGS@
    200 LIBINTL = @LIBINTL@
    201 LIBINTL_DEP = @LIBINTL_DEP@
    202 LIBM = @LIBM@
    203 LIBOBJS = @LIBOBJS@
    204 LIBS = @LIBS@
    205 LIBTOOL = @LIBTOOL@
    206 LIPO = @LIPO@
    207 LN_S = @LN_S@
    208 LTLIBOBJS = @LTLIBOBJS@
    209 MAINT = @MAINT@
    210 MAKEINFO = @MAKEINFO@
    211 MKDIR_P = @MKDIR_P@
    212 MKINSTALLDIRS = @MKINSTALLDIRS@
    213 MSGFMT = @MSGFMT@
    214 MSGMERGE = @MSGMERGE@
    215 NM = @NM@
    216 NMEDIT = @NMEDIT@
    217 NO_WERROR = @NO_WERROR@
    218 NO_WMISSING_FIELD_INITIALIZERS = @NO_WMISSING_FIELD_INITIALIZERS@
    219 OBJDUMP = @OBJDUMP@
    220 OBJEXT = @OBJEXT@
    221 OTOOL = @OTOOL@
    222 OTOOL64 = @OTOOL64@
    223 PACKAGE = @PACKAGE@
    224 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    225 PACKAGE_NAME = @PACKAGE_NAME@
    226 PACKAGE_STRING = @PACKAGE_STRING@
    227 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    228 PACKAGE_URL = @PACKAGE_URL@
    229 PACKAGE_VERSION = @PACKAGE_VERSION@
    230 PATH_SEPARATOR = @PATH_SEPARATOR@
    231 POSUB = @POSUB@
    232 RANLIB = @RANLIB@
    233 SED = @SED@
    234 SET_MAKE = @SET_MAKE@
    235 SHARED_DEPENDENCIES = @SHARED_DEPENDENCIES@
    236 SHARED_LDFLAGS = @SHARED_LDFLAGS@
    237 SHARED_LIBADD = @SHARED_LIBADD@
    238 SHELL = @SHELL@
    239 STRIP = @STRIP@
    240 USE_NLS = @USE_NLS@
    241 VERSION = @VERSION@
    242 WARN_CFLAGS = @WARN_CFLAGS@
    243 XGETTEXT = @XGETTEXT@
    244 abs_builddir = @abs_builddir@
    245 abs_srcdir = @abs_srcdir@
    246 abs_top_builddir = @abs_top_builddir@
    247 abs_top_srcdir = @abs_top_srcdir@
    248 ac_ct_CC = @ac_ct_CC@
    249 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    250 am__include = @am__include@
    251 am__leading_dot = @am__leading_dot@
    252 am__quote = @am__quote@
    253 am__tar = @am__tar@
    254 am__untar = @am__untar@
    255 archdefs = @archdefs@
    256 @INSTALL_LIBBFD_FALSE@bfdincludedir = 
    257 @INSTALL_LIBBFD_TRUE@bfdincludedir = @bfdincludedir@
    258 # Empty these so that the respective installation directories will not be created.
    259 @INSTALL_LIBBFD_FALSE@bfdlibdir = 
    260 @INSTALL_LIBBFD_TRUE@bfdlibdir = @bfdlibdir@
    261 bindir = @bindir@
    262 build = @build@
    263 build_alias = @build_alias@
    264 build_cpu = @build_cpu@
    265 build_os = @build_os@
    266 build_vendor = @build_vendor@
    267 builddir = @builddir@
    268 cgendir = @cgendir@
    269 datadir = @datadir@
    270 datarootdir = @datarootdir@
    271 docdir = @docdir@
    272 dvidir = @dvidir@
    273 exec_prefix = @exec_prefix@
    274 host = @host@
    275 host_alias = @host_alias@
    276 host_cpu = @host_cpu@
    277 host_noncanonical = @host_noncanonical@
    278 host_os = @host_os@
    279 host_vendor = @host_vendor@
    280 htmldir = @htmldir@
    281 includedir = @includedir@
    282 infodir = @infodir@
    283 install_sh = @install_sh@
    284 libdir = @libdir@
    285 libexecdir = @libexecdir@
    286 localedir = @localedir@
    287 localstatedir = @localstatedir@
    288 mandir = @mandir@
    289 mkdir_p = @mkdir_p@
    290 oldincludedir = @oldincludedir@
    291 pdfdir = @pdfdir@
    292 prefix = @prefix@
    293 program_transform_name = @program_transform_name@
    294 psdir = @psdir@
    295 sbindir = @sbindir@
    296 sharedstatedir = @sharedstatedir@
    297 srcdir = @srcdir@
    298 sysconfdir = @sysconfdir@
    299 target = @target@
    300 target_alias = @target_alias@
    301 target_cpu = @target_cpu@
    302 target_noncanonical = @target_noncanonical@
    303 target_os = @target_os@
    304 target_vendor = @target_vendor@
    305 top_build_prefix = @top_build_prefix@
    306 top_builddir = @top_builddir@
    307 top_srcdir = @top_srcdir@
    308 AUTOMAKE_OPTIONS = 1.11 foreign no-dist
    309 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
    310 
    311 # Build '.' first so all generated files exist.
    312 SUBDIRS = . po
    313 INCDIR = $(srcdir)/../include
    314 BFDDIR = $(srcdir)/../bfd
    315 AM_CFLAGS = $(WARN_CFLAGS)
    316 COMPILE_FOR_BUILD = $(CC_FOR_BUILD) $(INCLUDES) $(AM_CPPFLAGS) \
    317 	$(CFLAGS_FOR_BUILD)
    318 
    319 LINK_FOR_BUILD = $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) \
    320 	$(LDFLAGS_FOR_BUILD) -o $@
    321 
    322 libopcodes_la_LDFLAGS = $(am__append_1) -release `cat \
    323 	../bfd/libtool-soversion` @SHARED_LDFLAGS@
    324 @INSTALL_LIBBFD_TRUE@bfdlib_LTLIBRARIES = libopcodes.la
    325 @INSTALL_LIBBFD_TRUE@bfdinclude_DATA = $(INCDIR)/dis-asm.h
    326 @INSTALL_LIBBFD_FALSE@rpath_bfdlibdir = @bfdlibdir@
    327 @INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libopcodes.la
    328 
    329 # This is where bfd.h lives.
    330 BFD_H = ../bfd/bfd.h
    331 
    332 # Header files.
    333 HFILES = \
    334 	aarch64-asm.h aarch64-dis.h aarch64-opc.h aarch64-tbl.h \
    335 	epiphany-desc.h epiphany-opc.h \
    336 	fr30-desc.h fr30-opc.h \
    337 	frv-desc.h frv-opc.h \
    338 	h8500-opc.h \
    339 	i386-init.h \
    340 	i386-opc.h \
    341 	i386-tbl.h \
    342 	ia64-asmtab.h \
    343 	ia64-opc.h \
    344 	ip2k-desc.h ip2k-opc.h \
    345 	iq2000-desc.h iq2000-opc.h \
    346 	lm32-desc.h \
    347 	lm32-opc.h \
    348 	m32c-desc.h m32c-opc.h \
    349 	m32r-desc.h m32r-opc.h \
    350 	mcore-opc.h \
    351 	mep-desc.h mep-opc.h \
    352 	microblaze-opc.h \
    353 	mt-desc.h mt-opc.h \
    354 	score-opc.h \
    355 	sh-opc.h \
    356 	sh64-opc.h \
    357 	sysdep.h \
    358 	w65-opc.h \
    359 	xc16x-desc.h xc16x-opc.h \
    360 	xstormy16-desc.h xstormy16-opc.h \
    361 	z8k-opc.h
    362 
    363 
    364 # C source files that correspond to .o's ending up in libopcodes
    365 # for all machines.
    366 TARGET_LIBOPCODES_CFILES = \
    367 	aarch64-asm.c \
    368 	aarch64-asm-2.c \
    369 	aarch64-dis.c \
    370 	aarch64-dis-2.c \
    371 	aarch64-opc.c \
    372 	aarch64-opc-2.c \
    373 	alpha-dis.c \
    374 	alpha-opc.c \
    375 	arc-dis.c \
    376 	arc-ext.c \
    377 	arc-opc.c \
    378 	arm-dis.c \
    379 	avr-dis.c \
    380 	bfin-dis.c \
    381 	cgen-asm.c \
    382 	cgen-bitset.c \
    383 	cgen-dis.c \
    384 	cgen-opc.c \
    385 	cr16-dis.c \
    386 	cr16-opc.c \
    387 	cris-dis.c \
    388 	cris-opc.c \
    389 	crx-dis.c \
    390 	crx-opc.c \
    391 	d10v-dis.c \
    392 	d10v-opc.c \
    393 	d30v-dis.c \
    394 	d30v-opc.c \
    395 	dlx-dis.c \
    396 	epiphany-asm.c \
    397 	epiphany-desc.c \
    398 	epiphany-dis.c \
    399 	epiphany-ibld.c \
    400 	epiphany-opc.c \
    401 	fr30-asm.c \
    402 	fr30-desc.c \
    403 	fr30-dis.c \
    404 	fr30-ibld.c \
    405 	fr30-opc.c \
    406 	frv-asm.c \
    407 	frv-desc.c \
    408 	frv-dis.c \
    409 	frv-ibld.c \
    410 	frv-opc.c \
    411 	h8300-dis.c \
    412 	h8500-dis.c \
    413 	hppa-dis.c \
    414 	i370-dis.c \
    415 	i370-opc.c \
    416 	i386-dis.c \
    417 	i386-opc.c \
    418 	i860-dis.c \
    419 	i960-dis.c \
    420 	ia64-dis.c \
    421 	ia64-opc.c \
    422 	ip2k-asm.c \
    423 	ip2k-desc.c \
    424 	ip2k-dis.c \
    425 	ip2k-ibld.c \
    426 	ip2k-opc.c \
    427 	iq2000-asm.c \
    428 	iq2000-desc.c \
    429 	iq2000-dis.c \
    430 	iq2000-ibld.c \
    431 	iq2000-opc.c \
    432 	lm32-asm.c \
    433 	lm32-desc.c \
    434 	lm32-dis.c \
    435 	lm32-ibld.c \
    436 	lm32-opc.c \
    437 	lm32-opinst.c \
    438 	m10200-dis.c \
    439 	m10200-opc.c \
    440 	m10300-dis.c \
    441 	m10300-opc.c \
    442 	m32c-asm.c \
    443 	m32c-desc.c \
    444 	m32c-dis.c \
    445 	m32c-ibld.c \
    446 	m32c-opc.c \
    447 	m32r-asm.c \
    448 	m32r-desc.c \
    449 	m32r-dis.c \
    450 	m32r-ibld.c \
    451 	m32r-opc.c \
    452 	m32r-opinst.c \
    453 	m68hc11-dis.c \
    454 	m68hc11-opc.c \
    455 	m68k-dis.c \
    456 	m68k-opc.c \
    457 	m88k-dis.c \
    458 	mcore-dis.c \
    459 	mep-asm.c \
    460 	mep-desc.c \
    461 	mep-dis.c \
    462 	mep-ibld.c \
    463 	mep-opc.c \
    464 	metag-dis.c \
    465 	microblaze-dis.c \
    466 	micromips-opc.c \
    467 	mips-dis.c \
    468 	mips-opc.c \
    469 	mips16-opc.c \
    470 	mmix-dis.c \
    471 	mmix-opc.c \
    472 	moxie-dis.c \
    473 	moxie-opc.c \
    474 	msp430-decode.c \
    475 	msp430-dis.c \
    476 	mt-asm.c \
    477 	mt-desc.c \
    478 	mt-dis.c \
    479 	mt-ibld.c \
    480 	mt-opc.c \
    481 	nds32-asm.c \
    482 	nds32-dis.c \
    483 	nios2-dis.c \
    484 	nios2-opc.c \
    485 	ns32k-dis.c \
    486 	or1k-asm.c \
    487 	or1k-desc.c \
    488 	or1k-dis.c \
    489 	or1k-ibld.c \
    490 	or1k-opc.c \
    491 	pdp11-dis.c \
    492 	pdp11-opc.c \
    493 	pj-dis.c \
    494 	pj-opc.c \
    495 	ppc-dis.c \
    496 	ppc-opc.c \
    497 	rl78-decode.c \
    498 	rl78-dis.c \
    499 	rx-decode.c \
    500 	rx-dis.c \
    501 	s390-dis.c \
    502 	s390-opc.c \
    503 	score-dis.c \
    504 	score7-dis.c \
    505 	sh-dis.c \
    506 	sh64-dis.c \
    507 	sh64-opc.c \
    508 	sparc-dis.c \
    509 	sparc-opc.c \
    510 	spu-dis.c \
    511 	spu-opc.c \
    512 	tic30-dis.c \
    513 	tic4x-dis.c \
    514 	tic54x-dis.c \
    515 	tic54x-opc.c \
    516 	tic6x-dis.c \
    517 	tic80-dis.c \
    518 	tic80-opc.c \
    519 	tilegx-dis.c \
    520 	tilegx-opc.c \
    521 	tilepro-dis.c \
    522 	tilepro-opc.c \
    523 	v850-dis.c \
    524 	v850-opc.c \
    525 	vax-dis.c \
    526 	w65-dis.c \
    527 	xc16x-asm.c \
    528 	xc16x-desc.c \
    529 	xc16x-dis.c \
    530 	xc16x-ibld.c \
    531 	xc16x-opc.c \
    532 	xstormy16-asm.c \
    533 	xstormy16-desc.c \
    534 	xstormy16-dis.c \
    535 	xstormy16-ibld.c \
    536 	xstormy16-opc.c \
    537 	xtensa-dis.c \
    538 	xgate-dis.c \
    539 	xgate-opc.c \
    540 	z80-dis.c \
    541 	z8k-dis.c
    542 
    543 
    544 # C source files that correspond to .o's ending up in libopcodes.
    545 LIBOPCODES_CFILES = \
    546 	$(TARGET_LIBOPCODES_CFILES) \
    547 	dis-buf.c \
    548 	dis-init.c \
    549 	disassemble.c
    550 
    551 
    552 # C source files that correspond to .o's.
    553 CFILES = \
    554 	$(LIBOPCODES_CFILES) \
    555 	aarch64-gen.c \
    556 	i386-gen.c \
    557 	ia64-asmtab.c \
    558 	ia64-gen.c \
    559 	ia64-opc-a.c \
    560 	ia64-opc-b.c \
    561 	ia64-opc-f.c \
    562 	ia64-opc-i.c \
    563 	ia64-opc-m.c \
    564 	ia64-opc-d.c \
    565 	s390-mkopc.c \
    566 	z8kgen.c
    567 
    568 ALL_MACHINES = $(TARGET_LIBOPCODES_CFILES:.c=.lo)
    569 OFILES = @BFD_MACHINES@
    570 
    571 # development.sh is used to determine -Werror default.
    572 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh
    573 AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
    574 libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
    575 # It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
    576 # Unfortunately this causes libtool to add -L$(libdir), referring to the
    577 # planned install directory of libbfd.  This can cause us to pick up an
    578 # old version of libbfd, or to pick up libbfd for the wrong architecture
    579 # if host != build. So for building with shared libraries we use a
    580 # hardcoded path to libbfd.so instead of relying on the entries in libbfd.la.
    581 libopcodes_la_DEPENDENCIES = $(OFILES) @SHARED_DEPENDENCIES@
    582 libopcodes_la_LIBADD = $(OFILES) @SHARED_LIBADD@
    583 # Allow dependency tracking to work on all the source files.
    584 EXTRA_libopcodes_la_SOURCES = $(LIBOPCODES_CFILES)
    585 
    586 # libtool will build .libs/libopcodes.a.  We create libopcodes.a in
    587 # the build directory so that we don't have to convert all the
    588 # programs that use libopcodes.a simultaneously.  This is a hack which
    589 # should be removed if everything else starts using libtool.  FIXME.
    590 noinst_LIBRARIES = libopcodes.a
    591 libopcodes_a_SOURCES = 
    592 POTFILES = $(HFILES) $(CFILES)
    593 CLEANFILES = \
    594 	stamp-epiphany stamp-fr30 stamp-frv stamp-ip2k stamp-iq2000 stamp-lm32 \
    595 	stamp-m32c stamp-m32r stamp-mep stamp-mt \
    596 	stamp-or1k stamp-xc16x stamp-xstormy16 \
    597 	libopcodes.a stamp-lib
    598 
    599 CGENDIR = @cgendir@
    600 CPUDIR = $(srcdir)/../cpu
    601 CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
    602 CGENFLAGS = -v
    603 CGENDEPS = \
    604 	$(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
    605 	$(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
    606 	$(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
    607 	$(CGENDIR)/opc-opinst.scm \
    608 	cgen-asm.in cgen-dis.in cgen-ibld.in
    609 
    610 CGEN_CPUS = epiphany fr30 frv ip2k iq2000 lm32 m32c m32r mep mt or1k xc16x xstormy16
    611 @CGEN_MAINT_FALSE@EPIPHANY_DEPS = 
    612 @CGEN_MAINT_TRUE@EPIPHANY_DEPS = stamp-epiphany
    613 @CGEN_MAINT_FALSE@FR30_DEPS = 
    614 @CGEN_MAINT_TRUE@FR30_DEPS = stamp-fr30
    615 @CGEN_MAINT_FALSE@FRV_DEPS = 
    616 @CGEN_MAINT_TRUE@FRV_DEPS = stamp-frv
    617 @CGEN_MAINT_FALSE@IP2K_DEPS = 
    618 @CGEN_MAINT_TRUE@IP2K_DEPS = stamp-ip2k
    619 @CGEN_MAINT_FALSE@IQ2000_DEPS = 
    620 @CGEN_MAINT_TRUE@IQ2000_DEPS = stamp-iq2000
    621 @CGEN_MAINT_FALSE@LM32_DEPS = 
    622 @CGEN_MAINT_TRUE@LM32_DEPS = stamp-lm32
    623 @CGEN_MAINT_FALSE@M32C_DEPS = 
    624 @CGEN_MAINT_TRUE@M32C_DEPS = stamp-m32c
    625 @CGEN_MAINT_FALSE@M32R_DEPS = 
    626 @CGEN_MAINT_TRUE@M32R_DEPS = stamp-m32r
    627 @CGEN_MAINT_FALSE@MEP_DEPS = 
    628 @CGEN_MAINT_TRUE@MEP_DEPS = stamp-mep
    629 @CGEN_MAINT_FALSE@MT_DEPS = 
    630 @CGEN_MAINT_TRUE@MT_DEPS = stamp-mt
    631 @CGEN_MAINT_FALSE@OR1K_DEPS = 
    632 @CGEN_MAINT_TRUE@OR1K_DEPS = stamp-or1k
    633 @CGEN_MAINT_FALSE@XC16X_DEPS = 
    634 @CGEN_MAINT_TRUE@XC16X_DEPS = stamp-xc16x
    635 @CGEN_MAINT_FALSE@XSTORMY16_DEPS = 
    636 @CGEN_MAINT_TRUE@XSTORMY16_DEPS = stamp-xstormy16
    637 MOSTLYCLEANFILES = aarch64-gen$(EXEEXT_FOR_BUILD) i386-gen$(EXEEXT_FOR_BUILD) \
    638 	ia64-gen$(EXEEXT_FOR_BUILD) s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.tab \
    639 	z8kgen$(EXEEXT_FOR_BUILD) opc2c$(EXEEXT_FOR_BUILD)
    640 
    641 MAINTAINERCLEANFILES = $(srcdir)/aarch64-asm-2.c $(srcdir)/aarch64-dis-2.c \
    642 	$(srcdir)/aarch64-opc-2.c $(srcdir)/i386-tbl.h $(srcdir)/i386-init.h \
    643 	$(srcdir)/ia64-asmtab.c $(srcdir)/z8k-opc.h \
    644 	$(srcdir)/msp430-decode.c \
    645 	$(srcdir)/rl78-decode.c \
    646 	$(srcdir)/rx-decode.c
    647 
    648 
    649 # Use a helper variable for the dependencies to avoid 'make' issues
    650 # with continuations in comments, as @MAINT@ can be expanded to '#'.
    651 ia64_asmtab_deps = ia64-gen$(EXEEXT_FOR_BUILD) ia64-ic.tbl \
    652 	ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
    653 
    654 all: config.h
    655 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
    656 
    657 .SUFFIXES:
    658 .SUFFIXES: .c .lo .o .obj
    659 am--refresh:
    660 	@:
    661 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    662 	@for dep in $?; do \
    663 	  case '$(am__configure_deps)' in \
    664 	    *$$dep*) \
    665 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
    666 	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
    667 		&& exit 0; \
    668 	      exit 1;; \
    669 	  esac; \
    670 	done; \
    671 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
    672 	$(am__cd) $(top_srcdir) && \
    673 	  $(AUTOMAKE) --foreign Makefile
    674 .PRECIOUS: Makefile
    675 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    676 	@case '$?' in \
    677 	  *config.status*) \
    678 	    echo ' $(SHELL) ./config.status'; \
    679 	    $(SHELL) ./config.status;; \
    680 	  *) \
    681 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
    682 	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
    683 	esac;
    684 
    685 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    686 	$(SHELL) ./config.status --recheck
    687 
    688 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    689 	$(am__cd) $(srcdir) && $(AUTOCONF)
    690 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    691 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
    692 $(am__aclocal_m4_deps):
    693 
    694 config.h: stamp-h1
    695 	@if test ! -f $@; then \
    696 	  rm -f stamp-h1; \
    697 	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
    698 	else :; fi
    699 
    700 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
    701 	@rm -f stamp-h1
    702 	cd $(top_builddir) && $(SHELL) ./config.status config.h
    703 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
    704 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
    705 	rm -f stamp-h1
    706 	touch $@
    707 
    708 distclean-hdr:
    709 	-rm -f config.h stamp-h1
    710 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
    711 	cd $(top_builddir) && $(SHELL) ./config.status $@
    712 
    713 clean-noinstLIBRARIES:
    714 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
    715 install-bfdlibLTLIBRARIES: $(bfdlib_LTLIBRARIES)
    716 	@$(NORMAL_INSTALL)
    717 	test -z "$(bfdlibdir)" || $(MKDIR_P) "$(DESTDIR)$(bfdlibdir)"
    718 	@list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \
    719 	list2=; for p in $$list; do \
    720 	  if test -f $$p; then \
    721 	    list2="$$list2 $$p"; \
    722 	  else :; fi; \
    723 	done; \
    724 	test -z "$$list2" || { \
    725 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(bfdlibdir)'"; \
    726 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(bfdlibdir)"; \
    727 	}
    728 
    729 uninstall-bfdlibLTLIBRARIES:
    730 	@$(NORMAL_UNINSTALL)
    731 	@list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \
    732 	for p in $$list; do \
    733 	  $(am__strip_dir) \
    734 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(bfdlibdir)/$$f'"; \
    735 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(bfdlibdir)/$$f"; \
    736 	done
    737 
    738 clean-bfdlibLTLIBRARIES:
    739 	-test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
    740 	@list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
    741 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
    742 	  test "$$dir" != "$$p" || dir=.; \
    743 	  echo "rm -f \"$${dir}/so_locations\""; \
    744 	  rm -f "$${dir}/so_locations"; \
    745 	done
    746 
    747 clean-noinstLTLIBRARIES:
    748 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
    749 	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
    750 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
    751 	  test "$$dir" != "$$p" || dir=.; \
    752 	  echo "rm -f \"$${dir}/so_locations\""; \
    753 	  rm -f "$${dir}/so_locations"; \
    754 	done
    755 libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES) 
    756 	$(libopcodes_la_LINK) $(am_libopcodes_la_rpath) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS)
    757 
    758 mostlyclean-compile:
    759 	-rm -f *.$(OBJEXT)
    760 
    761 distclean-compile:
    762 	-rm -f *.tab.c
    763 
    764 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64-asm-2.Plo@am__quote@
    765 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64-asm.Plo@am__quote@
    766 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64-dis-2.Plo@am__quote@
    767 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64-dis.Plo@am__quote@
    768 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64-opc-2.Plo@am__quote@
    769 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aarch64-opc.Plo@am__quote@
    770 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alpha-dis.Plo@am__quote@
    771 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alpha-opc.Plo@am__quote@
    772 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arc-dis.Plo@am__quote@
    773 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arc-ext.Plo@am__quote@
    774 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arc-opc.Plo@am__quote@
    775 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm-dis.Plo@am__quote@
    776 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avr-dis.Plo@am__quote@
    777 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfin-dis.Plo@am__quote@
    778 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen-asm.Plo@am__quote@
    779 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen-bitset.Plo@am__quote@
    780 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen-dis.Plo@am__quote@
    781 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen-opc.Plo@am__quote@
    782 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cr16-dis.Plo@am__quote@
    783 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cr16-opc.Plo@am__quote@
    784 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cris-dis.Plo@am__quote@
    785 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cris-opc.Plo@am__quote@
    786 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crx-dis.Plo@am__quote@
    787 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crx-opc.Plo@am__quote@
    788 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d10v-dis.Plo@am__quote@
    789 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d10v-opc.Plo@am__quote@
    790 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d30v-dis.Plo@am__quote@
    791 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d30v-opc.Plo@am__quote@
    792 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dis-buf.Plo@am__quote@
    793 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dis-init.Plo@am__quote@
    794 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disassemble.Plo@am__quote@
    795 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlx-dis.Plo@am__quote@
    796 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epiphany-asm.Plo@am__quote@
    797 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epiphany-desc.Plo@am__quote@
    798 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epiphany-dis.Plo@am__quote@
    799 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epiphany-ibld.Plo@am__quote@
    800 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epiphany-opc.Plo@am__quote@
    801 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr30-asm.Plo@am__quote@
    802 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr30-desc.Plo@am__quote@
    803 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr30-dis.Plo@am__quote@
    804 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr30-ibld.Plo@am__quote@
    805 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr30-opc.Plo@am__quote@
    806 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frv-asm.Plo@am__quote@
    807 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frv-desc.Plo@am__quote@
    808 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frv-dis.Plo@am__quote@
    809 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frv-ibld.Plo@am__quote@
    810 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frv-opc.Plo@am__quote@
    811 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h8300-dis.Plo@am__quote@
    812 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h8500-dis.Plo@am__quote@
    813 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hppa-dis.Plo@am__quote@
    814 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i370-dis.Plo@am__quote@
    815 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i370-opc.Plo@am__quote@
    816 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386-dis.Plo@am__quote@
    817 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386-opc.Plo@am__quote@
    818 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i860-dis.Plo@am__quote@
    819 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i960-dis.Plo@am__quote@
    820 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ia64-dis.Plo@am__quote@
    821 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ia64-opc.Plo@am__quote@
    822 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip2k-asm.Plo@am__quote@
    823 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip2k-desc.Plo@am__quote@
    824 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip2k-dis.Plo@am__quote@
    825 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip2k-ibld.Plo@am__quote@
    826 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip2k-opc.Plo@am__quote@
    827 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-asm.Plo@am__quote@
    828 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-desc.Plo@am__quote@
    829 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-dis.Plo@am__quote@
    830 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-ibld.Plo@am__quote@
    831 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-opc.Plo@am__quote@
    832 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-asm.Plo@am__quote@
    833 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-desc.Plo@am__quote@
    834 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-dis.Plo@am__quote@
    835 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-ibld.Plo@am__quote@
    836 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-opc.Plo@am__quote@
    837 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-opinst.Plo@am__quote@
    838 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m10200-dis.Plo@am__quote@
    839 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m10200-opc.Plo@am__quote@
    840 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m10300-dis.Plo@am__quote@
    841 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m10300-opc.Plo@am__quote@
    842 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32c-asm.Plo@am__quote@
    843 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32c-desc.Plo@am__quote@
    844 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32c-dis.Plo@am__quote@
    845 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32c-ibld.Plo@am__quote@
    846 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32c-opc.Plo@am__quote@
    847 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-asm.Plo@am__quote@
    848 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-desc.Plo@am__quote@
    849 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-dis.Plo@am__quote@
    850 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-ibld.Plo@am__quote@
    851 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-opc.Plo@am__quote@
    852 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-opinst.Plo@am__quote@
    853 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68hc11-dis.Plo@am__quote@
    854 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68hc11-opc.Plo@am__quote@
    855 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68k-dis.Plo@am__quote@
    856 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68k-opc.Plo@am__quote@
    857 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m88k-dis.Plo@am__quote@
    858 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcore-dis.Plo@am__quote@
    859 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mep-asm.Plo@am__quote@
    860 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mep-desc.Plo@am__quote@
    861 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mep-dis.Plo@am__quote@
    862 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mep-ibld.Plo@am__quote@
    863 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mep-opc.Plo@am__quote@
    864 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metag-dis.Plo@am__quote@
    865 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/microblaze-dis.Plo@am__quote@
    866 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/micromips-opc.Plo@am__quote@
    867 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips-dis.Plo@am__quote@
    868 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips-opc.Plo@am__quote@
    869 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips16-opc.Plo@am__quote@
    870 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmix-dis.Plo@am__quote@
    871 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmix-opc.Plo@am__quote@
    872 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/moxie-dis.Plo@am__quote@
    873 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/moxie-opc.Plo@am__quote@
    874 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msp430-decode.Plo@am__quote@
    875 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msp430-dis.Plo@am__quote@
    876 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt-asm.Plo@am__quote@
    877 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt-desc.Plo@am__quote@
    878 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt-dis.Plo@am__quote@
    879 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt-ibld.Plo@am__quote@
    880 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt-opc.Plo@am__quote@
    881 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nds32-asm.Plo@am__quote@
    882 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nds32-dis.Plo@am__quote@
    883 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nios2-dis.Plo@am__quote@
    884 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nios2-opc.Plo@am__quote@
    885 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns32k-dis.Plo@am__quote@
    886 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/or1k-asm.Plo@am__quote@
    887 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/or1k-desc.Plo@am__quote@
    888 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/or1k-dis.Plo@am__quote@
    889 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/or1k-ibld.Plo@am__quote@
    890 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/or1k-opc.Plo@am__quote@
    891 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdp11-dis.Plo@am__quote@
    892 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdp11-opc.Plo@am__quote@
    893 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pj-dis.Plo@am__quote@
    894 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pj-opc.Plo@am__quote@
    895 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppc-dis.Plo@am__quote@
    896 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppc-opc.Plo@am__quote@
    897 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rl78-decode.Plo@am__quote@
    898 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rl78-dis.Plo@am__quote@
    899 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rx-decode.Plo@am__quote@
    900 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rx-dis.Plo@am__quote@
    901 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s390-dis.Plo@am__quote@
    902 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s390-opc.Plo@am__quote@
    903 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/score-dis.Plo@am__quote@
    904 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/score7-dis.Plo@am__quote@
    905 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh-dis.Plo@am__quote@
    906 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh64-dis.Plo@am__quote@
    907 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh64-opc.Plo@am__quote@
    908 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc-dis.Plo@am__quote@
    909 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc-opc.Plo@am__quote@
    910 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spu-dis.Plo@am__quote@
    911 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spu-opc.Plo@am__quote@
    912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic30-dis.Plo@am__quote@
    913 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic4x-dis.Plo@am__quote@
    914 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic54x-dis.Plo@am__quote@
    915 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic54x-opc.Plo@am__quote@
    916 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic6x-dis.Plo@am__quote@
    917 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic80-dis.Plo@am__quote@
    918 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic80-opc.Plo@am__quote@
    919 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tilegx-dis.Plo@am__quote@
    920 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tilegx-opc.Plo@am__quote@
    921 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tilepro-dis.Plo@am__quote@
    922 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tilepro-opc.Plo@am__quote@
    923 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v850-dis.Plo@am__quote@
    924 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v850-opc.Plo@am__quote@
    925 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vax-dis.Plo@am__quote@
    926 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w65-dis.Plo@am__quote@
    927 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xc16x-asm.Plo@am__quote@
    928 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xc16x-desc.Plo@am__quote@
    929 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xc16x-dis.Plo@am__quote@
    930 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xc16x-ibld.Plo@am__quote@
    931 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xc16x-opc.Plo@am__quote@
    932 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgate-dis.Plo@am__quote@
    933 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgate-opc.Plo@am__quote@
    934 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstormy16-asm.Plo@am__quote@
    935 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstormy16-desc.Plo@am__quote@
    936 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstormy16-dis.Plo@am__quote@
    937 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstormy16-ibld.Plo@am__quote@
    938 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstormy16-opc.Plo@am__quote@
    939 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtensa-dis.Plo@am__quote@
    940 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/z80-dis.Plo@am__quote@
    941 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/z8k-dis.Plo@am__quote@
    942 
    943 .c.o:
    944 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    945 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    946 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    947 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    948 @am__fastdepCC_FALSE@	$(COMPILE) -c $<
    949 
    950 .c.obj:
    951 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    952 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    953 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    954 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    955 @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
    956 
    957 .c.lo:
    958 @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    959 @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
    960 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    961 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    962 @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
    963 
    964 mostlyclean-libtool:
    965 	-rm -f *.lo
    966 
    967 clean-libtool:
    968 	-rm -rf .libs _libs
    969 
    970 distclean-libtool:
    971 	-rm -f libtool config.lt
    972 install-bfdincludeDATA: $(bfdinclude_DATA)
    973 	@$(NORMAL_INSTALL)
    974 	test -z "$(bfdincludedir)" || $(MKDIR_P) "$(DESTDIR)$(bfdincludedir)"
    975 	@list='$(bfdinclude_DATA)'; test -n "$(bfdincludedir)" || list=; \
    976 	for p in $$list; do \
    977 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    978 	  echo "$$d$$p"; \
    979 	done | $(am__base_list) | \
    980 	while read files; do \
    981 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(bfdincludedir)'"; \
    982 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(bfdincludedir)" || exit $$?; \
    983 	done
    984 
    985 uninstall-bfdincludeDATA:
    986 	@$(NORMAL_UNINSTALL)
    987 	@list='$(bfdinclude_DATA)'; test -n "$(bfdincludedir)" || list=; \
    988 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
    989 	test -n "$$files" || exit 0; \
    990 	echo " ( cd '$(DESTDIR)$(bfdincludedir)' && rm -f" $$files ")"; \
    991 	cd "$(DESTDIR)$(bfdincludedir)" && rm -f $$files
    992 
    993 # This directory's subdirectories are mostly independent; you can cd
    994 # into them and run `make' without going through this Makefile.
    995 # To change the values of `make' variables: instead of editing Makefiles,
    996 # (1) if the variable is set in `config.status', edit `config.status'
    997 #     (which will cause the Makefiles to be regenerated when you run `make');
    998 # (2) otherwise, pass the desired values on the `make' command line.
    999 $(RECURSIVE_TARGETS):
   1000 	@fail= failcom='exit 1'; \
   1001 	for f in x $$MAKEFLAGS; do \
   1002 	  case $$f in \
   1003 	    *=* | --[!k]*);; \
   1004 	    *k*) failcom='fail=yes';; \
   1005 	  esac; \
   1006 	done; \
   1007 	dot_seen=no; \
   1008 	target=`echo $@ | sed s/-recursive//`; \
   1009 	list='$(SUBDIRS)'; for subdir in $$list; do \
   1010 	  echo "Making $$target in $$subdir"; \
   1011 	  if test "$$subdir" = "."; then \
   1012 	    dot_seen=yes; \
   1013 	    local_target="$$target-am"; \
   1014 	  else \
   1015 	    local_target="$$target"; \
   1016 	  fi; \
   1017 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   1018 	  || eval $$failcom; \
   1019 	done; \
   1020 	if test "$$dot_seen" = "no"; then \
   1021 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
   1022 	fi; test -z "$$fail"
   1023 
   1024 $(RECURSIVE_CLEAN_TARGETS):
   1025 	@fail= failcom='exit 1'; \
   1026 	for f in x $$MAKEFLAGS; do \
   1027 	  case $$f in \
   1028 	    *=* | --[!k]*);; \
   1029 	    *k*) failcom='fail=yes';; \
   1030 	  esac; \
   1031 	done; \
   1032 	dot_seen=no; \
   1033 	case "$@" in \
   1034 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
   1035 	  *) list='$(SUBDIRS)' ;; \
   1036 	esac; \
   1037 	rev=''; for subdir in $$list; do \
   1038 	  if test "$$subdir" = "."; then :; else \
   1039 	    rev="$$subdir $$rev"; \
   1040 	  fi; \
   1041 	done; \
   1042 	rev="$$rev ."; \
   1043 	target=`echo $@ | sed s/-recursive//`; \
   1044 	for subdir in $$rev; do \
   1045 	  echo "Making $$target in $$subdir"; \
   1046 	  if test "$$subdir" = "."; then \
   1047 	    local_target="$$target-am"; \
   1048 	  else \
   1049 	    local_target="$$target"; \
   1050 	  fi; \
   1051 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   1052 	  || eval $$failcom; \
   1053 	done && test -z "$$fail"
   1054 tags-recursive:
   1055 	list='$(SUBDIRS)'; for subdir in $$list; do \
   1056 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
   1057 	done
   1058 ctags-recursive:
   1059 	list='$(SUBDIRS)'; for subdir in $$list; do \
   1060 	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
   1061 	done
   1062 
   1063 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
   1064 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
   1065 	unique=`for i in $$list; do \
   1066 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   1067 	  done | \
   1068 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
   1069 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
   1070 	mkid -fID $$unique
   1071 tags: TAGS
   1072 
   1073 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
   1074 		$(TAGS_FILES) $(LISP)
   1075 	set x; \
   1076 	here=`pwd`; \
   1077 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
   1078 	  include_option=--etags-include; \
   1079 	  empty_fix=.; \
   1080 	else \
   1081 	  include_option=--include; \
   1082 	  empty_fix=; \
   1083 	fi; \
   1084 	list='$(SUBDIRS)'; for subdir in $$list; do \
   1085 	  if test "$$subdir" = .; then :; else \
   1086 	    test ! -f $$subdir/TAGS || \
   1087 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
   1088 	  fi; \
   1089 	done; \
   1090 	list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
   1091 	unique=`for i in $$list; do \
   1092 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   1093 	  done | \
   1094 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
   1095 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
   1096 	shift; \
   1097 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
   1098 	  test -n "$$unique" || unique=$$empty_fix; \
   1099 	  if test $$# -gt 0; then \
   1100 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1101 	      "$$@" $$unique; \
   1102 	  else \
   1103 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1104 	      $$unique; \
   1105 	  fi; \
   1106 	fi
   1107 ctags: CTAGS
   1108 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
   1109 		$(TAGS_FILES) $(LISP)
   1110 	list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
   1111 	unique=`for i in $$list; do \
   1112 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   1113 	  done | \
   1114 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
   1115 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
   1116 	test -z "$(CTAGS_ARGS)$$unique" \
   1117 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   1118 	     $$unique
   1119 
   1120 GTAGS:
   1121 	here=`$(am__cd) $(top_builddir) && pwd` \
   1122 	  && $(am__cd) $(top_srcdir) \
   1123 	  && gtags -i $(GTAGS_ARGS) "$$here"
   1124 
   1125 distclean-tags:
   1126 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   1127 check-am: all-am
   1128 check: check-recursive
   1129 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA) config.h
   1130 installdirs: installdirs-recursive
   1131 installdirs-am:
   1132 	for dir in "$(DESTDIR)$(bfdlibdir)" "$(DESTDIR)$(bfdincludedir)"; do \
   1133 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
   1134 	done
   1135 install: install-recursive
   1136 install-exec: install-exec-recursive
   1137 install-data: install-data-recursive
   1138 uninstall: uninstall-recursive
   1139 
   1140 install-am: all-am
   1141 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   1142 
   1143 installcheck: installcheck-recursive
   1144 install-strip:
   1145 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1146 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1147 	  `test -z '$(STRIP)' || \
   1148 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
   1149 mostlyclean-generic:
   1150 	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
   1151 
   1152 clean-generic:
   1153 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
   1154 
   1155 distclean-generic:
   1156 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   1157 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   1158 
   1159 maintainer-clean-generic:
   1160 	@echo "This command is intended for maintainers to use"
   1161 	@echo "it deletes files that may require special tools to rebuild."
   1162 	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
   1163 clean: clean-recursive
   1164 
   1165 clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
   1166 	clean-noinstLIBRARIES clean-noinstLTLIBRARIES mostlyclean-am
   1167 
   1168 distclean: distclean-recursive
   1169 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   1170 	-rm -rf ./$(DEPDIR)
   1171 	-rm -f Makefile
   1172 distclean-am: clean-am distclean-compile distclean-generic \
   1173 	distclean-hdr distclean-libtool distclean-tags
   1174 
   1175 dvi: dvi-recursive
   1176 
   1177 dvi-am:
   1178 
   1179 html: html-recursive
   1180 
   1181 html-am:
   1182 
   1183 info: info-recursive
   1184 
   1185 info-am:
   1186 
   1187 install-data-am: install-bfdincludeDATA install-bfdlibLTLIBRARIES
   1188 
   1189 install-dvi: install-dvi-recursive
   1190 
   1191 install-dvi-am:
   1192 
   1193 install-exec-am:
   1194 
   1195 install-html: install-html-recursive
   1196 
   1197 install-html-am:
   1198 
   1199 install-info: install-info-recursive
   1200 
   1201 install-info-am:
   1202 
   1203 install-man:
   1204 
   1205 install-pdf: install-pdf-recursive
   1206 
   1207 install-pdf-am:
   1208 
   1209 install-ps: install-ps-recursive
   1210 
   1211 install-ps-am:
   1212 
   1213 installcheck-am:
   1214 
   1215 maintainer-clean: maintainer-clean-recursive
   1216 	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
   1217 	-rm -rf $(top_srcdir)/autom4te.cache
   1218 	-rm -rf ./$(DEPDIR)
   1219 	-rm -f Makefile
   1220 maintainer-clean-am: distclean-am maintainer-clean-generic
   1221 
   1222 mostlyclean: mostlyclean-recursive
   1223 
   1224 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
   1225 	mostlyclean-libtool
   1226 
   1227 pdf: pdf-recursive
   1228 
   1229 pdf-am:
   1230 
   1231 ps: ps-recursive
   1232 
   1233 ps-am:
   1234 
   1235 uninstall-am: uninstall-bfdincludeDATA uninstall-bfdlibLTLIBRARIES
   1236 
   1237 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
   1238 	ctags-recursive install-am install-strip tags-recursive
   1239 
   1240 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
   1241 	all all-am am--refresh check check-am clean \
   1242 	clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
   1243 	clean-noinstLIBRARIES clean-noinstLTLIBRARIES ctags \
   1244 	ctags-recursive distclean distclean-compile distclean-generic \
   1245 	distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
   1246 	html-am info info-am install install-am install-bfdincludeDATA \
   1247 	install-bfdlibLTLIBRARIES install-data install-data-am \
   1248 	install-dvi install-dvi-am install-exec install-exec-am \
   1249 	install-html install-html-am install-info install-info-am \
   1250 	install-man install-pdf install-pdf-am install-ps \
   1251 	install-ps-am install-strip installcheck installcheck-am \
   1252 	installdirs installdirs-am maintainer-clean \
   1253 	maintainer-clean-generic mostlyclean mostlyclean-compile \
   1254 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
   1255 	tags tags-recursive uninstall uninstall-am \
   1256 	uninstall-bfdincludeDATA uninstall-bfdlibLTLIBRARIES
   1257 
   1258 
   1259 disassemble.lo: disassemble.c
   1260 @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/disassemble.c
   1261 @am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
   1262 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='disassemble.c' object='$@' libtool=yes @AMDEPBACKSLASH@
   1263 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1264 @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/disassemble.c
   1265 
   1266 stamp-lib: libopcodes.la
   1267 	libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
   1268 	if [ -f $$libtooldir/libopcodes.a ]; then \
   1269 	  cp $$libtooldir/libopcodes.a libopcodes.tmp; \
   1270 	  $(RANLIB) libopcodes.tmp; \
   1271 	  $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
   1272 	else true; fi
   1273 	touch stamp-lib
   1274 
   1275 libopcodes.a: stamp-lib ; @true
   1276 po/POTFILES.in: @MAINT@ Makefile
   1277 	for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
   1278 	  && mv tmp $(srcdir)/po/POTFILES.in
   1279 
   1280 run-cgen:
   1281 	$(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
   1282 	  $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
   1283 	  "$(options)" "$(extrafiles)"
   1284 	touch stamp-${prefix}
   1285 .PHONY: run-cgen
   1286 
   1287 # Maintainer utility rule to regenerate all cgen files.
   1288 run-cgen-all:
   1289 	for c in $(CGEN_CPUS) ; \
   1290 	do \
   1291 		$(MAKE) stamp-$$c || exit 1 ; \
   1292 	done
   1293 .PHONY: run-cgen-all
   1294 
   1295 # For now, require developers to configure with --enable-cgen-maint.
   1296 
   1297 $(srcdir)/epiphany-desc.h $(srcdir)/epiphany-desc.c $(srcdir)/epiphany-opc.h \
   1298 		$(srcdir)/epiphany-opc.c $(srcdir)/epiphany-ibld.c \
   1299 		$(srcdir)/epiphany-opinst.c $(srcdir)/epiphany-asm.c \
   1300 		$(srcdir)/epiphany-dis.c: $(EPIPHANY_DEPS)
   1301 	@true
   1302 
   1303 stamp-epiphany: $(CGENDEPS) $(CPUDIR)/epiphany.cpu $(CPUDIR)/epiphany.opc
   1304 	$(MAKE) run-cgen arch=epiphany prefix=epiphany options= \
   1305 		archfile=$(CPUDIR)/epiphany.cpu opcfile=$(CPUDIR)/epiphany.opc extrafiles=
   1306 
   1307 $(srcdir)/fr30-desc.h $(srcdir)/fr30-desc.c $(srcdir)/fr30-opc.h $(srcdir)/fr30-opc.c $(srcdir)/fr30-ibld.c $(srcdir)/fr30-asm.c $(srcdir)/fr30-dis.c: $(FR30_DEPS)
   1308 	@true
   1309 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
   1310 	$(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
   1311 		archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
   1312 
   1313 $(srcdir)/frv-desc.h $(srcdir)/frv-desc.c $(srcdir)/frv-opc.h $(srcdir)/frv-opc.c $(srcdir)/frv-ibld.c $(srcdir)/frv-asm.c $(srcdir)/frv-dis.c: $(FRV_DEPS)
   1314 	@true
   1315 stamp-frv: $(CGENDEPS) $(CPUDIR)/frv.cpu $(CPUDIR)/frv.opc
   1316 	$(MAKE) run-cgen arch=frv prefix=frv options= \
   1317 		archfile=$(CPUDIR)/frv.cpu opcfile=$(CPUDIR)/frv.opc extrafiles=
   1318 
   1319 $(srcdir)/ip2k-desc.h $(srcdir)/ip2k-desc.c $(srcdir)/ip2k-opc.h $(srcdir)/ip2k-opc.c $(srcdir)/ip2k-ibld.c $(srcdir)/ip2k-asm.c $(srcdir)/ip2k-dis.c: $(IP2K_DEPS)
   1320 	@true
   1321 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
   1322 	$(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
   1323 		archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
   1324 
   1325 $(srcdir)/iq2000-desc.h $(srcdir)/iq2000-desc.c $(srcdir)/iq2000-opc.h $(srcdir)/iq2000-opc.c $(srcdir)/iq2000-ibld.c $(srcdir)/iq2000-asm.c $(srcdir)/iq2000-dis.c: $(IQ2000_DEPS)
   1326 	@true
   1327 stamp-iq2000: $(CGENDEPS) $(CPUDIR)/iq2000.cpu \
   1328 		$(CPUDIR)/iq2000.opc $(CPUDIR)/iq2000m.cpu \
   1329 		$(CPUDIR)/iq10.cpu
   1330 	$(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
   1331 		archfile=$(CPUDIR)/iq2000.cpu \
   1332 		opcfile=$(CPUDIR)/iq2000.opc extrafiles=
   1333 
   1334 $(srcdir)lm32-desc.h $(srcdir)/lm32-desc.c $(srcdir)/lm32-opc.h $(srcdir)/lm32-opc.c $(srcdir)/lm32-ibld.c $(srcdir)/lm32-opinst.c $(srcdir)/lm32-asm.c $(srcdir)/lm32-dis.c: $(LM32_DEPS)
   1335 	@true
   1336 stamp-lm32: $(CGENDEPS) $(CPUDIR)/lm32.cpu $(CPUDIR)/lm32.opc
   1337 	$(MAKE) run-cgen arch=lm32 prefix=lm32 options=opinst \
   1338 		archfile=$(CPUDIR)/lm32.cpu \
   1339 		opcfile=$(CPUDIR)/lm32.opc \
   1340 		extrafiles=opinst
   1341 
   1342 $(srcdir)/m32c-desc.h $(srcdir)/m32c-desc.c $(srcdir)/m32c-opc.h $(srcdir)/m32c-opc.c $(srcdir)/m32c-ibld.c $(srcdir)/m32c-asm.c $(srcdir)/m32c-dis.c: $(M32C_DEPS)
   1343 #	@true
   1344 stamp-m32c: $(CGENDEPS) $(CPUDIR)/m32c.cpu $(CPUDIR)/m32c.opc
   1345 	$(MAKE) run-cgen arch=m32c prefix=m32c options= \
   1346 		archfile=$(CPUDIR)/m32c.cpu \
   1347 		opcfile=$(CPUDIR)/m32c.opc extrafiles=
   1348 
   1349 $(srcdir)/m32r-desc.h $(srcdir)/m32r-desc.c $(srcdir)/m32r-opc.h $(srcdir)/m32r-opc.c $(srcdir)/m32r-ibld.c $(srcdir)/m32r-opinst.c $(srcdir)/m32r-asm.c $(srcdir)/m32r-dis.c: $(M32R_DEPS)
   1350 	@true
   1351 stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
   1352 	$(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
   1353 		archfile=$(CPUDIR)/m32r.cpu \
   1354 		opcfile=$(CPUDIR)/m32r.opc extrafiles=opinst
   1355 
   1356 $(srcdir)/mep-desc.h $(srcdir)/mep-desc.c $(srcdir)/mep-opc.h $(srcdir)/mep-opc.c $(srcdir)/mep-ibld.c $(srcdir)/mep-asm.c $(srcdir)/mep-dis.c: $(MEP_DEPS)
   1357 	@true
   1358 stamp-mep: $(CGENDEPS) $(CPUDIR)/mep.cpu $(CPUDIR)/mep-default.cpu $(CPUDIR)/mep-core.cpu $(CPUDIR)/mep-h1.cpu $(CPUDIR)/mep-ext-cop.cpu $(CPUDIR)/mep-sample-ucidsp.cpu $(CPUDIR)/mep-rhcop.cpu $(CPUDIR)/mep-fmax.cpu $(CPUDIR)/mep.opc
   1359 	$(MAKE) run-cgen arch=mep prefix=mep options= \
   1360 		archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
   1361 
   1362 $(srcdir)/mt-desc.h $(srcdir)/mt-desc.c $(srcdir)/mt-opc.h $(srcdir)/mt-opc.c $(srcdir)/mt-ibld.c $(srcdir)/mt-asm.c $(srcdir)/mt-dis.c: $(MT_DEPS)
   1363 	@true
   1364 stamp-mt: $(CGENDEPS) $(CPUDIR)/mt.cpu $(CPUDIR)/mt.opc
   1365 	$(MAKE) run-cgen arch=mt prefix=mt options= \
   1366 		archfile=$(CPUDIR)/mt.cpu \
   1367 		opcfile=$(CPUDIR)/mt.opc extrafiles=
   1368 
   1369 $(srcdir)/or1k-desc.h $(srcdir)/or1k-desc.c $(srcdir)/or1k-opc.h $(srcdir)/or1k-opc.c $(srcdir)/or1k-ibld.c $(srcdir)/or1k-opinst.c $(srcdir)/or1k-asm.c $(srcdir)/or1k-dis.c: $(OR1K_DEPS)
   1370 	@true
   1371 stamp-or1k: $(CGENDEPS) $(CPUDIR)/or1k.cpu $(CPUDIR)/or1k.opc $(CPUDIR)/or1kcommon.cpu $(CPUDIR)/or1korbis.cpu $(CPUDIR)/or1korfpx.cpu
   1372 	$(MAKE) run-cgen arch=or1k prefix=or1k options=opinst \
   1373 		archfile=$(CPUDIR)/or1k.cpu opcfile=$(CPUDIR)/or1k.opc extrafiles=opinst
   1374 
   1375 $(srcdir)/xc16x-desc.h $(srcdir)/xc16x-desc.c $(srcdir)/xc16x-opc.h $(srcdir)/xc16x-opc.c $(srcdir)/xc16x-ibld.c $(srcdir)/xc16x-asm.c $(srcdir)/xc16x-dis.c: $(XC16X_DEPS)
   1376 	@true
   1377 stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
   1378 	$(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
   1379 		archfile=$(CPUDIR)/xc16x.cpu \
   1380 		opcfile=$(CPUDIR)/xc16x.opc \
   1381 		extrafiles=
   1382 
   1383 $(srcdir)/xstormy16-desc.h $(srcdir)/xstormy16-desc.c $(srcdir)/xstormy16-opc.h $(srcdir)/xstormy16-opc.c $(srcdir)/xstormy16-ibld.c $(srcdir)/xstormy16-asm.c $(srcdir)/xstormy16-dis.c: $(XSTORMY16_DEPS)
   1384 	@true
   1385 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
   1386 	$(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
   1387 		archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
   1388 
   1389 aarch64-gen$(EXEEXT_FOR_BUILD): aarch64-gen.o $(BUILD_LIB_DEPS)
   1390 	$(LINK_FOR_BUILD) aarch64-gen.o $(BUILD_LIBS)
   1391 
   1392 aarch64-gen.o: aarch64-gen.c $(BFD_H) $(INCDIR)/getopt.h $(INCDIR)/libiberty.h\
   1393 	$(INCDIR)/opcode/aarch64.h config.h aarch64-opc.h aarch64-tbl.h
   1394 	$(COMPILE_FOR_BUILD) -c $(srcdir)/aarch64-gen.c
   1395 
   1396 $(srcdir)/aarch64-asm-2.c: @MAINT@ aarch64-gen$(exeext_for_build)
   1397 	./aarch64-gen$(exeext_for_build) --gen-asm > $@
   1398 $(srcdir)/aarch64-dis-2.c: @MAINT@ aarch64-gen$(exeext_for_build)
   1399 	./aarch64-gen$(exeext_for_build) --gen-dis > $@
   1400 $(srcdir)/aarch64-opc-2.c: @MAINT@ aarch64-gen$(exeext_for_build)
   1401 	./aarch64-gen$(exeext_for_build) --gen-opc > $@
   1402 
   1403 i386-gen$(EXEEXT_FOR_BUILD): i386-gen.o $(BUILD_LIB_DEPS)
   1404 	$(LINK_FOR_BUILD) i386-gen.o $(BUILD_LIBS)
   1405 
   1406 i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h \
   1407 	$(INCDIR)/ansidecl.h $(INCDIR)/getopt.h $(INCDIR)/hashtab.h \
   1408 	$(INCDIR)/libiberty.h $(INCDIR)/opcode/i386.h $(INCDIR)/safe-ctype.h \
   1409 	config.h i386-opc.h sysdep.h
   1410 	$(COMPILE_FOR_BUILD) -c $(srcdir)/i386-gen.c
   1411 
   1412 $(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h 
   1413 	@echo $@
   1414 
   1415 $(srcdir)/i386-init.h: @MAINT@ i386-gen$(EXEEXT_FOR_BUILD) i386-opc.tbl i386-reg.tbl
   1416 	./i386-gen$(EXEEXT_FOR_BUILD) --srcdir $(srcdir)
   1417 
   1418 i386-opc.lo: $(srcdir)/i386-tbl.h
   1419 
   1420 ia64-gen$(EXEEXT_FOR_BUILD): ia64-gen.o $(BUILD_LIB_DEPS)
   1421 	$(LINK_FOR_BUILD) ia64-gen.o $(BUILD_LIBS)
   1422 
   1423 ia64-gen.o: ia64-gen.c $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h \
   1424 	$(INCDIR)/libiberty.h $(INCDIR)/opcode/ia64.h $(INCDIR)/safe-ctype.h \
   1425 	$(INCDIR)/symcat.h config.h ia64-opc-a.c ia64-opc-b.c \
   1426 	ia64-opc-d.c ia64-opc-f.c ia64-opc-i.c ia64-opc-m.c \
   1427 	ia64-opc-x.c ia64-opc.h sysdep.h
   1428 	$(COMPILE_FOR_BUILD) -c $(srcdir)/ia64-gen.c
   1429 $(srcdir)/ia64-asmtab.c: @MAINT@ $(ia64_asmtab_deps)
   1430 	./ia64-gen$(EXEEXT_FOR_BUILD) --srcdir $(srcdir) > $@
   1431 
   1432 ia64-opc.lo: $(srcdir)/ia64-asmtab.c
   1433 
   1434 $(srcdir)/msp430-decode.c: @MAINT@ $(srcdir)/msp430-decode.opc opc2c$(EXEEXT_FOR_BUILD)
   1435 	./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/msp430-decode.opc > $(srcdir)/msp430-decode.c
   1436 
   1437 $(srcdir)/rl78-decode.c: @MAINT@ $(srcdir)/rl78-decode.opc opc2c$(EXEEXT_FOR_BUILD)
   1438 	./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/rl78-decode.opc > $(srcdir)/rl78-decode.c
   1439 
   1440 $(srcdir)/rx-decode.c: @MAINT@ $(srcdir)/rx-decode.opc opc2c$(EXEEXT_FOR_BUILD)
   1441 	./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/rx-decode.opc > $(srcdir)/rx-decode.c
   1442 
   1443 opc2c$(EXEEXT_FOR_BUILD): opc2c.o $(BUILD_LIBS_DEPS)
   1444 	$(LINK_FOR_BUILD) opc2c.o $(BUILD_LIBS)
   1445 
   1446 opc2c.o: opc2c.c $(INCDIR)/libiberty.h
   1447 	$(COMPILE_FOR_BUILD) -c $(srcdir)/opc2c.c
   1448 
   1449 s390-mkopc$(EXEEXT_FOR_BUILD): s390-mkopc.c
   1450 	$(COMPILE_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
   1451 
   1452 s390-opc.tab: s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.txt
   1453 	./s390-mkopc$(EXEEXT_FOR_BUILD) < $(srcdir)/s390-opc.txt > s390-opc.tab
   1454 
   1455 s390-opc.lo: s390-opc.tab
   1456 
   1457 z8kgen$(EXEEXT_FOR_BUILD): z8kgen.o $(BUILD_LIB_DEPS)
   1458 	$(LINK_FOR_BUILD) z8kgen.o $(BUILD_LIBS)
   1459 
   1460 z8kgen.o: z8kgen.c
   1461 	$(COMPILE_FOR_BUILD) -c $(srcdir)/z8kgen.c
   1462 
   1463 $(srcdir)/z8k-opc.h: @MAINT@ z8kgen$(EXEEXT_FOR_BUILD)
   1464 	./z8kgen$(EXEEXT_FOR_BUILD) -a > $@
   1465 
   1466 z8k-dis.lo: $(srcdir)/z8k-opc.h
   1467 
   1468 sh-dis.lo: sh-dis.c
   1469 @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/sh-dis.c
   1470 @am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
   1471 @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='sh-dis.c' object='$@' libtool=yes @AMDEPBACKSLASH@
   1472 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1473 @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/sh-dis.c
   1474 
   1475 # Tell versions [3.59,3.63) of GNU make to not export all variables.
   1476 # Otherwise a system limit (for SysV at least) may be exceeded.
   1477 .NOEXPORT:
   1478