Regenerate tree using Autoconf 2.64 and Automake 1.11.
[deliverable/binutils-gdb.git] / opcodes / Makefile.in
CommitLineData
81ecdfbb 1# Makefile.in generated by automake 1.11 from Makefile.am.
8ae85421 2# @configure_input@
252b5132 3
8ae85421 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
81ecdfbb
RW
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6# Inc.
252b5132
RH
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
8ae85421 16@SET_MAKE@
a2d91340 17
8ae85421 18
252b5132 19VPATH = @srcdir@
252b5132 20pkgdatadir = $(datadir)/@PACKAGE@
252b5132 21pkgincludedir = $(includedir)/@PACKAGE@
81ecdfbb
RW
22pkglibdir = $(libdir)/@PACKAGE@
23pkglibexecdir = $(libexecdir)/@PACKAGE@
8ae85421 24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
8ae85421
AM
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
252b5132
RH
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
8ae85421 36build_triplet = @build@
252b5132 37host_triplet = @host@
8ae85421 38target_triplet = @target@
81ecdfbb
RW
39subdir = .
40DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
8ae85421
AM
41 $(top_srcdir)/configure $(am__configure_deps) \
42 $(srcdir)/config.in $(srcdir)/../mkinstalldirs \
81ecdfbb 43 $(top_srcdir)/po/Make-in
8ae85421 44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79887925
L
45am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
46 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \
47 $(top_srcdir)/../config/depstand.m4 \
20e95c23 48 $(top_srcdir)/../config/gettext-sister.m4 \
79887925 49 $(top_srcdir)/../config/lead-dot.m4 \
8944f3c2
AM
50 $(top_srcdir)/../config/nls.m4 \
51 $(top_srcdir)/../config/override.m4 \
52 $(top_srcdir)/../config/po.m4 \
20e95c23 53 $(top_srcdir)/../config/progtest.m4 \
79887925
L
54 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
55 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
1927a18f 56 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.in
8ae85421
AM
57am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58 $(ACLOCAL_M4)
59am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
81ecdfbb 60 configure.lineno config.status.lineno
8ae85421
AM
61mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
62CONFIG_HEADER = config.h
63CONFIG_CLEAN_FILES = po/Makefile.in
81ecdfbb 64CONFIG_CLEAN_VPATH_FILES =
8ae85421
AM
65LIBRARIES = $(noinst_LIBRARIES)
66ARFLAGS = cru
67libopcodes_a_AR = $(AR) $(ARFLAGS)
68libopcodes_a_LIBADD =
69libopcodes_a_SOURCES = libopcodes.c
70libopcodes_a_OBJECTS = libopcodes.$(OBJEXT)
71am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
72am__vpath_adj = case $$p in \
73 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
74 *) f=$$p;; \
75 esac;
81ecdfbb
RW
76am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
77am__install_max = 40
78am__nobase_strip_setup = \
79 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
80am__nobase_strip = \
81 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
82am__nobase_list = $(am__nobase_strip_setup); \
83 for p in $$list; do echo "$$p $$p"; done | \
84 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
85 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
86 if (++n[$$2] == $(am__install_max)) \
87 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
88 END { for (dir in files) print dir, files[dir] }'
89am__base_list = \
90 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
91 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
8ae85421 92am__installdirs = "$(DESTDIR)$(bfdlibdir)"
8ae85421
AM
93LTLIBRARIES = $(bfdlib_LTLIBRARIES)
94am__DEPENDENCIES_1 =
95am_libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo dis-init.lo
96libopcodes_la_OBJECTS = $(am_libopcodes_la_OBJECTS)
81ecdfbb
RW
97libopcodes_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
98 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
99 $(libopcodes_la_LDFLAGS) $(LDFLAGS) -o $@
100DEFAULT_INCLUDES = -I.@am__isrc@
8ae85421
AM
101depcomp =
102am__depfiles_maybe =
103COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
104 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81ecdfbb
RW
105LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
106 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
107 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
8ae85421 108CCLD = $(CC)
81ecdfbb
RW
109LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
110 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
111 $(LDFLAGS) -o $@
8ae85421
AM
112SOURCES = libopcodes.c $(libopcodes_la_SOURCES)
113RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
114 html-recursive info-recursive install-data-recursive \
81ecdfbb
RW
115 install-dvi-recursive install-exec-recursive \
116 install-html-recursive install-info-recursive \
117 install-pdf-recursive install-ps-recursive install-recursive \
118 installcheck-recursive installdirs-recursive pdf-recursive \
119 ps-recursive uninstall-recursive
120RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
121 distclean-recursive maintainer-clean-recursive
122AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
123 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
8ae85421
AM
124ETAGS = etags
125CTAGS = ctags
126DIST_SUBDIRS = $(SUBDIRS)
127ACLOCAL = @ACLOCAL@
8ae85421 128AMTAR = @AMTAR@
252b5132 129AR = @AR@
8ae85421
AM
130AUTOCONF = @AUTOCONF@
131AUTOHEADER = @AUTOHEADER@
132AUTOMAKE = @AUTOMAKE@
133AWK = @AWK@
252b5132
RH
134BFD_MACHINES = @BFD_MACHINES@
135CATALOGS = @CATALOGS@
136CATOBJEXT = @CATOBJEXT@
137CC = @CC@
8ae85421 138CCDEPMODE = @CCDEPMODE@
dc62a253 139CC_FOR_BUILD = @CC_FOR_BUILD@
8ae85421 140CFLAGS = @CFLAGS@
979273e3 141CPP = @CPP@
8ae85421
AM
142CPPFLAGS = @CPPFLAGS@
143CYGPATH_W = @CYGPATH_W@
252b5132 144DATADIRNAME = @DATADIRNAME@
8ae85421
AM
145DEFS = @DEFS@
146DEPDIR = @DEPDIR@
1927a18f 147DSYMUTIL = @DSYMUTIL@
d7040cdb 148DUMPBIN = @DUMPBIN@
8ae85421
AM
149ECHO_C = @ECHO_C@
150ECHO_N = @ECHO_N@
151ECHO_T = @ECHO_T@
152EGREP = @EGREP@
252b5132 153EXEEXT = @EXEEXT@
dc62a253 154EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
d7040cdb 155FGREP = @FGREP@
20e95c23 156GENCAT = @GENCAT@
252b5132 157GMSGFMT = @GMSGFMT@
d7040cdb 158GREP = @GREP@
252b5132 159HDEFINES = @HDEFINES@
20e95c23 160INCINTL = @INCINTL@
81ecdfbb 161INSTALL = @INSTALL@
8ae85421 162INSTALL_DATA = @INSTALL_DATA@
8ae85421
AM
163INSTALL_PROGRAM = @INSTALL_PROGRAM@
164INSTALL_SCRIPT = @INSTALL_SCRIPT@
165INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252b5132 166INSTOBJEXT = @INSTOBJEXT@
d7040cdb 167LD = @LD@
8ae85421 168LDFLAGS = @LDFLAGS@
20e95c23
DJ
169LIBINTL = @LIBINTL@
170LIBINTL_DEP = @LIBINTL_DEP@
8d25cc3d 171LIBM = @LIBM@
8ae85421
AM
172LIBOBJS = @LIBOBJS@
173LIBS = @LIBS@
252b5132 174LIBTOOL = @LIBTOOL@
1927a18f 175LIPO = @LIPO@
252b5132 176LN_S = @LN_S@
8ae85421 177LTLIBOBJS = @LTLIBOBJS@
252b5132
RH
178MAINT = @MAINT@
179MAKEINFO = @MAKEINFO@
81ecdfbb 180MKDIR_P = @MKDIR_P@
252b5132
RH
181MKINSTALLDIRS = @MKINSTALLDIRS@
182MSGFMT = @MSGFMT@
20e95c23 183MSGMERGE = @MSGMERGE@
d7040cdb 184NM = @NM@
1927a18f 185NMEDIT = @NMEDIT@
9e9b66a9 186NO_WERROR = @NO_WERROR@
1927a18f 187OBJDUMP = @OBJDUMP@
ed265386 188OBJEXT = @OBJEXT@
1927a18f
L
189OTOOL = @OTOOL@
190OTOOL64 = @OTOOL64@
252b5132 191PACKAGE = @PACKAGE@
8ae85421
AM
192PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193PACKAGE_NAME = @PACKAGE_NAME@
194PACKAGE_STRING = @PACKAGE_STRING@
195PACKAGE_TARNAME = @PACKAGE_TARNAME@
81ecdfbb 196PACKAGE_URL = @PACKAGE_URL@
8ae85421
AM
197PACKAGE_VERSION = @PACKAGE_VERSION@
198PATH_SEPARATOR = @PATH_SEPARATOR@
252b5132
RH
199POSUB = @POSUB@
200RANLIB = @RANLIB@
d7040cdb 201SED = @SED@
8ae85421 202SET_MAKE = @SET_MAKE@
45d42143
NC
203SHARED_DEPENDENCIES = @SHARED_DEPENDENCIES@
204SHARED_LDFLAGS = @SHARED_LDFLAGS@
205SHARED_LIBADD = @SHARED_LIBADD@
8ae85421 206SHELL = @SHELL@
ed265386 207STRIP = @STRIP@
252b5132 208USE_NLS = @USE_NLS@
252b5132 209VERSION = @VERSION@
8ae85421 210WARN_CFLAGS = @WARN_CFLAGS@
8ae85421 211XGETTEXT = @XGETTEXT@
81ecdfbb
RW
212abs_builddir = @abs_builddir@
213abs_srcdir = @abs_srcdir@
214abs_top_builddir = @abs_top_builddir@
215abs_top_srcdir = @abs_top_srcdir@
8ae85421 216ac_ct_CC = @ac_ct_CC@
d7040cdb 217ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
8ae85421
AM
218am__include = @am__include@
219am__leading_dot = @am__leading_dot@
220am__quote = @am__quote@
221am__tar = @am__tar@
222am__untar = @am__untar@
252b5132 223archdefs = @archdefs@
8ae85421
AM
224bfdincludedir = @bfdincludedir@
225bfdlibdir = @bfdlibdir@
226bindir = @bindir@
227build = @build@
228build_alias = @build_alias@
229build_cpu = @build_cpu@
230build_os = @build_os@
231build_vendor = @build_vendor@
81ecdfbb 232builddir = @builddir@
6e31aea3 233cgendir = @cgendir@
8ae85421 234datadir = @datadir@
81ecdfbb
RW
235datarootdir = @datarootdir@
236docdir = @docdir@
237dvidir = @dvidir@
8ae85421
AM
238exec_prefix = @exec_prefix@
239host = @host@
240host_alias = @host_alias@
241host_cpu = @host_cpu@
979273e3 242host_noncanonical = @host_noncanonical@
8ae85421
AM
243host_os = @host_os@
244host_vendor = @host_vendor@
81ecdfbb 245htmldir = @htmldir@
8ae85421
AM
246includedir = @includedir@
247infodir = @infodir@
248install_sh = @install_sh@
8ae85421
AM
249libdir = @libdir@
250libexecdir = @libexecdir@
81ecdfbb 251localedir = @localedir@
8ae85421 252localstatedir = @localstatedir@
d7040cdb 253lt_ECHO = @lt_ECHO@
8ae85421
AM
254mandir = @mandir@
255mkdir_p = @mkdir_p@
256oldincludedir = @oldincludedir@
81ecdfbb 257pdfdir = @pdfdir@
8ae85421
AM
258prefix = @prefix@
259program_transform_name = @program_transform_name@
81ecdfbb 260psdir = @psdir@
8ae85421
AM
261sbindir = @sbindir@
262sharedstatedir = @sharedstatedir@
81ecdfbb 263srcdir = @srcdir@
8ae85421
AM
264sysconfdir = @sysconfdir@
265target = @target@
266target_alias = @target_alias@
267target_cpu = @target_cpu@
979273e3 268target_noncanonical = @target_noncanonical@
8ae85421
AM
269target_os = @target_os@
270target_vendor = @target_vendor@
81ecdfbb
RW
271top_build_prefix = @top_build_prefix@
272top_builddir = @top_builddir@
273top_srcdir = @top_srcdir@
3f85e526 274AUTOMAKE_OPTIONS = 1.9 cygnus
79887925 275ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
252b5132 276SUBDIRS = po
252b5132
RH
277INCDIR = $(srcdir)/../include
278BFDDIR = $(srcdir)/../bfd
41b49281 279MKDEP = gcc -MM
a2d91340 280AM_CFLAGS = $(WARN_CFLAGS)
81172ff2 281bfdlib_LTLIBRARIES = libopcodes.la
252b5132
RH
282
283# This is where bfd.h lives.
284BFD_H = ../bfd/bfd.h
285
0ab71ce3
NC
286# This is where libiberty lives.
287LIBIBERTY = ../libiberty/libiberty.a
288
252b5132 289# Header files.
8ae85421 290HFILES = \
49f58d10 291 cgen-ops.h cgen-types.h \
8ae85421
AM
292 fr30-desc.h fr30-opc.h \
293 frv-desc.h frv-opc.h \
294 h8500-opc.h \
40fb9820 295 i386-init.h \
40b8e679
L
296 i386-opc.h \
297 i386-tbl.h \
8ae85421
AM
298 ia64-asmtab.h \
299 ia64-opc.h \
300 ip2k-desc.h ip2k-opc.h \
301 iq2000-desc.h iq2000-opc.h \
500b1f44
AM
302 lm32-desc.h \
303 lm32-opc.h \
49f58d10 304 m32c-desc.h m32c-opc.h \
8ae85421
AM
305 m32r-desc.h m32r-opc.h \
306 mcore-opc.h \
bd2f2e55 307 mep-desc.h mep-opc.h \
7ba29e2a 308 microblaze-opc.h \
d031aafb 309 mt-desc.h mt-opc.h \
8ae85421 310 openrisc-desc.h openrisc-opc.h \
1c0d3aa6 311 score-opc.h \
8ae85421
AM
312 sh-opc.h \
313 sh64-opc.h \
314 sysdep.h \
315 w65-opc.h \
d70c5fc7 316 xc16x-desc.h xc16x-opc.h \
8ae85421
AM
317 xstormy16-desc.h xstormy16-opc.h \
318 z8k-opc.h
252b5132
RH
319
320
321# C source files that correspond to .o's.
8ae85421 322CFILES = \
8ae85421
AM
323 alpha-dis.c \
324 alpha-opc.c \
325 arc-dis.c \
326 arc-opc.c \
327 arc-ext.c \
328 arm-dis.c \
329 avr-dis.c \
4b7f6baa 330 bfin-dis.c \
8ae85421 331 cgen-asm.c \
3609e0fe 332 cgen-bitset.c \
8ae85421
AM
333 cgen-dis.c \
334 cgen-opc.c \
3d3d428f
NC
335 cr16-dis.c \
336 cr16-opc.c \
8ae85421
AM
337 cris-dis.c \
338 cris-opc.c \
339 crx-dis.c \
340 crx-opc.c \
341 d10v-dis.c \
342 d10v-opc.c \
343 d30v-dis.c \
344 d30v-opc.c \
345 dlx-dis.c \
346 dis-buf.c \
347 dis-init.c \
348 disassemble.c \
349 fr30-asm.c \
350 fr30-desc.c \
351 fr30-dis.c \
352 fr30-ibld.c \
353 fr30-opc.c \
354 frv-asm.c \
355 frv-desc.c \
356 frv-dis.c \
357 frv-ibld.c \
358 frv-opc.c \
20135e4c
NC
359 moxie-dis.c \
360 moxie-opc.c \
8ae85421
AM
361 h8300-dis.c \
362 h8500-dis.c \
363 hppa-dis.c \
364 i370-dis.c \
365 i370-opc.c \
366 i386-dis.c \
0b1cf022 367 i386-opc.c \
40b8e679 368 i386-gen.c \
8ae85421
AM
369 i860-dis.c \
370 i960-dis.c \
371 ia64-dis.c \
372 ia64-opc-a.c \
373 ia64-opc-b.c \
374 ia64-opc-f.c \
375 ia64-opc-i.c \
376 ia64-opc-m.c \
377 ia64-opc-d.c \
378 ia64-opc.c \
379 ia64-gen.c \
380 ia64-asmtab.c \
381 ip2k-asm.c \
382 ip2k-desc.c \
383 ip2k-dis.c \
384 ip2k-ibld.c \
385 ip2k-opc.c \
386 iq2000-asm.c \
387 iq2000-desc.c \
388 iq2000-dis.c \
389 iq2000-ibld.c \
390 iq2000-opc.c \
828c0124
JK
391 lm32-asm.c \
392 lm32-desc.c \
828c0124
JK
393 lm32-dis.c \
394 lm32-ibld.c \
395 lm32-opc.c \
828c0124 396 lm32-opinst.c \
49f58d10
JB
397 m32c-asm.c \
398 m32c-desc.c \
399 m32c-dis.c \
400 m32c-ibld.c \
401 m32c-opc.c \
8ae85421
AM
402 m32r-asm.c \
403 m32r-desc.c \
404 m32r-dis.c \
405 m32r-ibld.c \
406 m32r-opc.c \
407 m32r-opinst.c \
408 m68hc11-dis.c \
409 m68hc11-opc.c \
410 m68k-dis.c \
411 m68k-opc.c \
412 m88k-dis.c \
7499d566 413 maxq-dis.c \
8ae85421 414 mcore-dis.c \
bd2f2e55
DB
415 mep-asm.c \
416 mep-desc.c \
417 mep-dis.c \
418 mep-ibld.c \
419 mep-opc.c \
8ae85421 420 mips-dis.c \
7ba29e2a 421 microblaze-dis.c \
8ae85421
AM
422 mips-opc.c \
423 mips16-opc.c \
424 m10200-dis.c \
425 m10200-opc.c \
426 m10300-dis.c \
427 m10300-opc.c \
428 mmix-dis.c \
429 mmix-opc.c \
d031aafb
NS
430 mt-asm.c \
431 mt-desc.c \
432 mt-dis.c \
433 mt-ibld.c \
434 mt-opc.c \
8ae85421
AM
435 ns32k-dis.c \
436 openrisc-asm.c \
437 openrisc-desc.c \
438 openrisc-dis.c \
439 openrisc-ibld.c \
440 openrisc-opc.c \
441 or32-dis.c \
442 or32-opc.c \
443 pdp11-dis.c \
444 pdp11-opc.c \
445 pj-dis.c \
446 pj-opc.c \
447 ppc-dis.c \
448 ppc-opc.c \
449 s390-mkopc.c \
450 s390-opc.c \
451 s390-dis.c \
1c0d3aa6 452 score-dis.c \
c3b7224a 453 score7-dis.c \
8ae85421
AM
454 sh-dis.c \
455 sh64-dis.c \
456 sh64-opc.c \
457 sparc-dis.c \
458 sparc-opc.c \
e9f53129
AM
459 spu-dis.c \
460 spu-opc.c \
8ae85421
AM
461 tic30-dis.c \
462 tic4x-dis.c \
463 tic54x-dis.c \
464 tic54x-opc.c \
465 tic80-dis.c \
466 tic80-opc.c \
467 v850-dis.c \
468 v850-opc.c \
469 vax-dis.c \
470 w65-dis.c \
d70c5fc7
NC
471 xc16x-asm.c \
472 xc16x-desc.c \
473 xc16x-dis.c \
474 xc16x-ibld.c \
475 xc16x-opc.c \
8ae85421
AM
476 xstormy16-asm.c \
477 xstormy16-desc.c \
478 xstormy16-dis.c \
479 xstormy16-ibld.c \
480 xstormy16-opc.c \
481 xtensa-dis.c \
3c9b82ba 482 z80-dis.c \
8ae85421
AM
483 z8k-dis.c \
484 z8kgen.c
485
486ALL_MACHINES = \
8ae85421
AM
487 alpha-dis.lo \
488 alpha-opc.lo \
489 arc-dis.lo \
490 arc-opc.lo \
491 arc-ext.lo \
492 arm-dis.lo \
493 avr-dis.lo \
4b7f6baa 494 bfin-dis.lo \
8ae85421 495 cgen-asm.lo \
3609e0fe 496 cgen-bitset.lo \
8ae85421
AM
497 cgen-dis.lo \
498 cgen-opc.lo \
3d3d428f
NC
499 cr16-dis.lo \
500 cr16-opc.lo \
8ae85421
AM
501 cris-dis.lo \
502 cris-opc.lo \
503 crx-dis.lo \
504 crx-opc.lo \
505 d10v-dis.lo \
506 d10v-opc.lo \
507 d30v-dis.lo \
508 d30v-opc.lo \
509 dlx-dis.lo \
510 fr30-asm.lo \
511 fr30-desc.lo \
512 fr30-dis.lo \
513 fr30-ibld.lo \
514 fr30-opc.lo \
515 frv-asm.lo \
516 frv-desc.lo \
517 frv-dis.lo \
518 frv-ibld.lo \
519 frv-opc.lo \
20135e4c
NC
520 moxie-dis.lo \
521 moxie-opc.lo \
8ae85421
AM
522 h8300-dis.lo \
523 h8500-dis.lo \
524 hppa-dis.lo \
525 i386-dis.lo \
0b1cf022 526 i386-opc.lo \
8ae85421
AM
527 i370-dis.lo \
528 i370-opc.lo \
529 i860-dis.lo \
530 i960-dis.lo \
531 ia64-dis.lo \
532 ia64-opc.lo \
533 ip2k-asm.lo \
534 ip2k-desc.lo \
535 ip2k-dis.lo \
536 ip2k-ibld.lo \
537 ip2k-opc.lo \
538 iq2000-asm.lo \
539 iq2000-desc.lo \
540 iq2000-dis.lo \
541 iq2000-ibld.lo \
542 iq2000-opc.lo \
828c0124
JK
543 lm32-asm.lo \
544 lm32-desc.lo \
545 lm32-dis.lo \
546 lm32-ibld.lo \
547 lm32-opc.lo \
548 lm32-opinst.lo \
49f58d10
JB
549 m32c-asm.lo \
550 m32c-desc.lo \
551 m32c-dis.lo \
552 m32c-ibld.lo \
553 m32c-opc.lo \
8ae85421
AM
554 m32r-asm.lo \
555 m32r-desc.lo \
556 m32r-dis.lo \
557 m32r-ibld.lo \
558 m32r-opc.lo \
559 m32r-opinst.lo \
560 m68hc11-dis.lo \
561 m68hc11-opc.lo \
562 m68k-dis.lo \
563 m68k-opc.lo \
564 m88k-dis.lo \
565 m10200-dis.lo \
566 m10200-opc.lo \
567 m10300-dis.lo \
568 m10300-opc.lo \
7499d566 569 maxq-dis.lo \
8ae85421 570 mcore-dis.lo \
bd2f2e55
DB
571 mep-asm.lo \
572 mep-desc.lo \
573 mep-dis.lo \
574 mep-ibld.lo \
575 mep-opc.lo \
8ae85421 576 mips-dis.lo \
7ba29e2a 577 microblaze-dis.lo \
8ae85421
AM
578 mips-opc.lo \
579 mips16-opc.lo \
580 mmix-dis.lo \
581 mmix-opc.lo \
582 msp430-dis.lo \
d031aafb
NS
583 mt-asm.lo \
584 mt-desc.lo \
585 mt-dis.lo \
586 mt-ibld.lo \
587 mt-opc.lo \
8ae85421
AM
588 ns32k-dis.lo \
589 openrisc-asm.lo \
590 openrisc-desc.lo \
591 openrisc-dis.lo \
592 openrisc-ibld.lo \
593 openrisc-opc.lo \
594 or32-dis.lo \
595 or32-opc.lo \
596 pdp11-dis.lo \
597 pdp11-opc.lo \
598 pj-dis.lo \
599 pj-opc.lo \
600 ppc-dis.lo \
601 ppc-opc.lo \
602 s390-dis.lo \
603 s390-opc.lo \
1c0d3aa6 604 score-dis.lo \
c3b7224a 605 score7-dis.lo \
8ae85421
AM
606 sh-dis.lo \
607 sh64-dis.lo \
608 sh64-opc.lo \
609 sparc-dis.lo \
610 sparc-opc.lo \
e9f53129
AM
611 spu-dis.lo \
612 spu-opc.lo \
8ae85421
AM
613 tic30-dis.lo \
614 tic4x-dis.lo \
615 tic54x-dis.lo \
616 tic54x-opc.lo \
617 tic80-dis.lo \
618 tic80-opc.lo \
619 v850-dis.lo \
620 v850-opc.lo \
621 vax-dis.lo \
622 w65-dis.lo \
d70c5fc7
NC
623 xc16x-asm.lo \
624 xc16x-desc.lo \
625 xc16x-dis.lo \
626 xc16x-ibld.lo \
627 xc16x-opc.lo \
8ae85421
AM
628 xstormy16-asm.lo \
629 xstormy16-desc.lo \
630 xstormy16-dis.lo \
631 xstormy16-ibld.lo \
632 xstormy16-opc.lo \
633 xtensa-dis.lo \
3c9b82ba 634 z80-dis.lo \
8ae85421 635 z8k-dis.lo
252b5132
RH
636
637OFILES = @BFD_MACHINES@
3f85e526
L
638
639# We should reconfigure whenever bfd/configure.in changes, because
640# that's where the version number in Makefile comes from.
641CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
dabbade6 642INCLUDES = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
92c2346c 643libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
3ba7a1aa
DJ
644# It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
645# Unfortunately this causes libtool to add -L$(libdir), referring to the
646# planned install directory of libbfd. This can cause us to pick up an
647# old version of libbfd, or to pick up libbfd for the wrong architecture
45d42143
NC
648# if host != build. So for building with shared libraries we use a
649# hardcoded path to libbfd.so instead of relying on the entries in libbfd.la.
650libopcodes_la_DEPENDENCIES = $(OFILES) @SHARED_DEPENDENCIES@
651libopcodes_la_LIBADD = $(OFILES) @SHARED_LIBADD@
652libopcodes_la_LDFLAGS = -release `cat ../bfd/libtool-soversion` @SHARED_LDFLAGS@
252b5132
RH
653
654# libtool will build .libs/libopcodes.a. We create libopcodes.a in
655# the build directory so that we don't have to convert all the
656# programs that use libopcodes.a simultaneously. This is a hack which
657# should be removed if everything else starts using libtool. FIXME.
252b5132 658noinst_LIBRARIES = libopcodes.a
252b5132 659POTFILES = $(HFILES) $(CFILES)
8ae85421 660CLEANFILES = \
49f58d10 661 stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
bd2f2e55 662 stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
8ae85421 663 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
6e31aea3
BE
664
665CGENDIR = @cgendir@
4a3264e6 666CPUDIR = $(CGENDIR)/cpu
0a40490e 667CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
6e31aea3 668CGENFLAGS = -v
8ae85421
AM
669CGENDEPS = \
670 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
671 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
672 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
673 $(CGENDIR)/opc-opinst.scm \
674 cgen-asm.in cgen-dis.in cgen-ibld.in
4714fbc0 675
bd2f2e55 676CGEN_CPUS = fr30 frv ip2k m32c m32r mep mt openrisc xc16x xstormy16
50e0eb66 677@CGEN_MAINT_FALSE@IP2K_DEPS =
8ae85421 678@CGEN_MAINT_TRUE@IP2K_DEPS = stamp-ip2k
84e94c90
NC
679@CGEN_MAINT_FALSE@LM32_DEPS =
680@CGEN_MAINT_TRUE@LM32_DEPS = stamp-lm32
49f58d10
JB
681@CGEN_MAINT_FALSE@M32C_DEPS =
682@CGEN_MAINT_TRUE@M32C_DEPS = stamp-m32c
50e0eb66 683@CGEN_MAINT_FALSE@M32R_DEPS =
8ae85421 684@CGEN_MAINT_TRUE@M32R_DEPS = stamp-m32r
50e0eb66 685@CGEN_MAINT_FALSE@FR30_DEPS =
8ae85421 686@CGEN_MAINT_TRUE@FR30_DEPS = stamp-fr30
50e0eb66 687@CGEN_MAINT_FALSE@FRV_DEPS =
8ae85421 688@CGEN_MAINT_TRUE@FRV_DEPS = stamp-frv
bd2f2e55
DB
689@CGEN_MAINT_FALSE@MEP_DEPS =
690@CGEN_MAINT_TRUE@MEP_DEPS = stamp-mep
4970f871
NS
691@CGEN_MAINT_FALSE@MT_DEPS =
692@CGEN_MAINT_TRUE@MT_DEPS = stamp-mt
50e0eb66 693@CGEN_MAINT_FALSE@OPENRISC_DEPS =
8ae85421 694@CGEN_MAINT_TRUE@OPENRISC_DEPS = stamp-openrisc
f62ba8f2 695@CGEN_MAINT_FALSE@IQ2000_DEPS =
8ae85421 696@CGEN_MAINT_TRUE@IQ2000_DEPS = stamp-iq2000
d70c5fc7
NC
697@CGEN_MAINT_FALSE@XC16X_DEPS =
698@CGEN_MAINT_TRUE@XC16X_DEPS = stamp-xc16x
50e0eb66 699@CGEN_MAINT_FALSE@XSTORMY16_DEPS =
8ae85421 700@CGEN_MAINT_TRUE@XSTORMY16_DEPS = stamp-xstormy16
49f58d10 701m32c_opc_h = m32c-opc.h cgen-types.h cgen-ops.h
8ae85421
AM
702all: config.h
703 $(MAKE) $(AM_MAKEFLAGS) all-recursive
252b5132 704
252b5132 705.SUFFIXES:
8ae85421
AM
706.SUFFIXES: .c .lo .o .obj
707am--refresh:
708 @:
709$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
710 @for dep in $?; do \
711 case '$(am__configure_deps)' in \
712 *$$dep*) \
81ecdfbb
RW
713 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
714 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
8ae85421
AM
715 && exit 0; \
716 exit 1;; \
717 esac; \
718 done; \
81ecdfbb
RW
719 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
720 $(am__cd) $(top_srcdir) && \
721 $(AUTOMAKE) --foreign Makefile
8ae85421 722.PRECIOUS: Makefile
3f85e526
L
723Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
724 @case '$?' in \
725 *config.status*) \
726 echo ' $(SHELL) ./config.status'; \
727 $(SHELL) ./config.status;; \
728 *) \
729 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
730 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
731 esac;
252b5132 732
8ae85421
AM
733$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
734 $(SHELL) ./config.status --recheck
252b5132 735
8ae85421 736$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
81ecdfbb 737 $(am__cd) $(srcdir) && $(AUTOCONF)
8ae85421 738$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
81ecdfbb
RW
739 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
740$(am__aclocal_m4_deps):
252b5132 741
8ae85421 742config.h: stamp-h1
252b5132 743 @if test ! -f $@; then \
8ae85421 744 rm -f stamp-h1; \
81ecdfbb 745 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
252b5132 746 else :; fi
252b5132 747
8ae85421
AM
748stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
749 @rm -f stamp-h1
750 cd $(top_builddir) && $(SHELL) ./config.status config.h
751$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
81ecdfbb 752 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
8ae85421
AM
753 rm -f stamp-h1
754 touch $@
252b5132
RH
755
756distclean-hdr:
8ae85421
AM
757 -rm -f config.h stamp-h1
758po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
759 cd $(top_builddir) && $(SHELL) ./config.status $@
252b5132
RH
760
761clean-noinstLIBRARIES:
762 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
763
8ae85421
AM
764clean-bfdlibLTLIBRARIES:
765 -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
766 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
767 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
768 test "$$dir" != "$$p" || dir=.; \
769 echo "rm -f \"$${dir}/so_locations\""; \
770 rm -f "$${dir}/so_locations"; \
771 done
772libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES)
81ecdfbb 773 $(libopcodes_la_LINK) -rpath $(bfdlibdir) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS)
a2d91340 774
252b5132 775mostlyclean-compile:
ed265386 776 -rm -f *.$(OBJEXT)
252b5132 777
252b5132
RH
778distclean-compile:
779 -rm -f *.tab.c
780
8ae85421
AM
781.c.o:
782 $(COMPILE) -c $<
a2d91340 783
8ae85421
AM
784.c.obj:
785 $(COMPILE) -c `$(CYGPATH_W) '$<'`
a2d91340 786
8ae85421
AM
787.c.lo:
788 $(LTCOMPILE) -c -o $@ $<
a2d91340 789
252b5132
RH
790mostlyclean-libtool:
791 -rm -f *.lo
792
793clean-libtool:
794 -rm -rf .libs _libs
795
796distclean-libtool:
81ecdfbb 797 -rm -f libtool config.lt
252b5132
RH
798
799# This directory's subdirectories are mostly independent; you can cd
800# into them and run `make' without going through this Makefile.
801# To change the values of `make' variables: instead of editing Makefiles,
802# (1) if the variable is set in `config.status', edit `config.status'
803# (which will cause the Makefiles to be regenerated when you run `make');
804# (2) otherwise, pass the desired values on the `make' command line.
8ae85421 805$(RECURSIVE_TARGETS):
e8d39116
L
806 @failcom='exit 1'; \
807 for f in x $$MAKEFLAGS; do \
808 case $$f in \
809 *=* | --[!k]*);; \
810 *k*) failcom='fail=yes';; \
811 esac; \
812 done; \
252b5132
RH
813 dot_seen=no; \
814 target=`echo $@ | sed s/-recursive//`; \
815 list='$(SUBDIRS)'; for subdir in $$list; do \
816 echo "Making $$target in $$subdir"; \
817 if test "$$subdir" = "."; then \
818 dot_seen=yes; \
819 local_target="$$target-am"; \
820 else \
821 local_target="$$target"; \
822 fi; \
81ecdfbb 823 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
e8d39116 824 || eval $$failcom; \
252b5132
RH
825 done; \
826 if test "$$dot_seen" = "no"; then \
827 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
828 fi; test -z "$$fail"
829
81ecdfbb 830$(RECURSIVE_CLEAN_TARGETS):
e8d39116
L
831 @failcom='exit 1'; \
832 for f in x $$MAKEFLAGS; do \
833 case $$f in \
834 *=* | --[!k]*);; \
835 *k*) failcom='fail=yes';; \
836 esac; \
837 done; \
252b5132 838 dot_seen=no; \
8ae85421
AM
839 case "$@" in \
840 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
841 *) list='$(SUBDIRS)' ;; \
842 esac; \
843 rev=''; for subdir in $$list; do \
844 if test "$$subdir" = "."; then :; else \
845 rev="$$subdir $$rev"; \
846 fi; \
252b5132 847 done; \
8ae85421 848 rev="$$rev ."; \
252b5132
RH
849 target=`echo $@ | sed s/-recursive//`; \
850 for subdir in $$rev; do \
851 echo "Making $$target in $$subdir"; \
852 if test "$$subdir" = "."; then \
853 local_target="$$target-am"; \
854 else \
855 local_target="$$target"; \
856 fi; \
81ecdfbb 857 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
e8d39116 858 || eval $$failcom; \
252b5132
RH
859 done && test -z "$$fail"
860tags-recursive:
861 list='$(SUBDIRS)'; for subdir in $$list; do \
81ecdfbb 862 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
252b5132 863 done
8ae85421
AM
864ctags-recursive:
865 list='$(SUBDIRS)'; for subdir in $$list; do \
81ecdfbb 866 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
8ae85421 867 done
252b5132 868
8ae85421
AM
869ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
870 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
871 unique=`for i in $$list; do \
872 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
873 done | \
81ecdfbb
RW
874 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
875 END { if (nonempty) { for (i in files) print i; }; }'`; \
8ae85421
AM
876 mkid -fID $$unique
877tags: TAGS
252b5132 878
8ae85421
AM
879TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
880 $(TAGS_FILES) $(LISP)
81ecdfbb 881 set x; \
252b5132 882 here=`pwd`; \
8ae85421
AM
883 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
884 include_option=--etags-include; \
885 empty_fix=.; \
886 else \
887 include_option=--include; \
888 empty_fix=; \
889 fi; \
252b5132 890 list='$(SUBDIRS)'; for subdir in $$list; do \
8ae85421
AM
891 if test "$$subdir" = .; then :; else \
892 test ! -f $$subdir/TAGS || \
81ecdfbb 893 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
8ae85421 894 fi; \
252b5132 895 done; \
8ae85421
AM
896 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
897 unique=`for i in $$list; do \
898 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
899 done | \
81ecdfbb
RW
900 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
901 END { if (nonempty) { for (i in files) print i; }; }'`; \
902 shift; \
903 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
8ae85421 904 test -n "$$unique" || unique=$$empty_fix; \
81ecdfbb
RW
905 if test $$# -gt 0; then \
906 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
907 "$$@" $$unique; \
908 else \
909 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
910 $$unique; \
911 fi; \
8ae85421
AM
912 fi
913ctags: CTAGS
914CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
915 $(TAGS_FILES) $(LISP)
8ae85421
AM
916 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
917 unique=`for i in $$list; do \
918 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
919 done | \
81ecdfbb
RW
920 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
921 END { if (nonempty) { for (i in files) print i; }; }'`; \
922 test -z "$(CTAGS_ARGS)$$unique" \
8ae85421 923 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
81ecdfbb 924 $$unique
252b5132 925
8ae85421
AM
926GTAGS:
927 here=`$(am__cd) $(top_builddir) && pwd` \
81ecdfbb
RW
928 && $(am__cd) $(top_srcdir) \
929 && gtags -i $(GTAGS_ARGS) "$$here"
252b5132
RH
930
931distclean-tags:
8ae85421 932 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
252b5132
RH
933check-am:
934check: check-recursive
8ae85421
AM
935all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
936installdirs: installdirs-recursive
937installdirs-am:
938 for dir in "$(DESTDIR)$(bfdlibdir)"; do \
81ecdfbb 939 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
8ae85421
AM
940 done
941install: install-recursive
252b5132 942install-exec: install-exec-recursive
252b5132 943install-data: install-data-recursive
8ae85421 944uninstall: uninstall-recursive
252b5132
RH
945
946install-am: all-am
947 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
252b5132 948
8ae85421
AM
949installcheck: installcheck-recursive
950install-strip:
951 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
952 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
953 `test -z '$(STRIP)' || \
954 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
252b5132
RH
955mostlyclean-generic:
956
957clean-generic:
958 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
959
960distclean-generic:
8ae85421 961 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
81ecdfbb 962 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
252b5132
RH
963
964maintainer-clean-generic:
8ae85421
AM
965 @echo "This command is intended for maintainers to use"
966 @echo "it deletes files that may require special tools to rebuild."
967clean: clean-recursive
252b5132 968
8ae85421
AM
969clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
970 clean-noinstLIBRARIES mostlyclean-am
252b5132 971
8ae85421
AM
972distclean: distclean-recursive
973 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
974 -rm -f Makefile
975distclean-am: clean-am distclean-compile distclean-generic \
976 distclean-hdr distclean-libtool distclean-tags
252b5132 977
8ae85421 978dvi: dvi-recursive
252b5132 979
8ae85421 980dvi-am:
252b5132 981
8ae85421
AM
982html: html-recursive
983
81ecdfbb
RW
984html-am:
985
8ae85421
AM
986info: info-recursive
987
988info-am:
989
990install-data-am: install-bfdlibLTLIBRARIES
991
81ecdfbb
RW
992install-dvi: install-dvi-recursive
993
994install-dvi-am:
995
8ae85421
AM
996install-exec-am:
997
81ecdfbb
RW
998install-html-am:
999
8ae85421
AM
1000install-info: install-info-recursive
1001
81ecdfbb
RW
1002install-info-am:
1003
8ae85421
AM
1004install-man:
1005
81ecdfbb
RW
1006install-pdf-am:
1007
1008install-ps: install-ps-recursive
1009
1010install-ps-am:
1011
8ae85421 1012installcheck-am:
252b5132
RH
1013
1014maintainer-clean: maintainer-clean-recursive
8ae85421
AM
1015 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1016 -rm -rf $(top_srcdir)/autom4te.cache
1017 -rm -f Makefile
1018maintainer-clean-am: distclean-am maintainer-clean-generic
1019
1020mostlyclean: mostlyclean-recursive
1021
1022mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1023 mostlyclean-libtool
1024
1025pdf: pdf-recursive
1026
1027pdf-am:
1028
1029ps: ps-recursive
1030
1031ps-am:
1032
1033uninstall-am: uninstall-bfdlibLTLIBRARIES
1034
81ecdfbb
RW
1035.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
1036 ctags-recursive install-am install-strip tags-recursive
1037
1038.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1039 all all-am am--refresh check check-am clean \
1040 clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
1041 clean-noinstLIBRARIES ctags ctags-recursive distclean \
1042 distclean-compile distclean-generic distclean-hdr \
1043 distclean-libtool distclean-tags dvi dvi-am html html-am info \
1044 info-am install install-am install-bfdlibLTLIBRARIES \
1045 install-data install-data-am install-dvi install-dvi-am \
1046 install-exec install-exec-am install-html install-html-am \
1047 install-info install-info-am install-man install-pdf \
1048 install-pdf-am install-ps install-ps-am install-strip \
1049 installcheck installcheck-am installdirs installdirs-am \
1050 maintainer-clean maintainer-clean-generic mostlyclean \
1051 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1052 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1053 uninstall-bfdlibLTLIBRARIES
252b5132
RH
1054
1055
31dd3154
JM
1056.PHONY: install-pdf
1057install-pdf:
1058
108a6f8e
CD
1059.PHONY: install-html
1060install-html:
1061
252b5132
RH
1062disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
1063 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
1064
1065stamp-lib: libopcodes.la
e56f75e9
ILT
1066 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
1067 if [ -f $$libtooldir/libopcodes.a ]; then \
1068 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
847ee773 1069 $(RANLIB) libopcodes.tmp; \
252b5132
RH
1070 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
1071 else true; fi
1072 touch stamp-lib
1073
1074libopcodes.a: stamp-lib ; @true
1075po/POTFILES.in: @MAINT@ Makefile
323ee3f4 1076 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
252b5132
RH
1077 && mv tmp $(srcdir)/po/POTFILES.in
1078
81172ff2 1079install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
263de010 1080 @$(NORMAL_INSTALL)
81172ff2
AM
1081
1082uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
1083 @$(NORMAL_UNINSTALL)
1084
1085.PHONY: install_libopcodes uninstall_libopcodes
1086install_libopcodes: $(bfdlib_LTLIBRARIES)
1087 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
1088 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
1089 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1090 if test -f $$p; then \
1091 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
1092 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
1093 else :; fi; \
1094 done
1095 $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
1096
1097uninstall_libopcodes:
1098 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1099 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
1100 done
1101 rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
263de010 1102
6e31aea3
BE
1103run-cgen:
1104 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
9c2de729
DB
1105 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
1106 "$(options)" "$(extrafiles)"
6e31aea3
BE
1107 touch stamp-${prefix}
1108.PHONY: run-cgen
1109
4714fbc0
DE
1110# Maintainer utility rule to regenerate all cgen files.
1111run-cgen-all:
1112 for c in $(CGEN_CPUS) ; \
1113 do \
1114 $(MAKE) stamp-$$c || exit 1 ; \
1115 done
1116.PHONY: run-cgen-all
1117
6e31aea3 1118# For now, require developers to configure with --enable-cgen-maint.
a40cbfa3
NC
1119$(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)
1120 @true
1121stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
9c2de729
DB
1122 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
1123 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
a40cbfa3 1124
84e94c90
NC
1125$(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)
1126 @true
1127stamp-lm32: $(CGENDEPS) $(srcdir)/../cpu/lm32.cpu $(srcdir)/../cpu/lm32.opc
1128 $(MAKE) run-cgen arch=lm32 prefix=lm32 options=opinst \
1129 archfile=$(srcdir)/../cpu/lm32.cpu \
1130 opcfile=$(srcdir)/../cpu/lm32.opc \
1131 extrafiles=opinst
1132
49f58d10
JB
1133$(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)
1134# @true
0f82ff91 1135stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
49f58d10 1136 $(MAKE) run-cgen arch=m32c prefix=m32c options= \
0f82ff91
AM
1137 archfile=$(srcdir)/../cpu/m32c.cpu \
1138 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
49f58d10
JB
1139m32c-asm.lo: m32c-asm.c sysdep.h config.h $(BFD_H) \
1140 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
1141 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
1142m32c-desc.lo: m32c-desc.c sysdep.h config.h $(BFD_H) \
1143 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
1144 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
1145m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
1146 $(BFD_H) $(INCDIR)/ansidecl.h \
1147 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
1148 $(m32c_opc_h) opintl.h
1149m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
1150 $(BFD_H) $(INCDIR)/ansidecl.h \
1151 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
1152 $(m32c_opc_h) opintl.h
1153m32c-opc.lo: m32c-opc.c sysdep.h config.h $(BFD_H) \
1154 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
1155 $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
1156
6e31aea3 1157$(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 1158 @true
d125c27b 1159stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
9c2de729 1160 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
d125c27b
AM
1161 archfile=$(srcdir)/../cpu/m32r.cpu \
1162 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
6e31aea3
BE
1163
1164$(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)
1165 @true
4a3264e6 1166stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
9c2de729
DB
1167 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
1168 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
6e31aea3 1169
fd3c93d5
DB
1170$(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)
1171 @true
5272d201 1172stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
9c2de729
DB
1173 $(MAKE) run-cgen arch=frv prefix=frv options= \
1174 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
fd3c93d5 1175
bd2f2e55
DB
1176$(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)
1177 @true
1178stamp-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
1179 $(MAKE) run-cgen arch=mep prefix=mep options= \
1180 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
1181
d031aafb 1182$(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 1183 @true
4970f871 1184stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
d031aafb 1185 $(MAKE) run-cgen arch=mt prefix=mt options= \
4970f871
NS
1186 archfile=$(srcdir)/../cpu/mt.cpu \
1187 opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
ac188222 1188
87e6d782
NC
1189$(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)
1190 @true
4a3264e6 1191stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
9c2de729
DB
1192 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
1193 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
87e6d782 1194
f62ba8f2
AM
1195$(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)
1196 @true
d125c27b
AM
1197stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
1198 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
1199 $(srcdir)/../cpu/iq10.cpu
9c2de729 1200 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
d125c27b
AM
1201 archfile=$(srcdir)/../cpu/iq2000.cpu \
1202 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
f62ba8f2 1203
93fbbb04
GK
1204$(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)
1205 @true
1206stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
9c2de729
DB
1207 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
1208 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
93fbbb04 1209
d70c5fc7
NC
1210$(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)
1211 @true
1212stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
1213 $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
1214 archfile=$(CPUDIR)/xc16x.cpu opcfile=$(CPUDIR)/xc16x.opc extrafiles=
1215
40b8e679
L
1216i386-gen: i386-gen.o
1217 $(LINK) i386-gen.o $(LIBIBERTY)
1218
df1764b8 1219i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h
40b8e679 1220
40fb9820
L
1221$(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h
1222 @echo $@
1223
1224$(srcdir)/i386-init.h: @MAINT@ i386-gen i386-opc.tbl i386-reg.tbl
34edb9ad 1225 ./i386-gen --srcdir $(srcdir)
40b8e679 1226
0ab71ce3
NC
1227ia64-gen: ia64-gen.o
1228 $(LINK) ia64-gen.o $(LIBIBERTY)
1229
1230ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
1231 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
1232
e316cf6e
PA
1233# Don't wrap the line below, as @MAINT@ can be expanded to '#'.
1234# Some make versions don't handle line continuations in comments.
1235$(srcdir)/ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
e8d39116 1236 ./ia64-gen --srcdir $(srcdir) > $@
0ab71ce3 1237
b6849f55
NC
1238s390-mkopc: s390-mkopc.c
1239 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
1240
1241s390-opc.tab: s390-mkopc s390-opc.txt
1242 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
1243
19f33eee
AM
1244sh-dis.lo: sh-dis.c
1245 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
1246
252b5132
RH
1247# This dependency stuff is copied from BFD.
1248
73c418f4
ILT
1249DEP: dep.sed $(CFILES) $(HFILES) config.h
1250 rm -f DEP1
41b49281 1251 $(MAKE) MKDEP="$(MKDEP)" DEP1
9e097a72
AM
1252 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
1253 if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
1581f8c9
AM
1254 echo 'make DEP failed!'; exit 1; \
1255 else \
9e097a72 1256 mv -f DEP1 $@; \
1581f8c9 1257 fi
252b5132 1258
73c418f4 1259DEP1: $(CFILES)
73c418f4 1260 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
41b49281 1261 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
9e097a72
AM
1262 for f in $?; do \
1263 $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
1264 sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
67a648f1
AM
1265 sed -e '1s/.*: //' -f dep.sed < DEPA | \
1266 LC_ALL=C sort | LC_ALL=C uniq | \
9e097a72
AM
1267 sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
1268 done
1269 rm -f DEPA
41b49281 1270 mv -f DEP2 $@
252b5132
RH
1271
1272dep.sed: dep-in.sed config.status
1273 sed <$(srcdir)/dep-in.sed >dep.sed \
1274 -e 's!@BFD_H@!$(BFD_H)!' \
1275 -e 's!@INCDIR@!$(INCDIR)!' \
1276 -e 's!@BFDDIR@!$(BFDDIR)!' \
82674a1f
AM
1277 -e 's!@SRCDIR@!$(srcdir)!' \
1278 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
252b5132 1279
73c418f4 1280dep: DEP
252b5132 1281 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
73c418f4 1282 cat DEP >> tmp-Makefile
252b5132
RH
1283 $(srcdir)/../move-if-change tmp-Makefile Makefile
1284
73c418f4 1285dep-in: DEP
252b5132 1286 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
73c418f4 1287 cat DEP >> tmp-Makefile.in
252b5132
RH
1288 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1289
73c418f4 1290dep-am: DEP
252b5132 1291 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
73c418f4 1292 cat DEP >> tmp-Makefile.am
252b5132
RH
1293 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1294
1295.PHONY: dep dep-in dep-am
1296
1297# What appears below is generated by a hacked mkdep using gcc -MM.
1298
1299# DO NOT DELETE THIS LINE -- mkdep uses it.
1300# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
9e097a72
AM
1301alpha-dis.lo: \
1302 alpha-dis.c \
1303 $(BFD_H) \
1304 $(INCDIR)/ansidecl.h \
1305 $(INCDIR)/dis-asm.h \
1306 $(INCDIR)/opcode/alpha.h \
1307 $(INCDIR)/symcat.h \
1308 config.h \
1309 sysdep.h
1310alpha-opc.lo: \
1311 alpha-opc.c \
1312 $(BFD_H) \
1313 $(INCDIR)/ansidecl.h \
1314 $(INCDIR)/opcode/alpha.h \
1315 $(INCDIR)/symcat.h \
1316 config.h \
1317 opintl.h \
1318 sysdep.h
1319arc-dis.lo: \
1320 arc-dis.c \
1321 $(BFDDIR)/elf-bfd.h \
1322 $(BFD_H) \
1323 $(INCDIR)/ansidecl.h \
1324 $(INCDIR)/bfdlink.h \
1325 $(INCDIR)/dis-asm.h \
1326 $(INCDIR)/elf/arc.h \
1327 $(INCDIR)/elf/common.h \
1328 $(INCDIR)/elf/external.h \
1329 $(INCDIR)/elf/internal.h \
1330 $(INCDIR)/elf/reloc-macros.h \
1331 $(INCDIR)/libiberty.h \
1332 $(INCDIR)/opcode/arc.h \
1333 $(INCDIR)/symcat.h \
1334 arc-dis.h \
1335 arc-ext.h \
fdd3b9b3 1336 opintl.h
9e097a72
AM
1337arc-opc.lo: \
1338 arc-opc.c \
1339 $(BFD_H) \
1340 $(INCDIR)/ansidecl.h \
1341 $(INCDIR)/opcode/arc.h \
1342 $(INCDIR)/symcat.h \
1343 config.h \
1344 opintl.h \
1345 sysdep.h
1346arc-ext.lo: \
1347 arc-ext.c \
1348 $(BFD_H) \
1349 $(INCDIR)/ansidecl.h \
1350 $(INCDIR)/libiberty.h \
1351 $(INCDIR)/symcat.h \
1352 arc-ext.h \
1353 config.h \
1354 sysdep.h
1355arm-dis.lo: \
1356 arm-dis.c \
1357 $(BFDDIR)/elf-bfd.h \
1358 $(BFDDIR)/libcoff.h \
1359 $(BFD_H) \
1360 $(INCDIR)/ansidecl.h \
1361 $(INCDIR)/bfdlink.h \
1362 $(INCDIR)/coff/internal.h \
1363 $(INCDIR)/dis-asm.h \
1364 $(INCDIR)/elf/arm.h \
1365 $(INCDIR)/elf/common.h \
1366 $(INCDIR)/elf/external.h \
1367 $(INCDIR)/elf/internal.h \
1368 $(INCDIR)/elf/reloc-macros.h \
1369 $(INCDIR)/floatformat.h \
1370 $(INCDIR)/opcode/arm.h \
1371 $(INCDIR)/safe-ctype.h \
1372 $(INCDIR)/symcat.h \
1373 config.h \
1374 opintl.h \
1375 sysdep.h
1376avr-dis.lo: \
1377 avr-dis.c \
1378 $(BFD_H) \
1379 $(INCDIR)/ansidecl.h \
1380 $(INCDIR)/dis-asm.h \
1381 $(INCDIR)/libiberty.h \
1382 $(INCDIR)/opcode/avr.h \
1383 $(INCDIR)/symcat.h \
1384 config.h \
1385 opintl.h \
1386 sysdep.h
1387bfin-dis.lo: \
1388 bfin-dis.c \
1389 $(BFD_H) \
1390 $(INCDIR)/ansidecl.h \
1391 $(INCDIR)/dis-asm.h \
1392 $(INCDIR)/opcode/bfin.h \
1393 $(INCDIR)/symcat.h
1394cgen-asm.lo: \
1395 cgen-asm.c \
1396 $(BFD_H) \
1397 $(INCDIR)/ansidecl.h \
1398 $(INCDIR)/libiberty.h \
1399 $(INCDIR)/opcode/cgen-bitset.h \
1400 $(INCDIR)/opcode/cgen.h \
1401 $(INCDIR)/safe-ctype.h \
1402 $(INCDIR)/symcat.h \
1403 config.h \
1404 opintl.h \
1405 sysdep.h
1406cgen-bitset.lo: \
1407 cgen-bitset.c \
1408 $(INCDIR)/ansidecl.h \
1409 $(INCDIR)/libiberty.h \
782e11fd 1410 $(INCDIR)/opcode/cgen-bitset.h
9e097a72
AM
1411cgen-dis.lo: \
1412 cgen-dis.c \
1413 $(BFD_H) \
1414 $(INCDIR)/ansidecl.h \
1415 $(INCDIR)/libiberty.h \
1416 $(INCDIR)/opcode/cgen-bitset.h \
1417 $(INCDIR)/opcode/cgen.h \
1418 $(INCDIR)/symcat.h \
1419 config.h \
1420 sysdep.h
1421cgen-opc.lo: \
1422 cgen-opc.c \
1423 $(BFD_H) \
1424 $(INCDIR)/alloca-conf.h \
1425 $(INCDIR)/ansidecl.h \
1426 $(INCDIR)/libiberty.h \
1427 $(INCDIR)/opcode/cgen-bitset.h \
1428 $(INCDIR)/opcode/cgen.h \
1429 $(INCDIR)/safe-ctype.h \
1430 $(INCDIR)/symcat.h \
1431 config.h \
1432 sysdep.h
1433cr16-dis.lo: \
1434 cr16-dis.c \
1435 $(BFD_H) \
1436 $(INCDIR)/ansidecl.h \
1437 $(INCDIR)/dis-asm.h \
1438 $(INCDIR)/libiberty.h \
1439 $(INCDIR)/opcode/cr16.h \
1440 $(INCDIR)/symcat.h \
1441 config.h \
1442 sysdep.h
1443cr16-opc.lo: \
1444 cr16-opc.c \
1445 $(INCDIR)/ansidecl.h \
1446 $(INCDIR)/libiberty.h \
1447 $(INCDIR)/opcode/cr16.h \
782e11fd 1448 $(INCDIR)/symcat.h
9e097a72
AM
1449cris-dis.lo: \
1450 cris-dis.c \
1451 $(BFD_H) \
1452 $(INCDIR)/ansidecl.h \
1453 $(INCDIR)/dis-asm.h \
1454 $(INCDIR)/libiberty.h \
1455 $(INCDIR)/opcode/cris.h \
1456 $(INCDIR)/symcat.h \
1457 config.h \
1458 sysdep.h
1459cris-opc.lo: \
1460 cris-opc.c \
1461 $(INCDIR)/opcode/cris.h
1462crx-dis.lo: \
1463 crx-dis.c \
1464 $(BFD_H) \
1465 $(INCDIR)/ansidecl.h \
1466 $(INCDIR)/dis-asm.h \
1467 $(INCDIR)/opcode/crx.h \
1468 $(INCDIR)/symcat.h \
1469 config.h \
1470 sysdep.h
1471crx-opc.lo: \
1472 crx-opc.c \
1473 $(INCDIR)/ansidecl.h \
1474 $(INCDIR)/libiberty.h \
1475 $(INCDIR)/opcode/crx.h \
2b3decb5 1476 $(INCDIR)/symcat.h
9e097a72
AM
1477d10v-dis.lo: \
1478 d10v-dis.c \
1479 $(BFD_H) \
1480 $(INCDIR)/ansidecl.h \
1481 $(INCDIR)/dis-asm.h \
1482 $(INCDIR)/opcode/d10v.h \
1483 $(INCDIR)/symcat.h \
1484 config.h \
1485 sysdep.h
1486d10v-opc.lo: \
1487 d10v-opc.c \
1488 $(INCDIR)/ansidecl.h \
1489 $(INCDIR)/opcode/d10v.h \
1490 config.h \
1491 sysdep.h
1492d30v-dis.lo: \
1493 d30v-dis.c \
1494 $(BFD_H) \
1495 $(INCDIR)/ansidecl.h \
1496 $(INCDIR)/dis-asm.h \
1497 $(INCDIR)/opcode/d30v.h \
1498 $(INCDIR)/symcat.h \
1499 config.h \
1500 opintl.h \
1501 sysdep.h
1502d30v-opc.lo: \
1503 d30v-opc.c \
1504 $(INCDIR)/ansidecl.h \
1505 $(INCDIR)/opcode/d30v.h \
1506 config.h \
1507 sysdep.h
1508dlx-dis.lo: \
1509 dlx-dis.c \
1510 $(BFD_H) \
1511 $(INCDIR)/ansidecl.h \
1512 $(INCDIR)/dis-asm.h \
1513 $(INCDIR)/opcode/dlx.h \
1514 $(INCDIR)/symcat.h \
1515 config.h \
1516 sysdep.h
1517dis-buf.lo: \
1518 dis-buf.c \
1519 $(BFD_H) \
1520 $(INCDIR)/ansidecl.h \
1521 $(INCDIR)/dis-asm.h \
1522 $(INCDIR)/symcat.h \
1523 config.h \
1524 opintl.h \
1525 sysdep.h
1526dis-init.lo: \
1527 dis-init.c \
1528 $(BFD_H) \
1529 $(INCDIR)/ansidecl.h \
1530 $(INCDIR)/dis-asm.h \
1531 $(INCDIR)/symcat.h \
1532 config.h \
1533 sysdep.h
1534disassemble.lo: \
1535 disassemble.c \
1536 $(BFD_H) \
1537 $(INCDIR)/ansidecl.h \
1538 $(INCDIR)/dis-asm.h \
1539 $(INCDIR)/symcat.h \
1540 config.h \
1541 sysdep.h
1542fr30-asm.lo: \
1543 fr30-asm.c \
1544 $(BFD_H) \
1545 $(INCDIR)/ansidecl.h \
1546 $(INCDIR)/libiberty.h \
1547 $(INCDIR)/opcode/cgen-bitset.h \
1548 $(INCDIR)/opcode/cgen.h \
1549 $(INCDIR)/safe-ctype.h \
1550 $(INCDIR)/symcat.h \
1551 $(INCDIR)/xregex.h \
1552 $(INCDIR)/xregex2.h \
1553 config.h \
1554 fr30-desc.h \
1555 fr30-opc.h \
1556 opintl.h \
1557 sysdep.h
1558fr30-desc.lo: \
1559 fr30-desc.c \
1560 $(BFD_H) \
1561 $(INCDIR)/ansidecl.h \
1562 $(INCDIR)/libiberty.h \
1563 $(INCDIR)/opcode/cgen-bitset.h \
1564 $(INCDIR)/opcode/cgen.h \
1565 $(INCDIR)/symcat.h \
1566 $(INCDIR)/xregex.h \
1567 $(INCDIR)/xregex2.h \
1568 config.h \
1569 fr30-desc.h \
1570 fr30-opc.h \
1571 opintl.h \
1572 sysdep.h
1573fr30-dis.lo: \
1574 fr30-dis.c \
1575 $(BFD_H) \
1576 $(INCDIR)/ansidecl.h \
1577 $(INCDIR)/dis-asm.h \
1578 $(INCDIR)/libiberty.h \
1579 $(INCDIR)/opcode/cgen-bitset.h \
1580 $(INCDIR)/opcode/cgen.h \
1581 $(INCDIR)/symcat.h \
1582 config.h \
1583 fr30-desc.h \
1584 fr30-opc.h \
1585 opintl.h \
1586 sysdep.h
1587fr30-ibld.lo: \
1588 fr30-ibld.c \
1589 $(BFD_H) \
1590 $(INCDIR)/ansidecl.h \
1591 $(INCDIR)/dis-asm.h \
1592 $(INCDIR)/opcode/cgen-bitset.h \
1593 $(INCDIR)/opcode/cgen.h \
1594 $(INCDIR)/safe-ctype.h \
1595 $(INCDIR)/symcat.h \
1596 config.h \
1597 fr30-desc.h \
1598 fr30-opc.h \
1599 opintl.h \
1600 sysdep.h
1601fr30-opc.lo: \
1602 fr30-opc.c \
1603 $(BFD_H) \
1604 $(INCDIR)/ansidecl.h \
1605 $(INCDIR)/libiberty.h \
1606 $(INCDIR)/opcode/cgen-bitset.h \
1607 $(INCDIR)/opcode/cgen.h \
1608 $(INCDIR)/symcat.h \
1609 config.h \
1610 fr30-desc.h \
1611 fr30-opc.h \
1612 sysdep.h
1613frv-asm.lo: \
1614 frv-asm.c \
1615 $(BFD_H) \
1616 $(INCDIR)/ansidecl.h \
1617 $(INCDIR)/libiberty.h \
1618 $(INCDIR)/opcode/cgen-bitset.h \
1619 $(INCDIR)/opcode/cgen.h \
1620 $(INCDIR)/safe-ctype.h \
1621 $(INCDIR)/symcat.h \
1622 $(INCDIR)/xregex.h \
1623 $(INCDIR)/xregex2.h \
1624 config.h \
1625 frv-desc.h \
1626 frv-opc.h \
1627 opintl.h \
1628 sysdep.h
1629frv-desc.lo: \
1630 frv-desc.c \
1631 $(BFD_H) \
1632 $(INCDIR)/ansidecl.h \
1633 $(INCDIR)/libiberty.h \
1634 $(INCDIR)/opcode/cgen-bitset.h \
1635 $(INCDIR)/opcode/cgen.h \
1636 $(INCDIR)/symcat.h \
1637 $(INCDIR)/xregex.h \
1638 $(INCDIR)/xregex2.h \
1639 config.h \
1640 frv-desc.h \
1641 frv-opc.h \
1642 opintl.h \
1643 sysdep.h
1644frv-dis.lo: \
1645 frv-dis.c \
1646 $(BFD_H) \
1647 $(INCDIR)/ansidecl.h \
1648 $(INCDIR)/dis-asm.h \
1649 $(INCDIR)/libiberty.h \
1650 $(INCDIR)/opcode/cgen-bitset.h \
1651 $(INCDIR)/opcode/cgen.h \
1652 $(INCDIR)/symcat.h \
1653 config.h \
1654 frv-desc.h \
1655 frv-opc.h \
1656 opintl.h \
1657 sysdep.h
1658frv-ibld.lo: \
1659 frv-ibld.c \
1660 $(BFD_H) \
1661 $(INCDIR)/ansidecl.h \
1662 $(INCDIR)/dis-asm.h \
1663 $(INCDIR)/opcode/cgen-bitset.h \
1664 $(INCDIR)/opcode/cgen.h \
1665 $(INCDIR)/safe-ctype.h \
1666 $(INCDIR)/symcat.h \
1667 config.h \
1668 frv-desc.h \
1669 frv-opc.h \
1670 opintl.h \
1671 sysdep.h
1672frv-opc.lo: \
1673 frv-opc.c \
1674 $(BFD_H) \
1675 $(INCDIR)/ansidecl.h \
1676 $(INCDIR)/elf/frv.h \
1677 $(INCDIR)/elf/reloc-macros.h \
1678 $(INCDIR)/libiberty.h \
1679 $(INCDIR)/opcode/cgen-bitset.h \
1680 $(INCDIR)/opcode/cgen.h \
1681 $(INCDIR)/symcat.h \
1682 config.h \
1683 frv-desc.h \
1684 frv-opc.h \
1685 sysdep.h
1686moxie-dis.lo: \
1687 moxie-dis.c \
1688 $(BFD_H) \
1689 $(INCDIR)/ansidecl.h \
1690 $(INCDIR)/dis-asm.h \
1691 $(INCDIR)/opcode/moxie.h \
1692 $(INCDIR)/symcat.h \
1693 config.h \
1694 sysdep.h
1695moxie-opc.lo: \
1696 moxie-opc.c \
1697 $(INCDIR)/ansidecl.h \
1698 $(INCDIR)/opcode/moxie.h \
1699 config.h \
1700 sysdep.h
1701h8300-dis.lo: \
1702 h8300-dis.c \
1703 $(BFD_H) \
1704 $(INCDIR)/ansidecl.h \
1705 $(INCDIR)/dis-asm.h \
1706 $(INCDIR)/libiberty.h \
1707 $(INCDIR)/opcode/h8300.h \
1708 $(INCDIR)/symcat.h \
1709 config.h \
1710 opintl.h \
1711 sysdep.h
1712h8500-dis.lo: \
1713 h8500-dis.c \
1714 $(BFD_H) \
1715 $(INCDIR)/ansidecl.h \
1716 $(INCDIR)/dis-asm.h \
1717 $(INCDIR)/symcat.h \
1718 config.h \
1719 h8500-opc.h \
1720 opintl.h \
1721 sysdep.h
1722hppa-dis.lo: \
1723 hppa-dis.c \
1724 $(BFDDIR)/libhppa.h \
1725 $(BFD_H) \
1726 $(INCDIR)/ansidecl.h \
1727 $(INCDIR)/dis-asm.h \
1728 $(INCDIR)/opcode/hppa.h \
1729 $(INCDIR)/symcat.h \
1730 config.h \
1731 sysdep.h
1732i370-dis.lo: \
1733 i370-dis.c \
1734 $(BFD_H) \
1735 $(INCDIR)/ansidecl.h \
1736 $(INCDIR)/dis-asm.h \
1737 $(INCDIR)/opcode/i370.h \
1738 $(INCDIR)/symcat.h \
1739 config.h \
1740 sysdep.h
1741i370-opc.lo: \
1742 i370-opc.c \
1743 $(INCDIR)/ansidecl.h \
1744 $(INCDIR)/opcode/i370.h \
1745 config.h \
1746 sysdep.h
1747i386-dis.lo: \
1748 i386-dis.c \
1749 $(BFD_H) \
1750 $(INCDIR)/ansidecl.h \
1751 $(INCDIR)/dis-asm.h \
1752 $(INCDIR)/libiberty.h \
1753 $(INCDIR)/opcode/i386.h \
1754 $(INCDIR)/symcat.h \
1755 config.h \
1756 opintl.h \
1757 sysdep.h
1758i386-opc.lo: \
1759 i386-opc.c \
1760 $(INCDIR)/ansidecl.h \
1761 $(INCDIR)/libiberty.h \
1762 $(INCDIR)/opcode/i386.h \
1763 config.h \
1764 i386-opc.h \
1765 i386-tbl.h \
1766 sysdep.h
1767i386-gen.lo: \
1768 i386-gen.c \
1769 $(INCDIR)/ansidecl.h \
1770 $(INCDIR)/getopt.h \
1771 $(INCDIR)/hashtab.h \
1772 $(INCDIR)/libiberty.h \
1773 $(INCDIR)/opcode/i386.h \
1774 $(INCDIR)/safe-ctype.h \
1775 config.h \
1776 i386-opc.h \
1777 sysdep.h
1778i860-dis.lo: \
1779 i860-dis.c \
1780 $(BFD_H) \
1781 $(INCDIR)/ansidecl.h \
1782 $(INCDIR)/dis-asm.h \
1783 $(INCDIR)/opcode/i860.h \
1784 $(INCDIR)/symcat.h
1785i960-dis.lo: \
1786 i960-dis.c \
1787 $(BFD_H) \
1788 $(INCDIR)/ansidecl.h \
1789 $(INCDIR)/dis-asm.h \
1790 $(INCDIR)/symcat.h \
1791 config.h \
1792 sysdep.h
1793ia64-dis.lo: \
1794 ia64-dis.c \
1795 $(BFD_H) \
1796 $(INCDIR)/ansidecl.h \
1797 $(INCDIR)/dis-asm.h \
1798 $(INCDIR)/opcode/ia64.h \
782e11fd 1799 $(INCDIR)/symcat.h
9e097a72
AM
1800ia64-opc-a.lo: \
1801 ia64-opc-a.c \
1802 $(BFD_H) \
1803 $(INCDIR)/ansidecl.h \
1804 $(INCDIR)/opcode/ia64.h \
1805 $(INCDIR)/symcat.h \
1806 ia64-opc.h
1807ia64-opc-b.lo: \
1808 ia64-opc-b.c \
1809 $(BFD_H) \
1810 $(INCDIR)/ansidecl.h \
1811 $(INCDIR)/opcode/ia64.h \
1812 $(INCDIR)/symcat.h \
1813 ia64-opc.h
1814ia64-opc-f.lo: \
1815 ia64-opc-f.c \
1816 $(BFD_H) \
1817 $(INCDIR)/ansidecl.h \
1818 $(INCDIR)/opcode/ia64.h \
1819 $(INCDIR)/symcat.h \
1820 ia64-opc.h
1821ia64-opc-i.lo: \
1822 ia64-opc-i.c \
1823 $(BFD_H) \
1824 $(INCDIR)/ansidecl.h \
1825 $(INCDIR)/opcode/ia64.h \
1826 $(INCDIR)/symcat.h \
1827 ia64-opc.h
1828ia64-opc-m.lo: \
1829 ia64-opc-m.c \
1830 $(BFD_H) \
1831 $(INCDIR)/ansidecl.h \
1832 $(INCDIR)/opcode/ia64.h \
1833 $(INCDIR)/symcat.h \
1834 ia64-opc.h
1835ia64-opc-d.lo: \
1836 ia64-opc-d.c
1837ia64-opc.lo: \
1838 ia64-opc.c \
1839 $(BFD_H) \
1840 $(INCDIR)/ansidecl.h \
1841 $(INCDIR)/libiberty.h \
1842 $(INCDIR)/opcode/ia64.h \
1843 $(INCDIR)/symcat.h \
1844 config.h \
1845 ia64-asmtab.c \
1846 ia64-asmtab.h \
1847 sysdep.h
1848ia64-gen.lo: \
1849 ia64-gen.c \
1850 $(BFD_H) \
1851 $(INCDIR)/ansidecl.h \
1852 $(INCDIR)/getopt.h \
1853 $(INCDIR)/libiberty.h \
1854 $(INCDIR)/opcode/ia64.h \
1855 $(INCDIR)/safe-ctype.h \
1856 $(INCDIR)/symcat.h \
1857 config.h \
1858 ia64-opc-a.c \
1859 ia64-opc-b.c \
1860 ia64-opc-d.c \
1861 ia64-opc-f.c \
1862 ia64-opc-i.c \
1863 ia64-opc-m.c \
1864 ia64-opc-x.c \
1865 ia64-opc.h \
1866 sysdep.h
1867ia64-asmtab.lo: \
1868 ia64-asmtab.c
1869ip2k-asm.lo: \
1870 ip2k-asm.c \
1871 $(BFD_H) \
1872 $(INCDIR)/ansidecl.h \
1873 $(INCDIR)/libiberty.h \
1874 $(INCDIR)/opcode/cgen-bitset.h \
1875 $(INCDIR)/opcode/cgen.h \
1876 $(INCDIR)/safe-ctype.h \
1877 $(INCDIR)/symcat.h \
1878 $(INCDIR)/xregex.h \
1879 $(INCDIR)/xregex2.h \
1880 config.h \
1881 ip2k-desc.h \
1882 ip2k-opc.h \
1883 opintl.h \
1884 sysdep.h
1885ip2k-desc.lo: \
1886 ip2k-desc.c \
1887 $(BFD_H) \
1888 $(INCDIR)/ansidecl.h \
1889 $(INCDIR)/libiberty.h \
1890 $(INCDIR)/opcode/cgen-bitset.h \
1891 $(INCDIR)/opcode/cgen.h \
1892 $(INCDIR)/symcat.h \
1893 $(INCDIR)/xregex.h \
1894 $(INCDIR)/xregex2.h \
1895 config.h \
1896 ip2k-desc.h \
1897 ip2k-opc.h \
1898 opintl.h \
1899 sysdep.h
1900ip2k-dis.lo: \
1901 ip2k-dis.c \
1902 $(BFD_H) \
1903 $(INCDIR)/ansidecl.h \
1904 $(INCDIR)/dis-asm.h \
1905 $(INCDIR)/libiberty.h \
1906 $(INCDIR)/opcode/cgen-bitset.h \
1907 $(INCDIR)/opcode/cgen.h \
1908 $(INCDIR)/symcat.h \
1909 config.h \
1910 ip2k-desc.h \
1911 ip2k-opc.h \
1912 opintl.h \
1913 sysdep.h
1914ip2k-ibld.lo: \
1915 ip2k-ibld.c \
1916 $(BFD_H) \
1917 $(INCDIR)/ansidecl.h \
1918 $(INCDIR)/dis-asm.h \
1919 $(INCDIR)/opcode/cgen-bitset.h \
1920 $(INCDIR)/opcode/cgen.h \
1921 $(INCDIR)/safe-ctype.h \
1922 $(INCDIR)/symcat.h \
1923 config.h \
1924 ip2k-desc.h \
1925 ip2k-opc.h \
1926 opintl.h \
1927 sysdep.h
1928ip2k-opc.lo: \
1929 ip2k-opc.c \
1930 $(BFD_H) \
1931 $(INCDIR)/ansidecl.h \
1932 $(INCDIR)/libiberty.h \
1933 $(INCDIR)/opcode/cgen-bitset.h \
1934 $(INCDIR)/opcode/cgen.h \
1935 $(INCDIR)/safe-ctype.h \
1936 $(INCDIR)/symcat.h \
1937 config.h \
1938 ip2k-desc.h \
1939 ip2k-opc.h \
1940 sysdep.h
1941iq2000-asm.lo: \
1942 iq2000-asm.c \
1943 $(BFD_H) \
1944 $(INCDIR)/ansidecl.h \
1945 $(INCDIR)/libiberty.h \
1946 $(INCDIR)/opcode/cgen-bitset.h \
1947 $(INCDIR)/opcode/cgen.h \
1948 $(INCDIR)/safe-ctype.h \
1949 $(INCDIR)/symcat.h \
1950 $(INCDIR)/xregex.h \
1951 $(INCDIR)/xregex2.h \
1952 config.h \
1953 iq2000-desc.h \
1954 iq2000-opc.h \
1955 opintl.h \
1956 sysdep.h
1957iq2000-desc.lo: \
1958 iq2000-desc.c \
1959 $(BFD_H) \
1960 $(INCDIR)/ansidecl.h \
1961 $(INCDIR)/libiberty.h \
1962 $(INCDIR)/opcode/cgen-bitset.h \
1963 $(INCDIR)/opcode/cgen.h \
1964 $(INCDIR)/symcat.h \
1965 $(INCDIR)/xregex.h \
1966 $(INCDIR)/xregex2.h \
1967 config.h \
1968 iq2000-desc.h \
1969 iq2000-opc.h \
1970 opintl.h \
1971 sysdep.h
1972iq2000-dis.lo: \
1973 iq2000-dis.c \
1974 $(BFD_H) \
1975 $(INCDIR)/ansidecl.h \
1976 $(INCDIR)/dis-asm.h \
1977 $(INCDIR)/libiberty.h \
1978 $(INCDIR)/opcode/cgen-bitset.h \
1979 $(INCDIR)/opcode/cgen.h \
1980 $(INCDIR)/symcat.h \
1981 config.h \
1982 iq2000-desc.h \
1983 iq2000-opc.h \
1984 opintl.h \
1985 sysdep.h
1986iq2000-ibld.lo: \
1987 iq2000-ibld.c \
1988 $(BFD_H) \
1989 $(INCDIR)/ansidecl.h \
1990 $(INCDIR)/dis-asm.h \
1991 $(INCDIR)/opcode/cgen-bitset.h \
1992 $(INCDIR)/opcode/cgen.h \
1993 $(INCDIR)/safe-ctype.h \
1994 $(INCDIR)/symcat.h \
1995 config.h \
1996 iq2000-desc.h \
1997 iq2000-opc.h \
1998 opintl.h \
1999 sysdep.h
2000iq2000-opc.lo: \
2001 iq2000-opc.c \
2002 $(BFD_H) \
2003 $(INCDIR)/ansidecl.h \
2004 $(INCDIR)/libiberty.h \
2005 $(INCDIR)/opcode/cgen-bitset.h \
2006 $(INCDIR)/opcode/cgen.h \
2007 $(INCDIR)/symcat.h \
2008 config.h \
2009 iq2000-desc.h \
2010 iq2000-opc.h \
2011 sysdep.h
2012lm32-asm.lo: \
2013 lm32-asm.c \
2014 $(BFD_H) \
2015 $(INCDIR)/ansidecl.h \
2016 $(INCDIR)/libiberty.h \
2017 $(INCDIR)/opcode/cgen-bitset.h \
2018 $(INCDIR)/opcode/cgen.h \
2019 $(INCDIR)/safe-ctype.h \
2020 $(INCDIR)/symcat.h \
2021 $(INCDIR)/xregex.h \
2022 $(INCDIR)/xregex2.h \
2023 config.h \
2024 lm32-desc.h \
2025 lm32-opc.h \
2026 opintl.h \
2027 sysdep.h
2028lm32-desc.lo: \
2029 lm32-desc.c \
2030 $(BFD_H) \
2031 $(INCDIR)/ansidecl.h \
2032 $(INCDIR)/libiberty.h \
2033 $(INCDIR)/opcode/cgen-bitset.h \
2034 $(INCDIR)/opcode/cgen.h \
2035 $(INCDIR)/symcat.h \
2036 $(INCDIR)/xregex.h \
2037 $(INCDIR)/xregex2.h \
2038 config.h \
2039 lm32-desc.h \
2040 lm32-opc.h \
2041 opintl.h \
2042 sysdep.h
2043lm32-dis.lo: \
2044 lm32-dis.c \
2045 $(BFD_H) \
2046 $(INCDIR)/ansidecl.h \
2047 $(INCDIR)/dis-asm.h \
2048 $(INCDIR)/libiberty.h \
2049 $(INCDIR)/opcode/cgen-bitset.h \
2050 $(INCDIR)/opcode/cgen.h \
2051 $(INCDIR)/symcat.h \
2052 config.h \
2053 lm32-desc.h \
2054 lm32-opc.h \
2055 opintl.h \
2056 sysdep.h
2057lm32-ibld.lo: \
2058 lm32-ibld.c \
2059 $(BFD_H) \
2060 $(INCDIR)/ansidecl.h \
2061 $(INCDIR)/dis-asm.h \
2062 $(INCDIR)/opcode/cgen-bitset.h \
2063 $(INCDIR)/opcode/cgen.h \
2064 $(INCDIR)/safe-ctype.h \
2065 $(INCDIR)/symcat.h \
2066 config.h \
2067 lm32-desc.h \
2068 lm32-opc.h \
2069 opintl.h \
2070 sysdep.h
2071lm32-opc.lo: \
2072 lm32-opc.c \
2073 $(BFD_H) \
2074 $(INCDIR)/ansidecl.h \
2075 $(INCDIR)/libiberty.h \
2076 $(INCDIR)/opcode/cgen-bitset.h \
2077 $(INCDIR)/opcode/cgen.h \
2078 $(INCDIR)/symcat.h \
2079 config.h \
2080 lm32-desc.h \
2081 lm32-opc.h \
2082 sysdep.h
2083lm32-opinst.lo: \
2084 lm32-opinst.c \
2085 $(BFD_H) \
2086 $(INCDIR)/ansidecl.h \
2087 $(INCDIR)/opcode/cgen-bitset.h \
2088 $(INCDIR)/opcode/cgen.h \
2089 $(INCDIR)/symcat.h \
2090 config.h \
2091 lm32-desc.h \
2092 lm32-opc.h \
2093 sysdep.h
2094m32c-asm.lo: \
2095 m32c-asm.c \
2096 $(BFD_H) \
2097 $(INCDIR)/ansidecl.h \
2098 $(INCDIR)/libiberty.h \
2099 $(INCDIR)/opcode/cgen-bitset.h \
2100 $(INCDIR)/opcode/cgen.h \
2101 $(INCDIR)/safe-ctype.h \
2102 $(INCDIR)/symcat.h \
2103 $(INCDIR)/xregex.h \
2104 $(INCDIR)/xregex2.h \
2105 ../bfd/bfd_stdint.h \
2106 cgen-ops.h \
2107 cgen-types.h \
2108 config.h \
2109 m32c-desc.h \
2110 m32c-opc.h \
2111 opintl.h \
2112 sysdep.h
2113m32c-desc.lo: \
2114 m32c-desc.c \
2115 $(BFD_H) \
2116 $(INCDIR)/ansidecl.h \
2117 $(INCDIR)/libiberty.h \
2118 $(INCDIR)/opcode/cgen-bitset.h \
2119 $(INCDIR)/opcode/cgen.h \
2120 $(INCDIR)/symcat.h \
2121 $(INCDIR)/xregex.h \
2122 $(INCDIR)/xregex2.h \
2123 ../bfd/bfd_stdint.h \
2124 cgen-ops.h \
2125 cgen-types.h \
2126 config.h \
2127 m32c-desc.h \
2128 m32c-opc.h \
2129 opintl.h \
2130 sysdep.h
2131m32c-dis.lo: \
2132 m32c-dis.c \
2133 $(BFDDIR)/elf-bfd.h \
2134 $(BFD_H) \
2135 $(INCDIR)/ansidecl.h \
2136 $(INCDIR)/bfdlink.h \
2137 $(INCDIR)/dis-asm.h \
2138 $(INCDIR)/elf/common.h \
2139 $(INCDIR)/elf/external.h \
2140 $(INCDIR)/elf/internal.h \
2141 $(INCDIR)/elf/m32c.h \
2142 $(INCDIR)/elf/reloc-macros.h \
2143 $(INCDIR)/libiberty.h \
2144 $(INCDIR)/opcode/cgen-bitset.h \
2145 $(INCDIR)/opcode/cgen.h \
2146 $(INCDIR)/symcat.h \
2147 ../bfd/bfd_stdint.h \
2148 cgen-ops.h \
2149 cgen-types.h \
2150 config.h \
2151 m32c-desc.h \
2152 m32c-opc.h \
2153 opintl.h \
2154 sysdep.h
2155m32c-ibld.lo: \
2156 m32c-ibld.c \
2157 $(BFD_H) \
2158 $(INCDIR)/ansidecl.h \
2159 $(INCDIR)/dis-asm.h \
2160 $(INCDIR)/opcode/cgen-bitset.h \
2161 $(INCDIR)/opcode/cgen.h \
2162 $(INCDIR)/safe-ctype.h \
2163 $(INCDIR)/symcat.h \
2164 ../bfd/bfd_stdint.h \
2165 cgen-ops.h \
2166 cgen-types.h \
2167 config.h \
2168 m32c-desc.h \
2169 m32c-opc.h \
2170 opintl.h \
2171 sysdep.h
2172m32c-opc.lo: \
2173 m32c-opc.c \
2174 $(BFD_H) \
2175 $(INCDIR)/ansidecl.h \
2176 $(INCDIR)/libiberty.h \
2177 $(INCDIR)/opcode/cgen-bitset.h \
2178 $(INCDIR)/opcode/cgen.h \
2179 $(INCDIR)/symcat.h \
2180 ../bfd/bfd_stdint.h \
2181 cgen-ops.h \
2182 cgen-types.h \
2183 config.h \
2184 m32c-desc.h \
2185 m32c-opc.h \
2186 sysdep.h
2187m32r-asm.lo: \
2188 m32r-asm.c \
2189 $(BFD_H) \
2190 $(INCDIR)/ansidecl.h \
2191 $(INCDIR)/libiberty.h \
2192 $(INCDIR)/opcode/cgen-bitset.h \
2193 $(INCDIR)/opcode/cgen.h \
2194 $(INCDIR)/safe-ctype.h \
2195 $(INCDIR)/symcat.h \
2196 $(INCDIR)/xregex.h \
2197 $(INCDIR)/xregex2.h \
2198 config.h \
2199 m32r-desc.h \
2200 m32r-opc.h \
2201 opintl.h \
2202 sysdep.h
2203m32r-desc.lo: \
2204 m32r-desc.c \
2205 $(BFD_H) \
2206 $(INCDIR)/ansidecl.h \
2207 $(INCDIR)/libiberty.h \
2208 $(INCDIR)/opcode/cgen-bitset.h \
2209 $(INCDIR)/opcode/cgen.h \
2210 $(INCDIR)/symcat.h \
2211 $(INCDIR)/xregex.h \
2212 $(INCDIR)/xregex2.h \
2213 config.h \
2214 m32r-desc.h \
2215 m32r-opc.h \
2216 opintl.h \
2217 sysdep.h
2218m32r-dis.lo: \
2219 m32r-dis.c \
2220 $(BFD_H) \
2221 $(INCDIR)/ansidecl.h \
2222 $(INCDIR)/dis-asm.h \
2223 $(INCDIR)/libiberty.h \
2224 $(INCDIR)/opcode/cgen-bitset.h \
2225 $(INCDIR)/opcode/cgen.h \
2226 $(INCDIR)/symcat.h \
2227 config.h \
2228 m32r-desc.h \
2229 m32r-opc.h \
2230 opintl.h \
2231 sysdep.h
2232m32r-ibld.lo: \
2233 m32r-ibld.c \
2234 $(BFD_H) \
2235 $(INCDIR)/ansidecl.h \
2236 $(INCDIR)/dis-asm.h \
2237 $(INCDIR)/opcode/cgen-bitset.h \
2238 $(INCDIR)/opcode/cgen.h \
2239 $(INCDIR)/safe-ctype.h \
2240 $(INCDIR)/symcat.h \
2241 config.h \
2242 m32r-desc.h \
2243 m32r-opc.h \
2244 opintl.h \
2245 sysdep.h
2246m32r-opc.lo: \
2247 m32r-opc.c \
2248 $(BFD_H) \
2249 $(INCDIR)/ansidecl.h \
2250 $(INCDIR)/libiberty.h \
2251 $(INCDIR)/opcode/cgen-bitset.h \
2252 $(INCDIR)/opcode/cgen.h \
2253 $(INCDIR)/symcat.h \
2254 config.h \
2255 m32r-desc.h \
2256 m32r-opc.h \
2257 sysdep.h
2258m32r-opinst.lo: \
2259 m32r-opinst.c \
2260 $(BFD_H) \
2261 $(INCDIR)/ansidecl.h \
2262 $(INCDIR)/opcode/cgen-bitset.h \
2263 $(INCDIR)/opcode/cgen.h \
2264 $(INCDIR)/symcat.h \
2265 config.h \
2266 m32r-desc.h \
2267 m32r-opc.h \
2268 sysdep.h
2269m68hc11-dis.lo: \
2270 m68hc11-dis.c \
2271 $(BFD_H) \
2272 $(INCDIR)/ansidecl.h \
2273 $(INCDIR)/dis-asm.h \
2274 $(INCDIR)/opcode/m68hc11.h \
2275 $(INCDIR)/symcat.h
2276m68hc11-opc.lo: \
2277 m68hc11-opc.c \
2278 $(INCDIR)/ansidecl.h \
60bcf0fa 2279 $(INCDIR)/opcode/m68hc11.h
9e097a72
AM
2280m68k-dis.lo: \
2281 m68k-dis.c \
2282 $(BFD_H) \
2283 $(INCDIR)/ansidecl.h \
2284 $(INCDIR)/dis-asm.h \
2285 $(INCDIR)/floatformat.h \
2286 $(INCDIR)/libiberty.h \
2287 $(INCDIR)/opcode/m68k.h \
2288 $(INCDIR)/symcat.h \
2289 config.h \
2290 opintl.h \
2291 sysdep.h
2292m68k-opc.lo: \
2293 m68k-opc.c \
2294 $(INCDIR)/ansidecl.h \
2295 $(INCDIR)/opcode/m68k.h \
2296 config.h \
2297 sysdep.h
2298m88k-dis.lo: \
2299 m88k-dis.c \
2300 $(BFD_H) \
2301 $(INCDIR)/ansidecl.h \
2302 $(INCDIR)/dis-asm.h \
2303 $(INCDIR)/libiberty.h \
2304 $(INCDIR)/opcode/m88k.h \
2305 $(INCDIR)/symcat.h \
2306 config.h \
2307 opintl.h \
2308 sysdep.h
2309maxq-dis.lo: \
2310 maxq-dis.c \
2311 $(BFD_H) \
2312 $(INCDIR)/ansidecl.h \
2313 $(INCDIR)/dis-asm.h \
2314 $(INCDIR)/opcode/maxq.h \
2315 $(INCDIR)/symcat.h \
2316 config.h \
2317 sysdep.h
2318mcore-dis.lo: \
2319 mcore-dis.c \
2320 $(BFD_H) \
2321 $(INCDIR)/ansidecl.h \
2322 $(INCDIR)/dis-asm.h \
2323 $(INCDIR)/symcat.h \
2324 config.h \
2325 mcore-opc.h \
2326 sysdep.h
2327mep-asm.lo: \
2328 mep-asm.c \
2329 $(BFD_H) \
2330 $(INCDIR)/ansidecl.h \
2331 $(INCDIR)/elf/mep.h \
2332 $(INCDIR)/elf/reloc-macros.h \
2333 $(INCDIR)/libiberty.h \
2334 $(INCDIR)/opcode/cgen-bitset.h \
2335 $(INCDIR)/opcode/cgen.h \
2336 $(INCDIR)/safe-ctype.h \
2337 $(INCDIR)/symcat.h \
2338 $(INCDIR)/xregex.h \
2339 $(INCDIR)/xregex2.h \
2340 config.h \
2341 mep-desc.h \
2342 mep-opc.h \
2343 opintl.h \
2344 sysdep.h
2345mep-desc.lo: \
2346 mep-desc.c \
2347 $(BFD_H) \
2348 $(INCDIR)/ansidecl.h \
2349 $(INCDIR)/libiberty.h \
2350 $(INCDIR)/opcode/cgen-bitset.h \
2351 $(INCDIR)/opcode/cgen.h \
2352 $(INCDIR)/symcat.h \
2353 $(INCDIR)/xregex.h \
2354 $(INCDIR)/xregex2.h \
2355 config.h \
2356 mep-desc.h \
2357 mep-opc.h \
2358 opintl.h \
2359 sysdep.h
2360mep-dis.lo: \
2361 mep-dis.c \
2362 $(BFDDIR)/elf-bfd.h \
2363 $(BFD_H) \
2364 $(INCDIR)/ansidecl.h \
2365 $(INCDIR)/bfdlink.h \
2366 $(INCDIR)/dis-asm.h \
2367 $(INCDIR)/elf/common.h \
2368 $(INCDIR)/elf/external.h \
2369 $(INCDIR)/elf/internal.h \
2370 $(INCDIR)/elf/mep.h \
2371 $(INCDIR)/elf/reloc-macros.h \
2372 $(INCDIR)/libiberty.h \
2373 $(INCDIR)/opcode/cgen-bitset.h \
2374 $(INCDIR)/opcode/cgen.h \
2375 $(INCDIR)/symcat.h \
2376 config.h \
2377 mep-desc.h \
2378 mep-opc.h \
2379 opintl.h \
2380 sysdep.h
2381mep-ibld.lo: \
2382 mep-ibld.c \
2383 $(BFD_H) \
2384 $(INCDIR)/ansidecl.h \
2385 $(INCDIR)/dis-asm.h \
2386 $(INCDIR)/opcode/cgen-bitset.h \
2387 $(INCDIR)/opcode/cgen.h \
2388 $(INCDIR)/safe-ctype.h \
2389 $(INCDIR)/symcat.h \
2390 config.h \
2391 mep-desc.h \
2392 mep-opc.h \
2393 opintl.h \
2394 sysdep.h
2395mep-opc.lo: \
2396 mep-opc.c \
2397 $(BFD_H) \
2398 $(INCDIR)/ansidecl.h \
2399 $(INCDIR)/elf/mep.h \
2400 $(INCDIR)/elf/reloc-macros.h \
2401 $(INCDIR)/libiberty.h \
2402 $(INCDIR)/opcode/cgen-bitset.h \
2403 $(INCDIR)/opcode/cgen.h \
2404 $(INCDIR)/symcat.h \
2405 config.h \
2406 mep-desc.h \
2407 mep-opc.h \
2408 sysdep.h
7ba29e2a
NC
2409microblaze-dis.lo: \
2410 microblaze-dis.c \
2411 microblaze-opc.h \
2412 $(INCDIR)/ansidecl.h \
2413 $(INCDIR)/dis-asm.h
9e097a72
AM
2414mips-dis.lo: \
2415 mips-dis.c \
2416 $(BFDDIR)/elf-bfd.h \
2417 $(BFD_H) \
2418 $(INCDIR)/ansidecl.h \
2419 $(INCDIR)/bfdlink.h \
2420 $(INCDIR)/dis-asm.h \
2421 $(INCDIR)/elf/common.h \
2422 $(INCDIR)/elf/external.h \
2423 $(INCDIR)/elf/internal.h \
2424 $(INCDIR)/elf/mips.h \
2425 $(INCDIR)/elf/reloc-macros.h \
2426 $(INCDIR)/libiberty.h \
2427 $(INCDIR)/opcode/mips.h \
2428 $(INCDIR)/symcat.h \
2429 config.h \
2430 opintl.h \
2431 sysdep.h
2432mips-opc.lo: \
2433 mips-opc.c \
2434 $(INCDIR)/ansidecl.h \
2435 $(INCDIR)/opcode/mips.h \
2436 config.h \
2437 sysdep.h
2438mips16-opc.lo: \
2439 mips16-opc.c \
2440 $(INCDIR)/ansidecl.h \
2441 $(INCDIR)/opcode/mips.h \
2442 config.h \
2443 sysdep.h
2444m10200-dis.lo: \
2445 m10200-dis.c \
2446 $(BFD_H) \
2447 $(INCDIR)/ansidecl.h \
2448 $(INCDIR)/dis-asm.h \
2449 $(INCDIR)/opcode/mn10200.h \
2450 $(INCDIR)/symcat.h \
2451 config.h \
2452 opintl.h \
2453 sysdep.h
2454m10200-opc.lo: \
2455 m10200-opc.c \
2456 $(INCDIR)/ansidecl.h \
2457 $(INCDIR)/opcode/mn10200.h \
2458 config.h \
2459 sysdep.h
2460m10300-dis.lo: \
2461 m10300-dis.c \
2462 $(BFD_H) \
2463 $(INCDIR)/ansidecl.h \
2464 $(INCDIR)/dis-asm.h \
2465 $(INCDIR)/opcode/mn10300.h \
2466 $(INCDIR)/symcat.h \
2467 config.h \
2468 opintl.h \
2469 sysdep.h
2470m10300-opc.lo: \
2471 m10300-opc.c \
2472 $(INCDIR)/ansidecl.h \
2473 $(INCDIR)/opcode/mn10300.h \
2474 config.h \
2475 sysdep.h
2476mmix-dis.lo: \
2477 mmix-dis.c \
2478 $(BFD_H) \
2479 $(INCDIR)/ansidecl.h \
2480 $(INCDIR)/dis-asm.h \
2481 $(INCDIR)/libiberty.h \
2482 $(INCDIR)/opcode/mmix.h \
2483 $(INCDIR)/symcat.h \
782e11fd 2484 opintl.h
9e097a72
AM
2485mmix-opc.lo: \
2486 mmix-opc.c \
2487 $(INCDIR)/opcode/mmix.h \
782e11fd 2488 $(INCDIR)/symcat.h
9e097a72
AM
2489mt-asm.lo: \
2490 mt-asm.c \
2491 $(BFD_H) \
2492 $(INCDIR)/ansidecl.h \
2493 $(INCDIR)/libiberty.h \
2494 $(INCDIR)/opcode/cgen-bitset.h \
2495 $(INCDIR)/opcode/cgen.h \
2496 $(INCDIR)/safe-ctype.h \
2497 $(INCDIR)/symcat.h \
2498 $(INCDIR)/xregex.h \
2499 $(INCDIR)/xregex2.h \
2500 config.h \
2501 mt-desc.h \
2502 mt-opc.h \
2503 opintl.h \
2504 sysdep.h
2505mt-desc.lo: \
2506 mt-desc.c \
2507 $(BFD_H) \
2508 $(INCDIR)/ansidecl.h \
2509 $(INCDIR)/libiberty.h \
2510 $(INCDIR)/opcode/cgen-bitset.h \
2511 $(INCDIR)/opcode/cgen.h \
2512 $(INCDIR)/symcat.h \
2513 $(INCDIR)/xregex.h \
2514 $(INCDIR)/xregex2.h \
2515 config.h \
2516 mt-desc.h \
2517 mt-opc.h \
2518 opintl.h \
2519 sysdep.h
2520mt-dis.lo: \
2521 mt-dis.c \
2522 $(BFD_H) \
2523 $(INCDIR)/ansidecl.h \
2524 $(INCDIR)/dis-asm.h \
2525 $(INCDIR)/libiberty.h \
2526 $(INCDIR)/opcode/cgen-bitset.h \
2527 $(INCDIR)/opcode/cgen.h \
2528 $(INCDIR)/symcat.h \
2529 config.h \
2530 mt-desc.h \
2531 mt-opc.h \
2532 opintl.h \
2533 sysdep.h
2534mt-ibld.lo: \
2535 mt-ibld.c \
2536 $(BFD_H) \
2537 $(INCDIR)/ansidecl.h \
2538 $(INCDIR)/dis-asm.h \
2539 $(INCDIR)/opcode/cgen-bitset.h \
2540 $(INCDIR)/opcode/cgen.h \
2541 $(INCDIR)/safe-ctype.h \
2542 $(INCDIR)/symcat.h \
2543 config.h \
2544 mt-desc.h \
2545 mt-opc.h \
2546 opintl.h \
2547 sysdep.h
2548mt-opc.lo: \
2549 mt-opc.c \
2550 $(BFD_H) \
2551 $(INCDIR)/ansidecl.h \
2552 $(INCDIR)/libiberty.h \
2553 $(INCDIR)/opcode/cgen-bitset.h \
2554 $(INCDIR)/opcode/cgen.h \
2555 $(INCDIR)/safe-ctype.h \
2556 $(INCDIR)/symcat.h \
2557 config.h \
2558 mt-desc.h \
2559 mt-opc.h \
2560 sysdep.h
2561ns32k-dis.lo: \
2562 ns32k-dis.c \
2563 $(BFD_H) \
2564 $(INCDIR)/ansidecl.h \
2565 $(INCDIR)/dis-asm.h \
2566 $(INCDIR)/opcode/ns32k.h \
2567 $(INCDIR)/symcat.h \
2568 config.h \
2569 opintl.h \
2570 sysdep.h
2571openrisc-asm.lo: \
2572 openrisc-asm.c \
2573 $(BFD_H) \
2574 $(INCDIR)/ansidecl.h \
2575 $(INCDIR)/libiberty.h \
2576 $(INCDIR)/opcode/cgen-bitset.h \
2577 $(INCDIR)/opcode/cgen.h \
2578 $(INCDIR)/safe-ctype.h \
2579 $(INCDIR)/symcat.h \
2580 $(INCDIR)/xregex.h \
2581 $(INCDIR)/xregex2.h \
2582 config.h \
2583 openrisc-desc.h \
2584 openrisc-opc.h \
2585 opintl.h \
2586 sysdep.h
2587openrisc-desc.lo: \
2588 openrisc-desc.c \
2589 $(BFD_H) \
2590 $(INCDIR)/ansidecl.h \
2591 $(INCDIR)/libiberty.h \
2592 $(INCDIR)/opcode/cgen-bitset.h \
2593 $(INCDIR)/opcode/cgen.h \
2594 $(INCDIR)/symcat.h \
2595 $(INCDIR)/xregex.h \
2596 $(INCDIR)/xregex2.h \
2597 config.h \
2598 openrisc-desc.h \
2599 openrisc-opc.h \
2600 opintl.h \
2601 sysdep.h
2602openrisc-dis.lo: \
2603 openrisc-dis.c \
2604 $(BFD_H) \
2605 $(INCDIR)/ansidecl.h \
2606 $(INCDIR)/dis-asm.h \
2607 $(INCDIR)/libiberty.h \
2608 $(INCDIR)/opcode/cgen-bitset.h \
2609 $(INCDIR)/opcode/cgen.h \
2610 $(INCDIR)/symcat.h \
2611 config.h \
2612 openrisc-desc.h \
2613 openrisc-opc.h \
2614 opintl.h \
2615 sysdep.h
2616openrisc-ibld.lo: \
2617 openrisc-ibld.c \
2618 $(BFD_H) \
2619 $(INCDIR)/ansidecl.h \
2620 $(INCDIR)/dis-asm.h \
2621 $(INCDIR)/opcode/cgen-bitset.h \
2622 $(INCDIR)/opcode/cgen.h \
2623 $(INCDIR)/safe-ctype.h \
2624 $(INCDIR)/symcat.h \
2625 config.h \
2626 openrisc-desc.h \
2627 openrisc-opc.h \
2628 opintl.h \
2629 sysdep.h
2630openrisc-opc.lo: \
2631 openrisc-opc.c \
2632 $(BFD_H) \
2633 $(INCDIR)/ansidecl.h \
2634 $(INCDIR)/libiberty.h \
2635 $(INCDIR)/opcode/cgen-bitset.h \
2636 $(INCDIR)/opcode/cgen.h \
2637 $(INCDIR)/symcat.h \
2638 config.h \
2639 openrisc-desc.h \
2640 openrisc-opc.h \
2641 sysdep.h
2642or32-dis.lo: \
2643 or32-dis.c \
2644 $(BFD_H) \
2645 $(INCDIR)/ansidecl.h \
2646 $(INCDIR)/dis-asm.h \
2647 $(INCDIR)/opcode/or32.h \
2648 $(INCDIR)/safe-ctype.h \
782e11fd 2649 $(INCDIR)/symcat.h
9e097a72
AM
2650or32-opc.lo: \
2651 or32-opc.c \
2652 $(INCDIR)/ansidecl.h \
2653 $(INCDIR)/opcode/or32.h \
2654 $(INCDIR)/safe-ctype.h
2655pdp11-dis.lo: \
2656 pdp11-dis.c \
2657 $(BFD_H) \
2658 $(INCDIR)/ansidecl.h \
2659 $(INCDIR)/dis-asm.h \
2660 $(INCDIR)/opcode/pdp11.h \
2661 $(INCDIR)/symcat.h \
2662 config.h \
2663 sysdep.h
2664pdp11-opc.lo: \
2665 pdp11-opc.c \
2666 $(INCDIR)/opcode/pdp11.h
2667pj-dis.lo: \
2668 pj-dis.c \
2669 $(BFD_H) \
2670 $(INCDIR)/ansidecl.h \
2671 $(INCDIR)/dis-asm.h \
2672 $(INCDIR)/opcode/pj.h \
2673 $(INCDIR)/symcat.h \
2674 config.h \
2675 sysdep.h
2676pj-opc.lo: \
2677 pj-opc.c \
2678 $(INCDIR)/ansidecl.h \
2679 $(INCDIR)/opcode/pj.h \
2680 config.h \
2681 sysdep.h
2682ppc-dis.lo: \
2683 ppc-dis.c \
2684 $(BFD_H) \
2685 $(INCDIR)/ansidecl.h \
2686 $(INCDIR)/dis-asm.h \
2687 $(INCDIR)/opcode/ppc.h \
2688 $(INCDIR)/symcat.h \
2689 config.h \
2690 opintl.h \
2691 sysdep.h
2692ppc-opc.lo: \
2693 ppc-opc.c \
2694 $(INCDIR)/ansidecl.h \
2695 $(INCDIR)/opcode/ppc.h \
2696 config.h \
2697 opintl.h \
2698 sysdep.h
2699s390-mkopc.lo: \
2700 s390-mkopc.c
2701s390-opc.lo: \
2702 s390-opc.c \
2703 $(INCDIR)/ansidecl.h \
2704 $(INCDIR)/opcode/s390.h \
2705 s390-opc.tab
2706s390-dis.lo: \
2707 s390-dis.c \
2708 $(BFD_H) \
2709 $(INCDIR)/ansidecl.h \
2710 $(INCDIR)/dis-asm.h \
2711 $(INCDIR)/opcode/s390.h \
2712 $(INCDIR)/symcat.h \
2713 config.h \
2714 opintl.h \
2715 sysdep.h
2716score-dis.lo: \
2717 score-dis.c \
2718 $(BFDDIR)/elf-bfd.h \
2719 $(BFD_H) \
2720 $(INCDIR)/ansidecl.h \
2721 $(INCDIR)/bfdlink.h \
2722 $(INCDIR)/dis-asm.h \
2723 $(INCDIR)/elf/common.h \
2724 $(INCDIR)/elf/external.h \
2725 $(INCDIR)/elf/internal.h \
2726 $(INCDIR)/elf/reloc-macros.h \
2727 $(INCDIR)/elf/score.h \
2728 $(INCDIR)/symcat.h \
2729 config.h \
2730 opintl.h \
2731 sysdep.h
2732score7-dis.lo: \
2733 score7-dis.c \
2734 $(BFDDIR)/elf-bfd.h \
2735 $(BFD_H) \
2736 $(INCDIR)/ansidecl.h \
2737 $(INCDIR)/bfdlink.h \
2738 $(INCDIR)/dis-asm.h \
2739 $(INCDIR)/elf/common.h \
2740 $(INCDIR)/elf/external.h \
2741 $(INCDIR)/elf/internal.h \
2742 $(INCDIR)/elf/reloc-macros.h \
2743 $(INCDIR)/elf/score.h \
2744 $(INCDIR)/symcat.h \
2745 config.h \
2746 opintl.h \
2747 sysdep.h
2748sh-dis.lo: \
2749 sh-dis.c \
2750 $(BFD_H) \
2751 $(INCDIR)/ansidecl.h \
2752 $(INCDIR)/dis-asm.h \
2753 $(INCDIR)/symcat.h \
2754 config.h \
2755 sh-opc.h \
2756 sysdep.h
2757sh64-dis.lo: \
2758 sh64-dis.c \
2759 $(BFDDIR)/elf-bfd.h \
2760 $(BFDDIR)/elf32-sh64.h \
2761 $(BFD_H) \
2762 $(INCDIR)/ansidecl.h \
2763 $(INCDIR)/bfdlink.h \
2764 $(INCDIR)/dis-asm.h \
2765 $(INCDIR)/elf/common.h \
2766 $(INCDIR)/elf/external.h \
2767 $(INCDIR)/elf/internal.h \
2768 $(INCDIR)/elf/reloc-macros.h \
2769 $(INCDIR)/elf/sh.h \
2770 $(INCDIR)/libiberty.h \
2771 $(INCDIR)/symcat.h \
2772 config.h \
2773 sh64-opc.h \
2774 sysdep.h
2775sh64-opc.lo: \
2776 sh64-opc.c \
2777 sh64-opc.h
2778sparc-dis.lo: \
2779 sparc-dis.c \
2780 $(BFD_H) \
2781 $(INCDIR)/ansidecl.h \
2782 $(INCDIR)/dis-asm.h \
2783 $(INCDIR)/libiberty.h \
2784 $(INCDIR)/opcode/sparc.h \
2785 $(INCDIR)/symcat.h \
2786 config.h \
2787 opintl.h \
2788 sysdep.h
2789sparc-opc.lo: \
2790 sparc-opc.c \
2791 $(INCDIR)/ansidecl.h \
2792 $(INCDIR)/opcode/sparc.h \
2793 config.h \
2794 sysdep.h
2795spu-dis.lo: \
2796 spu-dis.c \
2797 $(BFD_H) \
2798 $(INCDIR)/ansidecl.h \
2799 $(INCDIR)/dis-asm.h \
2800 $(INCDIR)/opcode/spu-insns.h \
2801 $(INCDIR)/opcode/spu.h \
2802 $(INCDIR)/symcat.h \
2803 config.h \
2804 sysdep.h
2805spu-opc.lo: \
2806 spu-opc.c \
2807 $(INCDIR)/opcode/spu-insns.h \
2808 $(INCDIR)/opcode/spu.h
2809tic30-dis.lo: \
2810 tic30-dis.c \
2811 $(BFD_H) \
2812 $(INCDIR)/ansidecl.h \
2813 $(INCDIR)/dis-asm.h \
2814 $(INCDIR)/opcode/tic30.h \
2815 $(INCDIR)/symcat.h \
2816 config.h \
2817 sysdep.h
2818tic4x-dis.lo: \
2819 tic4x-dis.c \
2820 $(BFD_H) \
2821 $(INCDIR)/ansidecl.h \
2822 $(INCDIR)/dis-asm.h \
2823 $(INCDIR)/libiberty.h \
2824 $(INCDIR)/opcode/tic4x.h \
e9f53129 2825 $(INCDIR)/symcat.h
9e097a72
AM
2826tic54x-dis.lo: \
2827 tic54x-dis.c \
2828 $(BFD_H) \
2829 $(INCDIR)/ansidecl.h \
2830 $(INCDIR)/coff/ti.h \
2831 $(INCDIR)/coff/tic54x.h \
2832 $(INCDIR)/dis-asm.h \
2833 $(INCDIR)/opcode/tic54x.h \
2834 $(INCDIR)/symcat.h \
2835 config.h \
2836 sysdep.h
2837tic54x-opc.lo: \
2838 tic54x-opc.c \
2839 $(BFD_H) \
2840 $(INCDIR)/ansidecl.h \
2841 $(INCDIR)/dis-asm.h \
2842 $(INCDIR)/opcode/tic54x.h \
2843 $(INCDIR)/symcat.h \
2844 config.h \
2845 sysdep.h
2846tic80-dis.lo: \
2847 tic80-dis.c \
2848 $(BFD_H) \
2849 $(INCDIR)/ansidecl.h \
2850 $(INCDIR)/dis-asm.h \
2851 $(INCDIR)/opcode/tic80.h \
2852 $(INCDIR)/symcat.h \
2853 config.h \
2854 sysdep.h
2855tic80-opc.lo: \
2856 tic80-opc.c \
2857 $(INCDIR)/ansidecl.h \
2858 $(INCDIR)/opcode/tic80.h \
2859 config.h \
2860 sysdep.h
2861v850-dis.lo: \
2862 v850-dis.c \
2863 $(BFD_H) \
2864 $(INCDIR)/ansidecl.h \
2865 $(INCDIR)/dis-asm.h \
2866 $(INCDIR)/opcode/v850.h \
2867 $(INCDIR)/symcat.h \
2868 config.h \
2869 opintl.h \
2870 sysdep.h
2871v850-opc.lo: \
2872 v850-opc.c \
2873 $(INCDIR)/ansidecl.h \
2874 $(INCDIR)/opcode/v850.h \
2875 config.h \
2876 opintl.h \
2877 sysdep.h
2878vax-dis.lo: \
2879 vax-dis.c \
2880 $(BFD_H) \
2881 $(INCDIR)/ansidecl.h \
2882 $(INCDIR)/dis-asm.h \
2883 $(INCDIR)/opcode/vax.h \
2884 $(INCDIR)/symcat.h \
2885 config.h \
2886 sysdep.h
2887w65-dis.lo: \
2888 w65-dis.c \
2889 $(BFD_H) \
2890 $(INCDIR)/ansidecl.h \
2891 $(INCDIR)/dis-asm.h \
2892 $(INCDIR)/symcat.h \
2893 config.h \
2894 sysdep.h \
2895 w65-opc.h
2896xc16x-asm.lo: \
2897 xc16x-asm.c \
2898 $(BFD_H) \
2899 $(INCDIR)/ansidecl.h \
2900 $(INCDIR)/libiberty.h \
2901 $(INCDIR)/opcode/cgen-bitset.h \
2902 $(INCDIR)/opcode/cgen.h \
2903 $(INCDIR)/safe-ctype.h \
2904 $(INCDIR)/symcat.h \
2905 $(INCDIR)/xregex.h \
2906 $(INCDIR)/xregex2.h \
2907 config.h \
2908 opintl.h \
2909 sysdep.h \
2910 xc16x-desc.h \
2911 xc16x-opc.h
2912xc16x-desc.lo: \
2913 xc16x-desc.c \
2914 $(BFD_H) \
2915 $(INCDIR)/ansidecl.h \
2916 $(INCDIR)/libiberty.h \
2917 $(INCDIR)/opcode/cgen-bitset.h \
2918 $(INCDIR)/opcode/cgen.h \
2919 $(INCDIR)/symcat.h \
2920 $(INCDIR)/xregex.h \
2921 $(INCDIR)/xregex2.h \
2922 config.h \
2923 opintl.h \
2924 sysdep.h \
2925 xc16x-desc.h \
2926 xc16x-opc.h
2927xc16x-dis.lo: \
2928 xc16x-dis.c \
2929 $(BFD_H) \
2930 $(INCDIR)/ansidecl.h \
2931 $(INCDIR)/dis-asm.h \
2932 $(INCDIR)/libiberty.h \
2933 $(INCDIR)/opcode/cgen-bitset.h \
2934 $(INCDIR)/opcode/cgen.h \
2935 $(INCDIR)/symcat.h \
2936 config.h \
2937 opintl.h \
2938 sysdep.h \
2939 xc16x-desc.h \
2940 xc16x-opc.h
2941xc16x-ibld.lo: \
2942 xc16x-ibld.c \
2943 $(BFD_H) \
2944 $(INCDIR)/ansidecl.h \
2945 $(INCDIR)/dis-asm.h \
2946 $(INCDIR)/opcode/cgen-bitset.h \
2947 $(INCDIR)/opcode/cgen.h \
2948 $(INCDIR)/safe-ctype.h \
2949 $(INCDIR)/symcat.h \
2950 config.h \
2951 opintl.h \
2952 sysdep.h \
2953 xc16x-desc.h \
2954 xc16x-opc.h
2955xc16x-opc.lo: \
2956 xc16x-opc.c \
2957 $(BFD_H) \
2958 $(INCDIR)/ansidecl.h \
2959 $(INCDIR)/libiberty.h \
2960 $(INCDIR)/opcode/cgen-bitset.h \
2961 $(INCDIR)/opcode/cgen.h \
2962 $(INCDIR)/symcat.h \
2963 config.h \
2964 sysdep.h \
2965 xc16x-desc.h \
2966 xc16x-opc.h
2967xstormy16-asm.lo: \
2968 xstormy16-asm.c \
2969 $(BFD_H) \
2970 $(INCDIR)/ansidecl.h \
2971 $(INCDIR)/libiberty.h \
2972 $(INCDIR)/opcode/cgen-bitset.h \
2973 $(INCDIR)/opcode/cgen.h \
2974 $(INCDIR)/safe-ctype.h \
2975 $(INCDIR)/symcat.h \
2976 $(INCDIR)/xregex.h \
2977 $(INCDIR)/xregex2.h \
2978 config.h \
2979 opintl.h \
2980 sysdep.h \
2981 xstormy16-desc.h \
2982 xstormy16-opc.h
2983xstormy16-desc.lo: \
2984 xstormy16-desc.c \
2985 $(BFD_H) \
2986 $(INCDIR)/ansidecl.h \
2987 $(INCDIR)/libiberty.h \
2988 $(INCDIR)/opcode/cgen-bitset.h \
2989 $(INCDIR)/opcode/cgen.h \
2990 $(INCDIR)/symcat.h \
2991 $(INCDIR)/xregex.h \
2992 $(INCDIR)/xregex2.h \
2993 config.h \
2994 opintl.h \
2995 sysdep.h \
2996 xstormy16-desc.h \
2997 xstormy16-opc.h
2998xstormy16-dis.lo: \
2999 xstormy16-dis.c \
3000 $(BFD_H) \
3001 $(INCDIR)/ansidecl.h \
3002 $(INCDIR)/dis-asm.h \
3003 $(INCDIR)/libiberty.h \
3004 $(INCDIR)/opcode/cgen-bitset.h \
3005 $(INCDIR)/opcode/cgen.h \
3006 $(INCDIR)/symcat.h \
3007 config.h \
3008 opintl.h \
3009 sysdep.h \
3010 xstormy16-desc.h \
3011 xstormy16-opc.h
3012xstormy16-ibld.lo: \
3013 xstormy16-ibld.c \
3014 $(BFD_H) \
3015 $(INCDIR)/ansidecl.h \
3016 $(INCDIR)/dis-asm.h \
3017 $(INCDIR)/opcode/cgen-bitset.h \
3018 $(INCDIR)/opcode/cgen.h \
3019 $(INCDIR)/safe-ctype.h \
3020 $(INCDIR)/symcat.h \
3021 config.h \
3022 opintl.h \
3023 sysdep.h \
3024 xstormy16-desc.h \
3025 xstormy16-opc.h
3026xstormy16-opc.lo: \
3027 xstormy16-opc.c \
3028 $(BFD_H) \
3029 $(INCDIR)/ansidecl.h \
3030 $(INCDIR)/libiberty.h \
3031 $(INCDIR)/opcode/cgen-bitset.h \
3032 $(INCDIR)/opcode/cgen.h \
3033 $(INCDIR)/symcat.h \
3034 config.h \
3035 sysdep.h \
3036 xstormy16-desc.h \
3037 xstormy16-opc.h
3038xtensa-dis.lo: \
3039 xtensa-dis.c \
3040 $(BFD_H) \
3041 $(INCDIR)/ansidecl.h \
3042 $(INCDIR)/dis-asm.h \
3043 $(INCDIR)/libiberty.h \
3044 $(INCDIR)/symcat.h \
3045 $(INCDIR)/xtensa-isa.h \
3046 config.h \
3047 sysdep.h
3048z80-dis.lo: \
3049 z80-dis.c \
3050 $(BFD_H) \
3051 $(INCDIR)/ansidecl.h \
3052 $(INCDIR)/dis-asm.h \
3053 $(INCDIR)/symcat.h \
3054 config.h \
3055 sysdep.h
3056z8k-dis.lo: \
3057 z8k-dis.c \
3058 $(BFD_H) \
3059 $(INCDIR)/ansidecl.h \
3060 $(INCDIR)/dis-asm.h \
3061 $(INCDIR)/symcat.h \
3062 config.h \
3063 sysdep.h \
3064 z8k-opc.h
3065z8kgen.lo: \
3066 z8kgen.c \
3067 $(INCDIR)/ansidecl.h \
3068 $(INCDIR)/libiberty.h \
3069 config.h \
3070 sysdep.h
252b5132 3071# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
81ecdfbb 3072
86b57e31
L
3073# Tell versions [3.59,3.63) of GNU make to not export all variables.
3074# Otherwise a system limit (for SysV at least) may be exceeded.
3075.NOEXPORT:
This page took 0.55983 seconds and 4 git commands to generate.