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