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