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