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