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