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