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