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