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