dependency tracking in gprof
[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
af542c2e
RW
998install-html: install-html-recursive
999
81ecdfbb
RW
1000install-html-am:
1001
8ae85421
AM
1002install-info: install-info-recursive
1003
81ecdfbb
RW
1004install-info-am:
1005
8ae85421
AM
1006install-man:
1007
af542c2e
RW
1008install-pdf: install-pdf-recursive
1009
81ecdfbb
RW
1010install-pdf-am:
1011
1012install-ps: install-ps-recursive
1013
1014install-ps-am:
1015
8ae85421 1016installcheck-am:
252b5132
RH
1017
1018maintainer-clean: maintainer-clean-recursive
8ae85421
AM
1019 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1020 -rm -rf $(top_srcdir)/autom4te.cache
1021 -rm -f Makefile
1022maintainer-clean-am: distclean-am maintainer-clean-generic
1023
1024mostlyclean: mostlyclean-recursive
1025
1026mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1027 mostlyclean-libtool
1028
1029pdf: pdf-recursive
1030
1031pdf-am:
1032
1033ps: ps-recursive
1034
1035ps-am:
1036
1037uninstall-am: uninstall-bfdlibLTLIBRARIES
1038
81ecdfbb
RW
1039.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
1040 ctags-recursive install-am install-strip tags-recursive
1041
1042.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1043 all all-am am--refresh check check-am clean \
1044 clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
1045 clean-noinstLIBRARIES ctags ctags-recursive distclean \
1046 distclean-compile distclean-generic distclean-hdr \
1047 distclean-libtool distclean-tags dvi dvi-am html html-am info \
1048 info-am install install-am install-bfdlibLTLIBRARIES \
1049 install-data install-data-am install-dvi install-dvi-am \
1050 install-exec install-exec-am install-html install-html-am \
1051 install-info install-info-am install-man install-pdf \
1052 install-pdf-am install-ps install-ps-am install-strip \
1053 installcheck installcheck-am installdirs installdirs-am \
1054 maintainer-clean maintainer-clean-generic mostlyclean \
1055 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1056 pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1057 uninstall-bfdlibLTLIBRARIES
252b5132
RH
1058
1059
1060disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
1061 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
1062
1063stamp-lib: libopcodes.la
e56f75e9
ILT
1064 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
1065 if [ -f $$libtooldir/libopcodes.a ]; then \
1066 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
847ee773 1067 $(RANLIB) libopcodes.tmp; \
252b5132
RH
1068 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
1069 else true; fi
1070 touch stamp-lib
1071
1072libopcodes.a: stamp-lib ; @true
1073po/POTFILES.in: @MAINT@ Makefile
323ee3f4 1074 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
252b5132
RH
1075 && mv tmp $(srcdir)/po/POTFILES.in
1076
81172ff2 1077install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
263de010 1078 @$(NORMAL_INSTALL)
81172ff2
AM
1079
1080uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
1081 @$(NORMAL_UNINSTALL)
1082
1083.PHONY: install_libopcodes uninstall_libopcodes
1084install_libopcodes: $(bfdlib_LTLIBRARIES)
1085 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
1086 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
1087 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1088 if test -f $$p; then \
1089 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
1090 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
1091 else :; fi; \
1092 done
1093 $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
1094
1095uninstall_libopcodes:
1096 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1097 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
1098 done
1099 rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
263de010 1100
6e31aea3
BE
1101run-cgen:
1102 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
9c2de729
DB
1103 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
1104 "$(options)" "$(extrafiles)"
6e31aea3
BE
1105 touch stamp-${prefix}
1106.PHONY: run-cgen
1107
4714fbc0
DE
1108# Maintainer utility rule to regenerate all cgen files.
1109run-cgen-all:
1110 for c in $(CGEN_CPUS) ; \
1111 do \
1112 $(MAKE) stamp-$$c || exit 1 ; \
1113 done
1114.PHONY: run-cgen-all
1115
6e31aea3 1116# For now, require developers to configure with --enable-cgen-maint.
a40cbfa3
NC
1117$(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)
1118 @true
1119stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
9c2de729
DB
1120 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
1121 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
a40cbfa3 1122
84e94c90
NC
1123$(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)
1124 @true
1125stamp-lm32: $(CGENDEPS) $(srcdir)/../cpu/lm32.cpu $(srcdir)/../cpu/lm32.opc
1126 $(MAKE) run-cgen arch=lm32 prefix=lm32 options=opinst \
1127 archfile=$(srcdir)/../cpu/lm32.cpu \
1128 opcfile=$(srcdir)/../cpu/lm32.opc \
1129 extrafiles=opinst
1130
49f58d10
JB
1131$(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)
1132# @true
0f82ff91 1133stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
49f58d10 1134 $(MAKE) run-cgen arch=m32c prefix=m32c options= \
0f82ff91
AM
1135 archfile=$(srcdir)/../cpu/m32c.cpu \
1136 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
49f58d10
JB
1137m32c-asm.lo: m32c-asm.c sysdep.h config.h $(BFD_H) \
1138 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
1139 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
1140m32c-desc.lo: m32c-desc.c sysdep.h config.h $(BFD_H) \
1141 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
1142 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
1143m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
1144 $(BFD_H) $(INCDIR)/ansidecl.h \
1145 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
1146 $(m32c_opc_h) opintl.h
1147m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
1148 $(BFD_H) $(INCDIR)/ansidecl.h \
1149 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
1150 $(m32c_opc_h) opintl.h
1151m32c-opc.lo: m32c-opc.c sysdep.h config.h $(BFD_H) \
1152 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
1153 $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
1154
6e31aea3 1155$(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 1156 @true
d125c27b 1157stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
9c2de729 1158 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
d125c27b
AM
1159 archfile=$(srcdir)/../cpu/m32r.cpu \
1160 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
6e31aea3
BE
1161
1162$(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)
1163 @true
4a3264e6 1164stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
9c2de729
DB
1165 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
1166 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
6e31aea3 1167
fd3c93d5
DB
1168$(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)
1169 @true
5272d201 1170stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
9c2de729
DB
1171 $(MAKE) run-cgen arch=frv prefix=frv options= \
1172 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
fd3c93d5 1173
bd2f2e55
DB
1174$(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)
1175 @true
1176stamp-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
1177 $(MAKE) run-cgen arch=mep prefix=mep options= \
1178 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
1179
d031aafb 1180$(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 1181 @true
4970f871 1182stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
d031aafb 1183 $(MAKE) run-cgen arch=mt prefix=mt options= \
4970f871
NS
1184 archfile=$(srcdir)/../cpu/mt.cpu \
1185 opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
ac188222 1186
87e6d782
NC
1187$(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)
1188 @true
4a3264e6 1189stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
9c2de729
DB
1190 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
1191 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
87e6d782 1192
f62ba8f2
AM
1193$(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)
1194 @true
d125c27b
AM
1195stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
1196 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
1197 $(srcdir)/../cpu/iq10.cpu
9c2de729 1198 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
d125c27b
AM
1199 archfile=$(srcdir)/../cpu/iq2000.cpu \
1200 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
f62ba8f2 1201
93fbbb04
GK
1202$(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)
1203 @true
1204stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
9c2de729
DB
1205 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
1206 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
93fbbb04 1207
d70c5fc7
NC
1208$(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)
1209 @true
1210stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
1211 $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
1212 archfile=$(CPUDIR)/xc16x.cpu opcfile=$(CPUDIR)/xc16x.opc extrafiles=
1213
40b8e679
L
1214i386-gen: i386-gen.o
1215 $(LINK) i386-gen.o $(LIBIBERTY)
1216
df1764b8 1217i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h
40b8e679 1218
40fb9820
L
1219$(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h
1220 @echo $@
1221
1222$(srcdir)/i386-init.h: @MAINT@ i386-gen i386-opc.tbl i386-reg.tbl
34edb9ad 1223 ./i386-gen --srcdir $(srcdir)
40b8e679 1224
0ab71ce3
NC
1225ia64-gen: ia64-gen.o
1226 $(LINK) ia64-gen.o $(LIBIBERTY)
1227
1228ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
1229 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
1230
e316cf6e
PA
1231# Don't wrap the line below, as @MAINT@ can be expanded to '#'.
1232# Some make versions don't handle line continuations in comments.
1233$(srcdir)/ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
e8d39116 1234 ./ia64-gen --srcdir $(srcdir) > $@
0ab71ce3 1235
b6849f55
NC
1236s390-mkopc: s390-mkopc.c
1237 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
1238
1239s390-opc.tab: s390-mkopc s390-opc.txt
1240 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
1241
19f33eee
AM
1242sh-dis.lo: sh-dis.c
1243 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
1244
252b5132
RH
1245# This dependency stuff is copied from BFD.
1246
73c418f4
ILT
1247DEP: dep.sed $(CFILES) $(HFILES) config.h
1248 rm -f DEP1
41b49281 1249 $(MAKE) MKDEP="$(MKDEP)" DEP1
9e097a72
AM
1250 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
1251 if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
1581f8c9
AM
1252 echo 'make DEP failed!'; exit 1; \
1253 else \
9e097a72 1254 mv -f DEP1 $@; \
1581f8c9 1255 fi
252b5132 1256
73c418f4 1257DEP1: $(CFILES)
73c418f4 1258 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
41b49281 1259 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
9e097a72
AM
1260 for f in $?; do \
1261 $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
1262 sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
67a648f1
AM
1263 sed -e '1s/.*: //' -f dep.sed < DEPA | \
1264 LC_ALL=C sort | LC_ALL=C uniq | \
9e097a72
AM
1265 sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
1266 done
1267 rm -f DEPA
41b49281 1268 mv -f DEP2 $@
252b5132
RH
1269
1270dep.sed: dep-in.sed config.status
1271 sed <$(srcdir)/dep-in.sed >dep.sed \
1272 -e 's!@BFD_H@!$(BFD_H)!' \
1273 -e 's!@INCDIR@!$(INCDIR)!' \
1274 -e 's!@BFDDIR@!$(BFDDIR)!' \
82674a1f
AM
1275 -e 's!@SRCDIR@!$(srcdir)!' \
1276 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
252b5132 1277
73c418f4 1278dep: DEP
252b5132 1279 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
73c418f4 1280 cat DEP >> tmp-Makefile
252b5132
RH
1281 $(srcdir)/../move-if-change tmp-Makefile Makefile
1282
73c418f4 1283dep-in: DEP
252b5132 1284 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
73c418f4 1285 cat DEP >> tmp-Makefile.in
252b5132
RH
1286 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1287
73c418f4 1288dep-am: DEP
252b5132 1289 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
73c418f4 1290 cat DEP >> tmp-Makefile.am
252b5132
RH
1291 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1292
1293.PHONY: dep dep-in dep-am
1294
1295# What appears below is generated by a hacked mkdep using gcc -MM.
1296
1297# DO NOT DELETE THIS LINE -- mkdep uses it.
1298# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
9e097a72
AM
1299alpha-dis.lo: \
1300 alpha-dis.c \
1301 $(BFD_H) \
1302 $(INCDIR)/ansidecl.h \
1303 $(INCDIR)/dis-asm.h \
1304 $(INCDIR)/opcode/alpha.h \
1305 $(INCDIR)/symcat.h \
1306 config.h \
1307 sysdep.h
1308alpha-opc.lo: \
1309 alpha-opc.c \
1310 $(BFD_H) \
1311 $(INCDIR)/ansidecl.h \
1312 $(INCDIR)/opcode/alpha.h \
1313 $(INCDIR)/symcat.h \
1314 config.h \
1315 opintl.h \
1316 sysdep.h
1317arc-dis.lo: \
1318 arc-dis.c \
1319 $(BFDDIR)/elf-bfd.h \
1320 $(BFD_H) \
1321 $(INCDIR)/ansidecl.h \
1322 $(INCDIR)/bfdlink.h \
1323 $(INCDIR)/dis-asm.h \
1324 $(INCDIR)/elf/arc.h \
1325 $(INCDIR)/elf/common.h \
1326 $(INCDIR)/elf/external.h \
1327 $(INCDIR)/elf/internal.h \
1328 $(INCDIR)/elf/reloc-macros.h \
1329 $(INCDIR)/libiberty.h \
1330 $(INCDIR)/opcode/arc.h \
1331 $(INCDIR)/symcat.h \
1332 arc-dis.h \
1333 arc-ext.h \
fdd3b9b3 1334 opintl.h
9e097a72
AM
1335arc-opc.lo: \
1336 arc-opc.c \
1337 $(BFD_H) \
1338 $(INCDIR)/ansidecl.h \
1339 $(INCDIR)/opcode/arc.h \
1340 $(INCDIR)/symcat.h \
1341 config.h \
1342 opintl.h \
1343 sysdep.h
1344arc-ext.lo: \
1345 arc-ext.c \
1346 $(BFD_H) \
1347 $(INCDIR)/ansidecl.h \
1348 $(INCDIR)/libiberty.h \
1349 $(INCDIR)/symcat.h \
1350 arc-ext.h \
1351 config.h \
1352 sysdep.h
1353arm-dis.lo: \
1354 arm-dis.c \
1355 $(BFDDIR)/elf-bfd.h \
1356 $(BFDDIR)/libcoff.h \
1357 $(BFD_H) \
1358 $(INCDIR)/ansidecl.h \
1359 $(INCDIR)/bfdlink.h \
1360 $(INCDIR)/coff/internal.h \
1361 $(INCDIR)/dis-asm.h \
1362 $(INCDIR)/elf/arm.h \
1363 $(INCDIR)/elf/common.h \
1364 $(INCDIR)/elf/external.h \
1365 $(INCDIR)/elf/internal.h \
1366 $(INCDIR)/elf/reloc-macros.h \
1367 $(INCDIR)/floatformat.h \
1368 $(INCDIR)/opcode/arm.h \
1369 $(INCDIR)/safe-ctype.h \
1370 $(INCDIR)/symcat.h \
1371 config.h \
1372 opintl.h \
1373 sysdep.h
1374avr-dis.lo: \
1375 avr-dis.c \
1376 $(BFD_H) \
1377 $(INCDIR)/ansidecl.h \
1378 $(INCDIR)/dis-asm.h \
1379 $(INCDIR)/libiberty.h \
1380 $(INCDIR)/opcode/avr.h \
1381 $(INCDIR)/symcat.h \
1382 config.h \
1383 opintl.h \
1384 sysdep.h
1385bfin-dis.lo: \
1386 bfin-dis.c \
1387 $(BFD_H) \
1388 $(INCDIR)/ansidecl.h \
1389 $(INCDIR)/dis-asm.h \
1390 $(INCDIR)/opcode/bfin.h \
1391 $(INCDIR)/symcat.h
1392cgen-asm.lo: \
1393 cgen-asm.c \
1394 $(BFD_H) \
1395 $(INCDIR)/ansidecl.h \
1396 $(INCDIR)/libiberty.h \
1397 $(INCDIR)/opcode/cgen-bitset.h \
1398 $(INCDIR)/opcode/cgen.h \
1399 $(INCDIR)/safe-ctype.h \
1400 $(INCDIR)/symcat.h \
1401 config.h \
1402 opintl.h \
1403 sysdep.h
1404cgen-bitset.lo: \
1405 cgen-bitset.c \
1406 $(INCDIR)/ansidecl.h \
1407 $(INCDIR)/libiberty.h \
782e11fd 1408 $(INCDIR)/opcode/cgen-bitset.h
9e097a72
AM
1409cgen-dis.lo: \
1410 cgen-dis.c \
1411 $(BFD_H) \
1412 $(INCDIR)/ansidecl.h \
1413 $(INCDIR)/libiberty.h \
1414 $(INCDIR)/opcode/cgen-bitset.h \
1415 $(INCDIR)/opcode/cgen.h \
1416 $(INCDIR)/symcat.h \
1417 config.h \
1418 sysdep.h
1419cgen-opc.lo: \
1420 cgen-opc.c \
1421 $(BFD_H) \
1422 $(INCDIR)/alloca-conf.h \
1423 $(INCDIR)/ansidecl.h \
1424 $(INCDIR)/libiberty.h \
1425 $(INCDIR)/opcode/cgen-bitset.h \
1426 $(INCDIR)/opcode/cgen.h \
1427 $(INCDIR)/safe-ctype.h \
1428 $(INCDIR)/symcat.h \
1429 config.h \
1430 sysdep.h
1431cr16-dis.lo: \
1432 cr16-dis.c \
1433 $(BFD_H) \
1434 $(INCDIR)/ansidecl.h \
1435 $(INCDIR)/dis-asm.h \
1436 $(INCDIR)/libiberty.h \
1437 $(INCDIR)/opcode/cr16.h \
1438 $(INCDIR)/symcat.h \
1439 config.h \
1440 sysdep.h
1441cr16-opc.lo: \
1442 cr16-opc.c \
1443 $(INCDIR)/ansidecl.h \
1444 $(INCDIR)/libiberty.h \
1445 $(INCDIR)/opcode/cr16.h \
782e11fd 1446 $(INCDIR)/symcat.h
9e097a72
AM
1447cris-dis.lo: \
1448 cris-dis.c \
1449 $(BFD_H) \
1450 $(INCDIR)/ansidecl.h \
1451 $(INCDIR)/dis-asm.h \
1452 $(INCDIR)/libiberty.h \
1453 $(INCDIR)/opcode/cris.h \
1454 $(INCDIR)/symcat.h \
1455 config.h \
1456 sysdep.h
1457cris-opc.lo: \
1458 cris-opc.c \
1459 $(INCDIR)/opcode/cris.h
1460crx-dis.lo: \
1461 crx-dis.c \
1462 $(BFD_H) \
1463 $(INCDIR)/ansidecl.h \
1464 $(INCDIR)/dis-asm.h \
1465 $(INCDIR)/opcode/crx.h \
1466 $(INCDIR)/symcat.h \
1467 config.h \
1468 sysdep.h
1469crx-opc.lo: \
1470 crx-opc.c \
1471 $(INCDIR)/ansidecl.h \
1472 $(INCDIR)/libiberty.h \
1473 $(INCDIR)/opcode/crx.h \
2b3decb5 1474 $(INCDIR)/symcat.h
9e097a72
AM
1475d10v-dis.lo: \
1476 d10v-dis.c \
1477 $(BFD_H) \
1478 $(INCDIR)/ansidecl.h \
1479 $(INCDIR)/dis-asm.h \
1480 $(INCDIR)/opcode/d10v.h \
1481 $(INCDIR)/symcat.h \
1482 config.h \
1483 sysdep.h
1484d10v-opc.lo: \
1485 d10v-opc.c \
1486 $(INCDIR)/ansidecl.h \
1487 $(INCDIR)/opcode/d10v.h \
1488 config.h \
1489 sysdep.h
1490d30v-dis.lo: \
1491 d30v-dis.c \
1492 $(BFD_H) \
1493 $(INCDIR)/ansidecl.h \
1494 $(INCDIR)/dis-asm.h \
1495 $(INCDIR)/opcode/d30v.h \
1496 $(INCDIR)/symcat.h \
1497 config.h \
1498 opintl.h \
1499 sysdep.h
1500d30v-opc.lo: \
1501 d30v-opc.c \
1502 $(INCDIR)/ansidecl.h \
1503 $(INCDIR)/opcode/d30v.h \
1504 config.h \
1505 sysdep.h
1506dlx-dis.lo: \
1507 dlx-dis.c \
1508 $(BFD_H) \
1509 $(INCDIR)/ansidecl.h \
1510 $(INCDIR)/dis-asm.h \
1511 $(INCDIR)/opcode/dlx.h \
1512 $(INCDIR)/symcat.h \
1513 config.h \
1514 sysdep.h
1515dis-buf.lo: \
1516 dis-buf.c \
1517 $(BFD_H) \
1518 $(INCDIR)/ansidecl.h \
1519 $(INCDIR)/dis-asm.h \
1520 $(INCDIR)/symcat.h \
1521 config.h \
1522 opintl.h \
1523 sysdep.h
1524dis-init.lo: \
1525 dis-init.c \
1526 $(BFD_H) \
1527 $(INCDIR)/ansidecl.h \
1528 $(INCDIR)/dis-asm.h \
1529 $(INCDIR)/symcat.h \
1530 config.h \
1531 sysdep.h
1532disassemble.lo: \
1533 disassemble.c \
1534 $(BFD_H) \
1535 $(INCDIR)/ansidecl.h \
1536 $(INCDIR)/dis-asm.h \
1537 $(INCDIR)/symcat.h \
1538 config.h \
1539 sysdep.h
1540fr30-asm.lo: \
1541 fr30-asm.c \
1542 $(BFD_H) \
1543 $(INCDIR)/ansidecl.h \
1544 $(INCDIR)/libiberty.h \
1545 $(INCDIR)/opcode/cgen-bitset.h \
1546 $(INCDIR)/opcode/cgen.h \
1547 $(INCDIR)/safe-ctype.h \
1548 $(INCDIR)/symcat.h \
1549 $(INCDIR)/xregex.h \
1550 $(INCDIR)/xregex2.h \
1551 config.h \
1552 fr30-desc.h \
1553 fr30-opc.h \
1554 opintl.h \
1555 sysdep.h
1556fr30-desc.lo: \
1557 fr30-desc.c \
1558 $(BFD_H) \
1559 $(INCDIR)/ansidecl.h \
1560 $(INCDIR)/libiberty.h \
1561 $(INCDIR)/opcode/cgen-bitset.h \
1562 $(INCDIR)/opcode/cgen.h \
1563 $(INCDIR)/symcat.h \
1564 $(INCDIR)/xregex.h \
1565 $(INCDIR)/xregex2.h \
1566 config.h \
1567 fr30-desc.h \
1568 fr30-opc.h \
1569 opintl.h \
1570 sysdep.h
1571fr30-dis.lo: \
1572 fr30-dis.c \
1573 $(BFD_H) \
1574 $(INCDIR)/ansidecl.h \
1575 $(INCDIR)/dis-asm.h \
1576 $(INCDIR)/libiberty.h \
1577 $(INCDIR)/opcode/cgen-bitset.h \
1578 $(INCDIR)/opcode/cgen.h \
1579 $(INCDIR)/symcat.h \
1580 config.h \
1581 fr30-desc.h \
1582 fr30-opc.h \
1583 opintl.h \
1584 sysdep.h
1585fr30-ibld.lo: \
1586 fr30-ibld.c \
1587 $(BFD_H) \
1588 $(INCDIR)/ansidecl.h \
1589 $(INCDIR)/dis-asm.h \
1590 $(INCDIR)/opcode/cgen-bitset.h \
1591 $(INCDIR)/opcode/cgen.h \
1592 $(INCDIR)/safe-ctype.h \
1593 $(INCDIR)/symcat.h \
1594 config.h \
1595 fr30-desc.h \
1596 fr30-opc.h \
1597 opintl.h \
1598 sysdep.h
1599fr30-opc.lo: \
1600 fr30-opc.c \
1601 $(BFD_H) \
1602 $(INCDIR)/ansidecl.h \
1603 $(INCDIR)/libiberty.h \
1604 $(INCDIR)/opcode/cgen-bitset.h \
1605 $(INCDIR)/opcode/cgen.h \
1606 $(INCDIR)/symcat.h \
1607 config.h \
1608 fr30-desc.h \
1609 fr30-opc.h \
1610 sysdep.h
1611frv-asm.lo: \
1612 frv-asm.c \
1613 $(BFD_H) \
1614 $(INCDIR)/ansidecl.h \
1615 $(INCDIR)/libiberty.h \
1616 $(INCDIR)/opcode/cgen-bitset.h \
1617 $(INCDIR)/opcode/cgen.h \
1618 $(INCDIR)/safe-ctype.h \
1619 $(INCDIR)/symcat.h \
1620 $(INCDIR)/xregex.h \
1621 $(INCDIR)/xregex2.h \
1622 config.h \
1623 frv-desc.h \
1624 frv-opc.h \
1625 opintl.h \
1626 sysdep.h
1627frv-desc.lo: \
1628 frv-desc.c \
1629 $(BFD_H) \
1630 $(INCDIR)/ansidecl.h \
1631 $(INCDIR)/libiberty.h \
1632 $(INCDIR)/opcode/cgen-bitset.h \
1633 $(INCDIR)/opcode/cgen.h \
1634 $(INCDIR)/symcat.h \
1635 $(INCDIR)/xregex.h \
1636 $(INCDIR)/xregex2.h \
1637 config.h \
1638 frv-desc.h \
1639 frv-opc.h \
1640 opintl.h \
1641 sysdep.h
1642frv-dis.lo: \
1643 frv-dis.c \
1644 $(BFD_H) \
1645 $(INCDIR)/ansidecl.h \
1646 $(INCDIR)/dis-asm.h \
1647 $(INCDIR)/libiberty.h \
1648 $(INCDIR)/opcode/cgen-bitset.h \
1649 $(INCDIR)/opcode/cgen.h \
1650 $(INCDIR)/symcat.h \
1651 config.h \
1652 frv-desc.h \
1653 frv-opc.h \
1654 opintl.h \
1655 sysdep.h
1656frv-ibld.lo: \
1657 frv-ibld.c \
1658 $(BFD_H) \
1659 $(INCDIR)/ansidecl.h \
1660 $(INCDIR)/dis-asm.h \
1661 $(INCDIR)/opcode/cgen-bitset.h \
1662 $(INCDIR)/opcode/cgen.h \
1663 $(INCDIR)/safe-ctype.h \
1664 $(INCDIR)/symcat.h \
1665 config.h \
1666 frv-desc.h \
1667 frv-opc.h \
1668 opintl.h \
1669 sysdep.h
1670frv-opc.lo: \
1671 frv-opc.c \
1672 $(BFD_H) \
1673 $(INCDIR)/ansidecl.h \
1674 $(INCDIR)/elf/frv.h \
1675 $(INCDIR)/elf/reloc-macros.h \
1676 $(INCDIR)/libiberty.h \
1677 $(INCDIR)/opcode/cgen-bitset.h \
1678 $(INCDIR)/opcode/cgen.h \
1679 $(INCDIR)/symcat.h \
1680 config.h \
1681 frv-desc.h \
1682 frv-opc.h \
1683 sysdep.h
1684moxie-dis.lo: \
1685 moxie-dis.c \
1686 $(BFD_H) \
1687 $(INCDIR)/ansidecl.h \
1688 $(INCDIR)/dis-asm.h \
1689 $(INCDIR)/opcode/moxie.h \
1690 $(INCDIR)/symcat.h \
1691 config.h \
1692 sysdep.h
1693moxie-opc.lo: \
1694 moxie-opc.c \
1695 $(INCDIR)/ansidecl.h \
1696 $(INCDIR)/opcode/moxie.h \
1697 config.h \
1698 sysdep.h
1699h8300-dis.lo: \
1700 h8300-dis.c \
1701 $(BFD_H) \
1702 $(INCDIR)/ansidecl.h \
1703 $(INCDIR)/dis-asm.h \
1704 $(INCDIR)/libiberty.h \
1705 $(INCDIR)/opcode/h8300.h \
1706 $(INCDIR)/symcat.h \
1707 config.h \
1708 opintl.h \
1709 sysdep.h
1710h8500-dis.lo: \
1711 h8500-dis.c \
1712 $(BFD_H) \
1713 $(INCDIR)/ansidecl.h \
1714 $(INCDIR)/dis-asm.h \
1715 $(INCDIR)/symcat.h \
1716 config.h \
1717 h8500-opc.h \
1718 opintl.h \
1719 sysdep.h
1720hppa-dis.lo: \
1721 hppa-dis.c \
1722 $(BFDDIR)/libhppa.h \
1723 $(BFD_H) \
1724 $(INCDIR)/ansidecl.h \
1725 $(INCDIR)/dis-asm.h \
1726 $(INCDIR)/opcode/hppa.h \
1727 $(INCDIR)/symcat.h \
1728 config.h \
1729 sysdep.h
1730i370-dis.lo: \
1731 i370-dis.c \
1732 $(BFD_H) \
1733 $(INCDIR)/ansidecl.h \
1734 $(INCDIR)/dis-asm.h \
1735 $(INCDIR)/opcode/i370.h \
1736 $(INCDIR)/symcat.h \
1737 config.h \
1738 sysdep.h
1739i370-opc.lo: \
1740 i370-opc.c \
1741 $(INCDIR)/ansidecl.h \
1742 $(INCDIR)/opcode/i370.h \
1743 config.h \
1744 sysdep.h
1745i386-dis.lo: \
1746 i386-dis.c \
1747 $(BFD_H) \
1748 $(INCDIR)/ansidecl.h \
1749 $(INCDIR)/dis-asm.h \
1750 $(INCDIR)/libiberty.h \
1751 $(INCDIR)/opcode/i386.h \
1752 $(INCDIR)/symcat.h \
1753 config.h \
1754 opintl.h \
1755 sysdep.h
1756i386-opc.lo: \
1757 i386-opc.c \
1758 $(INCDIR)/ansidecl.h \
1759 $(INCDIR)/libiberty.h \
1760 $(INCDIR)/opcode/i386.h \
1761 config.h \
1762 i386-opc.h \
1763 i386-tbl.h \
1764 sysdep.h
1765i386-gen.lo: \
1766 i386-gen.c \
1767 $(INCDIR)/ansidecl.h \
1768 $(INCDIR)/getopt.h \
1769 $(INCDIR)/hashtab.h \
1770 $(INCDIR)/libiberty.h \
1771 $(INCDIR)/opcode/i386.h \
1772 $(INCDIR)/safe-ctype.h \
1773 config.h \
1774 i386-opc.h \
1775 sysdep.h
1776i860-dis.lo: \
1777 i860-dis.c \
1778 $(BFD_H) \
1779 $(INCDIR)/ansidecl.h \
1780 $(INCDIR)/dis-asm.h \
1781 $(INCDIR)/opcode/i860.h \
1782 $(INCDIR)/symcat.h
1783i960-dis.lo: \
1784 i960-dis.c \
1785 $(BFD_H) \
1786 $(INCDIR)/ansidecl.h \
1787 $(INCDIR)/dis-asm.h \
1788 $(INCDIR)/symcat.h \
1789 config.h \
1790 sysdep.h
1791ia64-dis.lo: \
1792 ia64-dis.c \
1793 $(BFD_H) \
1794 $(INCDIR)/ansidecl.h \
1795 $(INCDIR)/dis-asm.h \
1796 $(INCDIR)/opcode/ia64.h \
782e11fd 1797 $(INCDIR)/symcat.h
9e097a72
AM
1798ia64-opc-a.lo: \
1799 ia64-opc-a.c \
1800 $(BFD_H) \
1801 $(INCDIR)/ansidecl.h \
1802 $(INCDIR)/opcode/ia64.h \
1803 $(INCDIR)/symcat.h \
1804 ia64-opc.h
1805ia64-opc-b.lo: \
1806 ia64-opc-b.c \
1807 $(BFD_H) \
1808 $(INCDIR)/ansidecl.h \
1809 $(INCDIR)/opcode/ia64.h \
1810 $(INCDIR)/symcat.h \
1811 ia64-opc.h
1812ia64-opc-f.lo: \
1813 ia64-opc-f.c \
1814 $(BFD_H) \
1815 $(INCDIR)/ansidecl.h \
1816 $(INCDIR)/opcode/ia64.h \
1817 $(INCDIR)/symcat.h \
1818 ia64-opc.h
1819ia64-opc-i.lo: \
1820 ia64-opc-i.c \
1821 $(BFD_H) \
1822 $(INCDIR)/ansidecl.h \
1823 $(INCDIR)/opcode/ia64.h \
1824 $(INCDIR)/symcat.h \
1825 ia64-opc.h
1826ia64-opc-m.lo: \
1827 ia64-opc-m.c \
1828 $(BFD_H) \
1829 $(INCDIR)/ansidecl.h \
1830 $(INCDIR)/opcode/ia64.h \
1831 $(INCDIR)/symcat.h \
1832 ia64-opc.h
1833ia64-opc-d.lo: \
1834 ia64-opc-d.c
1835ia64-opc.lo: \
1836 ia64-opc.c \
1837 $(BFD_H) \
1838 $(INCDIR)/ansidecl.h \
1839 $(INCDIR)/libiberty.h \
1840 $(INCDIR)/opcode/ia64.h \
1841 $(INCDIR)/symcat.h \
1842 config.h \
1843 ia64-asmtab.c \
1844 ia64-asmtab.h \
1845 sysdep.h
1846ia64-gen.lo: \
1847 ia64-gen.c \
1848 $(BFD_H) \
1849 $(INCDIR)/ansidecl.h \
1850 $(INCDIR)/getopt.h \
1851 $(INCDIR)/libiberty.h \
1852 $(INCDIR)/opcode/ia64.h \
1853 $(INCDIR)/safe-ctype.h \
1854 $(INCDIR)/symcat.h \
1855 config.h \
1856 ia64-opc-a.c \
1857 ia64-opc-b.c \
1858 ia64-opc-d.c \
1859 ia64-opc-f.c \
1860 ia64-opc-i.c \
1861 ia64-opc-m.c \
1862 ia64-opc-x.c \
1863 ia64-opc.h \
1864 sysdep.h
1865ia64-asmtab.lo: \
1866 ia64-asmtab.c
1867ip2k-asm.lo: \
1868 ip2k-asm.c \
1869 $(BFD_H) \
1870 $(INCDIR)/ansidecl.h \
1871 $(INCDIR)/libiberty.h \
1872 $(INCDIR)/opcode/cgen-bitset.h \
1873 $(INCDIR)/opcode/cgen.h \
1874 $(INCDIR)/safe-ctype.h \
1875 $(INCDIR)/symcat.h \
1876 $(INCDIR)/xregex.h \
1877 $(INCDIR)/xregex2.h \
1878 config.h \
1879 ip2k-desc.h \
1880 ip2k-opc.h \
1881 opintl.h \
1882 sysdep.h
1883ip2k-desc.lo: \
1884 ip2k-desc.c \
1885 $(BFD_H) \
1886 $(INCDIR)/ansidecl.h \
1887 $(INCDIR)/libiberty.h \
1888 $(INCDIR)/opcode/cgen-bitset.h \
1889 $(INCDIR)/opcode/cgen.h \
1890 $(INCDIR)/symcat.h \
1891 $(INCDIR)/xregex.h \
1892 $(INCDIR)/xregex2.h \
1893 config.h \
1894 ip2k-desc.h \
1895 ip2k-opc.h \
1896 opintl.h \
1897 sysdep.h
1898ip2k-dis.lo: \
1899 ip2k-dis.c \
1900 $(BFD_H) \
1901 $(INCDIR)/ansidecl.h \
1902 $(INCDIR)/dis-asm.h \
1903 $(INCDIR)/libiberty.h \
1904 $(INCDIR)/opcode/cgen-bitset.h \
1905 $(INCDIR)/opcode/cgen.h \
1906 $(INCDIR)/symcat.h \
1907 config.h \
1908 ip2k-desc.h \
1909 ip2k-opc.h \
1910 opintl.h \
1911 sysdep.h
1912ip2k-ibld.lo: \
1913 ip2k-ibld.c \
1914 $(BFD_H) \
1915 $(INCDIR)/ansidecl.h \
1916 $(INCDIR)/dis-asm.h \
1917 $(INCDIR)/opcode/cgen-bitset.h \
1918 $(INCDIR)/opcode/cgen.h \
1919 $(INCDIR)/safe-ctype.h \
1920 $(INCDIR)/symcat.h \
1921 config.h \
1922 ip2k-desc.h \
1923 ip2k-opc.h \
1924 opintl.h \
1925 sysdep.h
1926ip2k-opc.lo: \
1927 ip2k-opc.c \
1928 $(BFD_H) \
1929 $(INCDIR)/ansidecl.h \
1930 $(INCDIR)/libiberty.h \
1931 $(INCDIR)/opcode/cgen-bitset.h \
1932 $(INCDIR)/opcode/cgen.h \
1933 $(INCDIR)/safe-ctype.h \
1934 $(INCDIR)/symcat.h \
1935 config.h \
1936 ip2k-desc.h \
1937 ip2k-opc.h \
1938 sysdep.h
1939iq2000-asm.lo: \
1940 iq2000-asm.c \
1941 $(BFD_H) \
1942 $(INCDIR)/ansidecl.h \
1943 $(INCDIR)/libiberty.h \
1944 $(INCDIR)/opcode/cgen-bitset.h \
1945 $(INCDIR)/opcode/cgen.h \
1946 $(INCDIR)/safe-ctype.h \
1947 $(INCDIR)/symcat.h \
1948 $(INCDIR)/xregex.h \
1949 $(INCDIR)/xregex2.h \
1950 config.h \
1951 iq2000-desc.h \
1952 iq2000-opc.h \
1953 opintl.h \
1954 sysdep.h
1955iq2000-desc.lo: \
1956 iq2000-desc.c \
1957 $(BFD_H) \
1958 $(INCDIR)/ansidecl.h \
1959 $(INCDIR)/libiberty.h \
1960 $(INCDIR)/opcode/cgen-bitset.h \
1961 $(INCDIR)/opcode/cgen.h \
1962 $(INCDIR)/symcat.h \
1963 $(INCDIR)/xregex.h \
1964 $(INCDIR)/xregex2.h \
1965 config.h \
1966 iq2000-desc.h \
1967 iq2000-opc.h \
1968 opintl.h \
1969 sysdep.h
1970iq2000-dis.lo: \
1971 iq2000-dis.c \
1972 $(BFD_H) \
1973 $(INCDIR)/ansidecl.h \
1974 $(INCDIR)/dis-asm.h \
1975 $(INCDIR)/libiberty.h \
1976 $(INCDIR)/opcode/cgen-bitset.h \
1977 $(INCDIR)/opcode/cgen.h \
1978 $(INCDIR)/symcat.h \
1979 config.h \
1980 iq2000-desc.h \
1981 iq2000-opc.h \
1982 opintl.h \
1983 sysdep.h
1984iq2000-ibld.lo: \
1985 iq2000-ibld.c \
1986 $(BFD_H) \
1987 $(INCDIR)/ansidecl.h \
1988 $(INCDIR)/dis-asm.h \
1989 $(INCDIR)/opcode/cgen-bitset.h \
1990 $(INCDIR)/opcode/cgen.h \
1991 $(INCDIR)/safe-ctype.h \
1992 $(INCDIR)/symcat.h \
1993 config.h \
1994 iq2000-desc.h \
1995 iq2000-opc.h \
1996 opintl.h \
1997 sysdep.h
1998iq2000-opc.lo: \
1999 iq2000-opc.c \
2000 $(BFD_H) \
2001 $(INCDIR)/ansidecl.h \
2002 $(INCDIR)/libiberty.h \
2003 $(INCDIR)/opcode/cgen-bitset.h \
2004 $(INCDIR)/opcode/cgen.h \
2005 $(INCDIR)/symcat.h \
2006 config.h \
2007 iq2000-desc.h \
2008 iq2000-opc.h \
2009 sysdep.h
2010lm32-asm.lo: \
2011 lm32-asm.c \
2012 $(BFD_H) \
2013 $(INCDIR)/ansidecl.h \
2014 $(INCDIR)/libiberty.h \
2015 $(INCDIR)/opcode/cgen-bitset.h \
2016 $(INCDIR)/opcode/cgen.h \
2017 $(INCDIR)/safe-ctype.h \
2018 $(INCDIR)/symcat.h \
2019 $(INCDIR)/xregex.h \
2020 $(INCDIR)/xregex2.h \
2021 config.h \
2022 lm32-desc.h \
2023 lm32-opc.h \
2024 opintl.h \
2025 sysdep.h
2026lm32-desc.lo: \
2027 lm32-desc.c \
2028 $(BFD_H) \
2029 $(INCDIR)/ansidecl.h \
2030 $(INCDIR)/libiberty.h \
2031 $(INCDIR)/opcode/cgen-bitset.h \
2032 $(INCDIR)/opcode/cgen.h \
2033 $(INCDIR)/symcat.h \
2034 $(INCDIR)/xregex.h \
2035 $(INCDIR)/xregex2.h \
2036 config.h \
2037 lm32-desc.h \
2038 lm32-opc.h \
2039 opintl.h \
2040 sysdep.h
2041lm32-dis.lo: \
2042 lm32-dis.c \
2043 $(BFD_H) \
2044 $(INCDIR)/ansidecl.h \
2045 $(INCDIR)/dis-asm.h \
2046 $(INCDIR)/libiberty.h \
2047 $(INCDIR)/opcode/cgen-bitset.h \
2048 $(INCDIR)/opcode/cgen.h \
2049 $(INCDIR)/symcat.h \
2050 config.h \
2051 lm32-desc.h \
2052 lm32-opc.h \
2053 opintl.h \
2054 sysdep.h
2055lm32-ibld.lo: \
2056 lm32-ibld.c \
2057 $(BFD_H) \
2058 $(INCDIR)/ansidecl.h \
2059 $(INCDIR)/dis-asm.h \
2060 $(INCDIR)/opcode/cgen-bitset.h \
2061 $(INCDIR)/opcode/cgen.h \
2062 $(INCDIR)/safe-ctype.h \
2063 $(INCDIR)/symcat.h \
2064 config.h \
2065 lm32-desc.h \
2066 lm32-opc.h \
2067 opintl.h \
2068 sysdep.h
2069lm32-opc.lo: \
2070 lm32-opc.c \
2071 $(BFD_H) \
2072 $(INCDIR)/ansidecl.h \
2073 $(INCDIR)/libiberty.h \
2074 $(INCDIR)/opcode/cgen-bitset.h \
2075 $(INCDIR)/opcode/cgen.h \
2076 $(INCDIR)/symcat.h \
2077 config.h \
2078 lm32-desc.h \
2079 lm32-opc.h \
2080 sysdep.h
2081lm32-opinst.lo: \
2082 lm32-opinst.c \
2083 $(BFD_H) \
2084 $(INCDIR)/ansidecl.h \
2085 $(INCDIR)/opcode/cgen-bitset.h \
2086 $(INCDIR)/opcode/cgen.h \
2087 $(INCDIR)/symcat.h \
2088 config.h \
2089 lm32-desc.h \
2090 lm32-opc.h \
2091 sysdep.h
2092m32c-asm.lo: \
2093 m32c-asm.c \
2094 $(BFD_H) \
2095 $(INCDIR)/ansidecl.h \
2096 $(INCDIR)/libiberty.h \
2097 $(INCDIR)/opcode/cgen-bitset.h \
2098 $(INCDIR)/opcode/cgen.h \
2099 $(INCDIR)/safe-ctype.h \
2100 $(INCDIR)/symcat.h \
2101 $(INCDIR)/xregex.h \
2102 $(INCDIR)/xregex2.h \
2103 ../bfd/bfd_stdint.h \
2104 cgen-ops.h \
2105 cgen-types.h \
2106 config.h \
2107 m32c-desc.h \
2108 m32c-opc.h \
2109 opintl.h \
2110 sysdep.h
2111m32c-desc.lo: \
2112 m32c-desc.c \
2113 $(BFD_H) \
2114 $(INCDIR)/ansidecl.h \
2115 $(INCDIR)/libiberty.h \
2116 $(INCDIR)/opcode/cgen-bitset.h \
2117 $(INCDIR)/opcode/cgen.h \
2118 $(INCDIR)/symcat.h \
2119 $(INCDIR)/xregex.h \
2120 $(INCDIR)/xregex2.h \
2121 ../bfd/bfd_stdint.h \
2122 cgen-ops.h \
2123 cgen-types.h \
2124 config.h \
2125 m32c-desc.h \
2126 m32c-opc.h \
2127 opintl.h \
2128 sysdep.h
2129m32c-dis.lo: \
2130 m32c-dis.c \
2131 $(BFDDIR)/elf-bfd.h \
2132 $(BFD_H) \
2133 $(INCDIR)/ansidecl.h \
2134 $(INCDIR)/bfdlink.h \
2135 $(INCDIR)/dis-asm.h \
2136 $(INCDIR)/elf/common.h \
2137 $(INCDIR)/elf/external.h \
2138 $(INCDIR)/elf/internal.h \
2139 $(INCDIR)/elf/m32c.h \
2140 $(INCDIR)/elf/reloc-macros.h \
2141 $(INCDIR)/libiberty.h \
2142 $(INCDIR)/opcode/cgen-bitset.h \
2143 $(INCDIR)/opcode/cgen.h \
2144 $(INCDIR)/symcat.h \
2145 ../bfd/bfd_stdint.h \
2146 cgen-ops.h \
2147 cgen-types.h \
2148 config.h \
2149 m32c-desc.h \
2150 m32c-opc.h \
2151 opintl.h \
2152 sysdep.h
2153m32c-ibld.lo: \
2154 m32c-ibld.c \
2155 $(BFD_H) \
2156 $(INCDIR)/ansidecl.h \
2157 $(INCDIR)/dis-asm.h \
2158 $(INCDIR)/opcode/cgen-bitset.h \
2159 $(INCDIR)/opcode/cgen.h \
2160 $(INCDIR)/safe-ctype.h \
2161 $(INCDIR)/symcat.h \
2162 ../bfd/bfd_stdint.h \
2163 cgen-ops.h \
2164 cgen-types.h \
2165 config.h \
2166 m32c-desc.h \
2167 m32c-opc.h \
2168 opintl.h \
2169 sysdep.h
2170m32c-opc.lo: \
2171 m32c-opc.c \
2172 $(BFD_H) \
2173 $(INCDIR)/ansidecl.h \
2174 $(INCDIR)/libiberty.h \
2175 $(INCDIR)/opcode/cgen-bitset.h \
2176 $(INCDIR)/opcode/cgen.h \
2177 $(INCDIR)/symcat.h \
2178 ../bfd/bfd_stdint.h \
2179 cgen-ops.h \
2180 cgen-types.h \
2181 config.h \
2182 m32c-desc.h \
2183 m32c-opc.h \
2184 sysdep.h
2185m32r-asm.lo: \
2186 m32r-asm.c \
2187 $(BFD_H) \
2188 $(INCDIR)/ansidecl.h \
2189 $(INCDIR)/libiberty.h \
2190 $(INCDIR)/opcode/cgen-bitset.h \
2191 $(INCDIR)/opcode/cgen.h \
2192 $(INCDIR)/safe-ctype.h \
2193 $(INCDIR)/symcat.h \
2194 $(INCDIR)/xregex.h \
2195 $(INCDIR)/xregex2.h \
2196 config.h \
2197 m32r-desc.h \
2198 m32r-opc.h \
2199 opintl.h \
2200 sysdep.h
2201m32r-desc.lo: \
2202 m32r-desc.c \
2203 $(BFD_H) \
2204 $(INCDIR)/ansidecl.h \
2205 $(INCDIR)/libiberty.h \
2206 $(INCDIR)/opcode/cgen-bitset.h \
2207 $(INCDIR)/opcode/cgen.h \
2208 $(INCDIR)/symcat.h \
2209 $(INCDIR)/xregex.h \
2210 $(INCDIR)/xregex2.h \
2211 config.h \
2212 m32r-desc.h \
2213 m32r-opc.h \
2214 opintl.h \
2215 sysdep.h
2216m32r-dis.lo: \
2217 m32r-dis.c \
2218 $(BFD_H) \
2219 $(INCDIR)/ansidecl.h \
2220 $(INCDIR)/dis-asm.h \
2221 $(INCDIR)/libiberty.h \
2222 $(INCDIR)/opcode/cgen-bitset.h \
2223 $(INCDIR)/opcode/cgen.h \
2224 $(INCDIR)/symcat.h \
2225 config.h \
2226 m32r-desc.h \
2227 m32r-opc.h \
2228 opintl.h \
2229 sysdep.h
2230m32r-ibld.lo: \
2231 m32r-ibld.c \
2232 $(BFD_H) \
2233 $(INCDIR)/ansidecl.h \
2234 $(INCDIR)/dis-asm.h \
2235 $(INCDIR)/opcode/cgen-bitset.h \
2236 $(INCDIR)/opcode/cgen.h \
2237 $(INCDIR)/safe-ctype.h \
2238 $(INCDIR)/symcat.h \
2239 config.h \
2240 m32r-desc.h \
2241 m32r-opc.h \
2242 opintl.h \
2243 sysdep.h
2244m32r-opc.lo: \
2245 m32r-opc.c \
2246 $(BFD_H) \
2247 $(INCDIR)/ansidecl.h \
2248 $(INCDIR)/libiberty.h \
2249 $(INCDIR)/opcode/cgen-bitset.h \
2250 $(INCDIR)/opcode/cgen.h \
2251 $(INCDIR)/symcat.h \
2252 config.h \
2253 m32r-desc.h \
2254 m32r-opc.h \
2255 sysdep.h
2256m32r-opinst.lo: \
2257 m32r-opinst.c \
2258 $(BFD_H) \
2259 $(INCDIR)/ansidecl.h \
2260 $(INCDIR)/opcode/cgen-bitset.h \
2261 $(INCDIR)/opcode/cgen.h \
2262 $(INCDIR)/symcat.h \
2263 config.h \
2264 m32r-desc.h \
2265 m32r-opc.h \
2266 sysdep.h
2267m68hc11-dis.lo: \
2268 m68hc11-dis.c \
2269 $(BFD_H) \
2270 $(INCDIR)/ansidecl.h \
2271 $(INCDIR)/dis-asm.h \
2272 $(INCDIR)/opcode/m68hc11.h \
2273 $(INCDIR)/symcat.h
2274m68hc11-opc.lo: \
2275 m68hc11-opc.c \
2276 $(INCDIR)/ansidecl.h \
60bcf0fa 2277 $(INCDIR)/opcode/m68hc11.h
9e097a72
AM
2278m68k-dis.lo: \
2279 m68k-dis.c \
2280 $(BFD_H) \
2281 $(INCDIR)/ansidecl.h \
2282 $(INCDIR)/dis-asm.h \
2283 $(INCDIR)/floatformat.h \
2284 $(INCDIR)/libiberty.h \
2285 $(INCDIR)/opcode/m68k.h \
2286 $(INCDIR)/symcat.h \
2287 config.h \
2288 opintl.h \
2289 sysdep.h
2290m68k-opc.lo: \
2291 m68k-opc.c \
2292 $(INCDIR)/ansidecl.h \
2293 $(INCDIR)/opcode/m68k.h \
2294 config.h \
2295 sysdep.h
2296m88k-dis.lo: \
2297 m88k-dis.c \
2298 $(BFD_H) \
2299 $(INCDIR)/ansidecl.h \
2300 $(INCDIR)/dis-asm.h \
2301 $(INCDIR)/libiberty.h \
2302 $(INCDIR)/opcode/m88k.h \
2303 $(INCDIR)/symcat.h \
2304 config.h \
2305 opintl.h \
2306 sysdep.h
2307maxq-dis.lo: \
2308 maxq-dis.c \
2309 $(BFD_H) \
2310 $(INCDIR)/ansidecl.h \
2311 $(INCDIR)/dis-asm.h \
2312 $(INCDIR)/opcode/maxq.h \
2313 $(INCDIR)/symcat.h \
2314 config.h \
2315 sysdep.h
2316mcore-dis.lo: \
2317 mcore-dis.c \
2318 $(BFD_H) \
2319 $(INCDIR)/ansidecl.h \
2320 $(INCDIR)/dis-asm.h \
2321 $(INCDIR)/symcat.h \
2322 config.h \
2323 mcore-opc.h \
2324 sysdep.h
2325mep-asm.lo: \
2326 mep-asm.c \
2327 $(BFD_H) \
2328 $(INCDIR)/ansidecl.h \
2329 $(INCDIR)/elf/mep.h \
2330 $(INCDIR)/elf/reloc-macros.h \
2331 $(INCDIR)/libiberty.h \
2332 $(INCDIR)/opcode/cgen-bitset.h \
2333 $(INCDIR)/opcode/cgen.h \
2334 $(INCDIR)/safe-ctype.h \
2335 $(INCDIR)/symcat.h \
2336 $(INCDIR)/xregex.h \
2337 $(INCDIR)/xregex2.h \
2338 config.h \
2339 mep-desc.h \
2340 mep-opc.h \
2341 opintl.h \
2342 sysdep.h
2343mep-desc.lo: \
2344 mep-desc.c \
2345 $(BFD_H) \
2346 $(INCDIR)/ansidecl.h \
2347 $(INCDIR)/libiberty.h \
2348 $(INCDIR)/opcode/cgen-bitset.h \
2349 $(INCDIR)/opcode/cgen.h \
2350 $(INCDIR)/symcat.h \
2351 $(INCDIR)/xregex.h \
2352 $(INCDIR)/xregex2.h \
2353 config.h \
2354 mep-desc.h \
2355 mep-opc.h \
2356 opintl.h \
2357 sysdep.h
2358mep-dis.lo: \
2359 mep-dis.c \
2360 $(BFDDIR)/elf-bfd.h \
2361 $(BFD_H) \
2362 $(INCDIR)/ansidecl.h \
2363 $(INCDIR)/bfdlink.h \
2364 $(INCDIR)/dis-asm.h \
2365 $(INCDIR)/elf/common.h \
2366 $(INCDIR)/elf/external.h \
2367 $(INCDIR)/elf/internal.h \
2368 $(INCDIR)/elf/mep.h \
2369 $(INCDIR)/elf/reloc-macros.h \
2370 $(INCDIR)/libiberty.h \
2371 $(INCDIR)/opcode/cgen-bitset.h \
2372 $(INCDIR)/opcode/cgen.h \
2373 $(INCDIR)/symcat.h \
2374 config.h \
2375 mep-desc.h \
2376 mep-opc.h \
2377 opintl.h \
2378 sysdep.h
2379mep-ibld.lo: \
2380 mep-ibld.c \
2381 $(BFD_H) \
2382 $(INCDIR)/ansidecl.h \
2383 $(INCDIR)/dis-asm.h \
2384 $(INCDIR)/opcode/cgen-bitset.h \
2385 $(INCDIR)/opcode/cgen.h \
2386 $(INCDIR)/safe-ctype.h \
2387 $(INCDIR)/symcat.h \
2388 config.h \
2389 mep-desc.h \
2390 mep-opc.h \
2391 opintl.h \
2392 sysdep.h
2393mep-opc.lo: \
2394 mep-opc.c \
2395 $(BFD_H) \
2396 $(INCDIR)/ansidecl.h \
2397 $(INCDIR)/elf/mep.h \
2398 $(INCDIR)/elf/reloc-macros.h \
2399 $(INCDIR)/libiberty.h \
2400 $(INCDIR)/opcode/cgen-bitset.h \
2401 $(INCDIR)/opcode/cgen.h \
2402 $(INCDIR)/symcat.h \
2403 config.h \
2404 mep-desc.h \
2405 mep-opc.h \
2406 sysdep.h
7ba29e2a
NC
2407microblaze-dis.lo: \
2408 microblaze-dis.c \
2409 microblaze-opc.h \
2410 $(INCDIR)/ansidecl.h \
2411 $(INCDIR)/dis-asm.h
9e097a72
AM
2412mips-dis.lo: \
2413 mips-dis.c \
2414 $(BFDDIR)/elf-bfd.h \
2415 $(BFD_H) \
2416 $(INCDIR)/ansidecl.h \
2417 $(INCDIR)/bfdlink.h \
2418 $(INCDIR)/dis-asm.h \
2419 $(INCDIR)/elf/common.h \
2420 $(INCDIR)/elf/external.h \
2421 $(INCDIR)/elf/internal.h \
2422 $(INCDIR)/elf/mips.h \
2423 $(INCDIR)/elf/reloc-macros.h \
2424 $(INCDIR)/libiberty.h \
2425 $(INCDIR)/opcode/mips.h \
2426 $(INCDIR)/symcat.h \
2427 config.h \
2428 opintl.h \
2429 sysdep.h
2430mips-opc.lo: \
2431 mips-opc.c \
2432 $(INCDIR)/ansidecl.h \
2433 $(INCDIR)/opcode/mips.h \
2434 config.h \
2435 sysdep.h
2436mips16-opc.lo: \
2437 mips16-opc.c \
2438 $(INCDIR)/ansidecl.h \
2439 $(INCDIR)/opcode/mips.h \
2440 config.h \
2441 sysdep.h
2442m10200-dis.lo: \
2443 m10200-dis.c \
2444 $(BFD_H) \
2445 $(INCDIR)/ansidecl.h \
2446 $(INCDIR)/dis-asm.h \
2447 $(INCDIR)/opcode/mn10200.h \
2448 $(INCDIR)/symcat.h \
2449 config.h \
2450 opintl.h \
2451 sysdep.h
2452m10200-opc.lo: \
2453 m10200-opc.c \
2454 $(INCDIR)/ansidecl.h \
2455 $(INCDIR)/opcode/mn10200.h \
2456 config.h \
2457 sysdep.h
2458m10300-dis.lo: \
2459 m10300-dis.c \
2460 $(BFD_H) \
2461 $(INCDIR)/ansidecl.h \
2462 $(INCDIR)/dis-asm.h \
2463 $(INCDIR)/opcode/mn10300.h \
2464 $(INCDIR)/symcat.h \
2465 config.h \
2466 opintl.h \
2467 sysdep.h
2468m10300-opc.lo: \
2469 m10300-opc.c \
2470 $(INCDIR)/ansidecl.h \
2471 $(INCDIR)/opcode/mn10300.h \
2472 config.h \
2473 sysdep.h
2474mmix-dis.lo: \
2475 mmix-dis.c \
2476 $(BFD_H) \
2477 $(INCDIR)/ansidecl.h \
2478 $(INCDIR)/dis-asm.h \
2479 $(INCDIR)/libiberty.h \
2480 $(INCDIR)/opcode/mmix.h \
2481 $(INCDIR)/symcat.h \
782e11fd 2482 opintl.h
9e097a72
AM
2483mmix-opc.lo: \
2484 mmix-opc.c \
2485 $(INCDIR)/opcode/mmix.h \
782e11fd 2486 $(INCDIR)/symcat.h
9e097a72
AM
2487mt-asm.lo: \
2488 mt-asm.c \
2489 $(BFD_H) \
2490 $(INCDIR)/ansidecl.h \
2491 $(INCDIR)/libiberty.h \
2492 $(INCDIR)/opcode/cgen-bitset.h \
2493 $(INCDIR)/opcode/cgen.h \
2494 $(INCDIR)/safe-ctype.h \
2495 $(INCDIR)/symcat.h \
2496 $(INCDIR)/xregex.h \
2497 $(INCDIR)/xregex2.h \
2498 config.h \
2499 mt-desc.h \
2500 mt-opc.h \
2501 opintl.h \
2502 sysdep.h
2503mt-desc.lo: \
2504 mt-desc.c \
2505 $(BFD_H) \
2506 $(INCDIR)/ansidecl.h \
2507 $(INCDIR)/libiberty.h \
2508 $(INCDIR)/opcode/cgen-bitset.h \
2509 $(INCDIR)/opcode/cgen.h \
2510 $(INCDIR)/symcat.h \
2511 $(INCDIR)/xregex.h \
2512 $(INCDIR)/xregex2.h \
2513 config.h \
2514 mt-desc.h \
2515 mt-opc.h \
2516 opintl.h \
2517 sysdep.h
2518mt-dis.lo: \
2519 mt-dis.c \
2520 $(BFD_H) \
2521 $(INCDIR)/ansidecl.h \
2522 $(INCDIR)/dis-asm.h \
2523 $(INCDIR)/libiberty.h \
2524 $(INCDIR)/opcode/cgen-bitset.h \
2525 $(INCDIR)/opcode/cgen.h \
2526 $(INCDIR)/symcat.h \
2527 config.h \
2528 mt-desc.h \
2529 mt-opc.h \
2530 opintl.h \
2531 sysdep.h
2532mt-ibld.lo: \
2533 mt-ibld.c \
2534 $(BFD_H) \
2535 $(INCDIR)/ansidecl.h \
2536 $(INCDIR)/dis-asm.h \
2537 $(INCDIR)/opcode/cgen-bitset.h \
2538 $(INCDIR)/opcode/cgen.h \
2539 $(INCDIR)/safe-ctype.h \
2540 $(INCDIR)/symcat.h \
2541 config.h \
2542 mt-desc.h \
2543 mt-opc.h \
2544 opintl.h \
2545 sysdep.h
2546mt-opc.lo: \
2547 mt-opc.c \
2548 $(BFD_H) \
2549 $(INCDIR)/ansidecl.h \
2550 $(INCDIR)/libiberty.h \
2551 $(INCDIR)/opcode/cgen-bitset.h \
2552 $(INCDIR)/opcode/cgen.h \
2553 $(INCDIR)/safe-ctype.h \
2554 $(INCDIR)/symcat.h \
2555 config.h \
2556 mt-desc.h \
2557 mt-opc.h \
2558 sysdep.h
2559ns32k-dis.lo: \
2560 ns32k-dis.c \
2561 $(BFD_H) \
2562 $(INCDIR)/ansidecl.h \
2563 $(INCDIR)/dis-asm.h \
2564 $(INCDIR)/opcode/ns32k.h \
2565 $(INCDIR)/symcat.h \
2566 config.h \
2567 opintl.h \
2568 sysdep.h
2569openrisc-asm.lo: \
2570 openrisc-asm.c \
2571 $(BFD_H) \
2572 $(INCDIR)/ansidecl.h \
2573 $(INCDIR)/libiberty.h \
2574 $(INCDIR)/opcode/cgen-bitset.h \
2575 $(INCDIR)/opcode/cgen.h \
2576 $(INCDIR)/safe-ctype.h \
2577 $(INCDIR)/symcat.h \
2578 $(INCDIR)/xregex.h \
2579 $(INCDIR)/xregex2.h \
2580 config.h \
2581 openrisc-desc.h \
2582 openrisc-opc.h \
2583 opintl.h \
2584 sysdep.h
2585openrisc-desc.lo: \
2586 openrisc-desc.c \
2587 $(BFD_H) \
2588 $(INCDIR)/ansidecl.h \
2589 $(INCDIR)/libiberty.h \
2590 $(INCDIR)/opcode/cgen-bitset.h \
2591 $(INCDIR)/opcode/cgen.h \
2592 $(INCDIR)/symcat.h \
2593 $(INCDIR)/xregex.h \
2594 $(INCDIR)/xregex2.h \
2595 config.h \
2596 openrisc-desc.h \
2597 openrisc-opc.h \
2598 opintl.h \
2599 sysdep.h
2600openrisc-dis.lo: \
2601 openrisc-dis.c \
2602 $(BFD_H) \
2603 $(INCDIR)/ansidecl.h \
2604 $(INCDIR)/dis-asm.h \
2605 $(INCDIR)/libiberty.h \
2606 $(INCDIR)/opcode/cgen-bitset.h \
2607 $(INCDIR)/opcode/cgen.h \
2608 $(INCDIR)/symcat.h \
2609 config.h \
2610 openrisc-desc.h \
2611 openrisc-opc.h \
2612 opintl.h \
2613 sysdep.h
2614openrisc-ibld.lo: \
2615 openrisc-ibld.c \
2616 $(BFD_H) \
2617 $(INCDIR)/ansidecl.h \
2618 $(INCDIR)/dis-asm.h \
2619 $(INCDIR)/opcode/cgen-bitset.h \
2620 $(INCDIR)/opcode/cgen.h \
2621 $(INCDIR)/safe-ctype.h \
2622 $(INCDIR)/symcat.h \
2623 config.h \
2624 openrisc-desc.h \
2625 openrisc-opc.h \
2626 opintl.h \
2627 sysdep.h
2628openrisc-opc.lo: \
2629 openrisc-opc.c \
2630 $(BFD_H) \
2631 $(INCDIR)/ansidecl.h \
2632 $(INCDIR)/libiberty.h \
2633 $(INCDIR)/opcode/cgen-bitset.h \
2634 $(INCDIR)/opcode/cgen.h \
2635 $(INCDIR)/symcat.h \
2636 config.h \
2637 openrisc-desc.h \
2638 openrisc-opc.h \
2639 sysdep.h
2640or32-dis.lo: \
2641 or32-dis.c \
2642 $(BFD_H) \
2643 $(INCDIR)/ansidecl.h \
2644 $(INCDIR)/dis-asm.h \
2645 $(INCDIR)/opcode/or32.h \
2646 $(INCDIR)/safe-ctype.h \
782e11fd 2647 $(INCDIR)/symcat.h
9e097a72
AM
2648or32-opc.lo: \
2649 or32-opc.c \
2650 $(INCDIR)/ansidecl.h \
2651 $(INCDIR)/opcode/or32.h \
2652 $(INCDIR)/safe-ctype.h
2653pdp11-dis.lo: \
2654 pdp11-dis.c \
2655 $(BFD_H) \
2656 $(INCDIR)/ansidecl.h \
2657 $(INCDIR)/dis-asm.h \
2658 $(INCDIR)/opcode/pdp11.h \
2659 $(INCDIR)/symcat.h \
2660 config.h \
2661 sysdep.h
2662pdp11-opc.lo: \
2663 pdp11-opc.c \
2664 $(INCDIR)/opcode/pdp11.h
2665pj-dis.lo: \
2666 pj-dis.c \
2667 $(BFD_H) \
2668 $(INCDIR)/ansidecl.h \
2669 $(INCDIR)/dis-asm.h \
2670 $(INCDIR)/opcode/pj.h \
2671 $(INCDIR)/symcat.h \
2672 config.h \
2673 sysdep.h
2674pj-opc.lo: \
2675 pj-opc.c \
2676 $(INCDIR)/ansidecl.h \
2677 $(INCDIR)/opcode/pj.h \
2678 config.h \
2679 sysdep.h
2680ppc-dis.lo: \
2681 ppc-dis.c \
2682 $(BFD_H) \
2683 $(INCDIR)/ansidecl.h \
2684 $(INCDIR)/dis-asm.h \
2685 $(INCDIR)/opcode/ppc.h \
2686 $(INCDIR)/symcat.h \
2687 config.h \
2688 opintl.h \
2689 sysdep.h
2690ppc-opc.lo: \
2691 ppc-opc.c \
2692 $(INCDIR)/ansidecl.h \
2693 $(INCDIR)/opcode/ppc.h \
2694 config.h \
2695 opintl.h \
2696 sysdep.h
2697s390-mkopc.lo: \
2698 s390-mkopc.c
2699s390-opc.lo: \
2700 s390-opc.c \
2701 $(INCDIR)/ansidecl.h \
2702 $(INCDIR)/opcode/s390.h \
2703 s390-opc.tab
2704s390-dis.lo: \
2705 s390-dis.c \
2706 $(BFD_H) \
2707 $(INCDIR)/ansidecl.h \
2708 $(INCDIR)/dis-asm.h \
2709 $(INCDIR)/opcode/s390.h \
2710 $(INCDIR)/symcat.h \
2711 config.h \
2712 opintl.h \
2713 sysdep.h
2714score-dis.lo: \
2715 score-dis.c \
2716 $(BFDDIR)/elf-bfd.h \
2717 $(BFD_H) \
2718 $(INCDIR)/ansidecl.h \
2719 $(INCDIR)/bfdlink.h \
2720 $(INCDIR)/dis-asm.h \
2721 $(INCDIR)/elf/common.h \
2722 $(INCDIR)/elf/external.h \
2723 $(INCDIR)/elf/internal.h \
2724 $(INCDIR)/elf/reloc-macros.h \
2725 $(INCDIR)/elf/score.h \
2726 $(INCDIR)/symcat.h \
2727 config.h \
2728 opintl.h \
2729 sysdep.h
2730score7-dis.lo: \
2731 score7-dis.c \
2732 $(BFDDIR)/elf-bfd.h \
2733 $(BFD_H) \
2734 $(INCDIR)/ansidecl.h \
2735 $(INCDIR)/bfdlink.h \
2736 $(INCDIR)/dis-asm.h \
2737 $(INCDIR)/elf/common.h \
2738 $(INCDIR)/elf/external.h \
2739 $(INCDIR)/elf/internal.h \
2740 $(INCDIR)/elf/reloc-macros.h \
2741 $(INCDIR)/elf/score.h \
2742 $(INCDIR)/symcat.h \
2743 config.h \
2744 opintl.h \
2745 sysdep.h
2746sh-dis.lo: \
2747 sh-dis.c \
2748 $(BFD_H) \
2749 $(INCDIR)/ansidecl.h \
2750 $(INCDIR)/dis-asm.h \
2751 $(INCDIR)/symcat.h \
2752 config.h \
2753 sh-opc.h \
2754 sysdep.h
2755sh64-dis.lo: \
2756 sh64-dis.c \
2757 $(BFDDIR)/elf-bfd.h \
2758 $(BFDDIR)/elf32-sh64.h \
2759 $(BFD_H) \
2760 $(INCDIR)/ansidecl.h \
2761 $(INCDIR)/bfdlink.h \
2762 $(INCDIR)/dis-asm.h \
2763 $(INCDIR)/elf/common.h \
2764 $(INCDIR)/elf/external.h \
2765 $(INCDIR)/elf/internal.h \
2766 $(INCDIR)/elf/reloc-macros.h \
2767 $(INCDIR)/elf/sh.h \
2768 $(INCDIR)/libiberty.h \
2769 $(INCDIR)/symcat.h \
2770 config.h \
2771 sh64-opc.h \
2772 sysdep.h
2773sh64-opc.lo: \
2774 sh64-opc.c \
2775 sh64-opc.h
2776sparc-dis.lo: \
2777 sparc-dis.c \
2778 $(BFD_H) \
2779 $(INCDIR)/ansidecl.h \
2780 $(INCDIR)/dis-asm.h \
2781 $(INCDIR)/libiberty.h \
2782 $(INCDIR)/opcode/sparc.h \
2783 $(INCDIR)/symcat.h \
2784 config.h \
2785 opintl.h \
2786 sysdep.h
2787sparc-opc.lo: \
2788 sparc-opc.c \
2789 $(INCDIR)/ansidecl.h \
2790 $(INCDIR)/opcode/sparc.h \
2791 config.h \
2792 sysdep.h
2793spu-dis.lo: \
2794 spu-dis.c \
2795 $(BFD_H) \
2796 $(INCDIR)/ansidecl.h \
2797 $(INCDIR)/dis-asm.h \
2798 $(INCDIR)/opcode/spu-insns.h \
2799 $(INCDIR)/opcode/spu.h \
2800 $(INCDIR)/symcat.h \
2801 config.h \
2802 sysdep.h
2803spu-opc.lo: \
2804 spu-opc.c \
2805 $(INCDIR)/opcode/spu-insns.h \
2806 $(INCDIR)/opcode/spu.h
2807tic30-dis.lo: \
2808 tic30-dis.c \
2809 $(BFD_H) \
2810 $(INCDIR)/ansidecl.h \
2811 $(INCDIR)/dis-asm.h \
2812 $(INCDIR)/opcode/tic30.h \
2813 $(INCDIR)/symcat.h \
2814 config.h \
2815 sysdep.h
2816tic4x-dis.lo: \
2817 tic4x-dis.c \
2818 $(BFD_H) \
2819 $(INCDIR)/ansidecl.h \
2820 $(INCDIR)/dis-asm.h \
2821 $(INCDIR)/libiberty.h \
2822 $(INCDIR)/opcode/tic4x.h \
e9f53129 2823 $(INCDIR)/symcat.h
9e097a72
AM
2824tic54x-dis.lo: \
2825 tic54x-dis.c \
2826 $(BFD_H) \
2827 $(INCDIR)/ansidecl.h \
2828 $(INCDIR)/coff/ti.h \
2829 $(INCDIR)/coff/tic54x.h \
2830 $(INCDIR)/dis-asm.h \
2831 $(INCDIR)/opcode/tic54x.h \
2832 $(INCDIR)/symcat.h \
2833 config.h \
2834 sysdep.h
2835tic54x-opc.lo: \
2836 tic54x-opc.c \
2837 $(BFD_H) \
2838 $(INCDIR)/ansidecl.h \
2839 $(INCDIR)/dis-asm.h \
2840 $(INCDIR)/opcode/tic54x.h \
2841 $(INCDIR)/symcat.h \
2842 config.h \
2843 sysdep.h
2844tic80-dis.lo: \
2845 tic80-dis.c \
2846 $(BFD_H) \
2847 $(INCDIR)/ansidecl.h \
2848 $(INCDIR)/dis-asm.h \
2849 $(INCDIR)/opcode/tic80.h \
2850 $(INCDIR)/symcat.h \
2851 config.h \
2852 sysdep.h
2853tic80-opc.lo: \
2854 tic80-opc.c \
2855 $(INCDIR)/ansidecl.h \
2856 $(INCDIR)/opcode/tic80.h \
2857 config.h \
2858 sysdep.h
2859v850-dis.lo: \
2860 v850-dis.c \
2861 $(BFD_H) \
2862 $(INCDIR)/ansidecl.h \
2863 $(INCDIR)/dis-asm.h \
2864 $(INCDIR)/opcode/v850.h \
2865 $(INCDIR)/symcat.h \
2866 config.h \
2867 opintl.h \
2868 sysdep.h
2869v850-opc.lo: \
2870 v850-opc.c \
2871 $(INCDIR)/ansidecl.h \
2872 $(INCDIR)/opcode/v850.h \
2873 config.h \
2874 opintl.h \
2875 sysdep.h
2876vax-dis.lo: \
2877 vax-dis.c \
2878 $(BFD_H) \
2879 $(INCDIR)/ansidecl.h \
2880 $(INCDIR)/dis-asm.h \
2881 $(INCDIR)/opcode/vax.h \
2882 $(INCDIR)/symcat.h \
2883 config.h \
2884 sysdep.h
2885w65-dis.lo: \
2886 w65-dis.c \
2887 $(BFD_H) \
2888 $(INCDIR)/ansidecl.h \
2889 $(INCDIR)/dis-asm.h \
2890 $(INCDIR)/symcat.h \
2891 config.h \
2892 sysdep.h \
2893 w65-opc.h
2894xc16x-asm.lo: \
2895 xc16x-asm.c \
2896 $(BFD_H) \
2897 $(INCDIR)/ansidecl.h \
2898 $(INCDIR)/libiberty.h \
2899 $(INCDIR)/opcode/cgen-bitset.h \
2900 $(INCDIR)/opcode/cgen.h \
2901 $(INCDIR)/safe-ctype.h \
2902 $(INCDIR)/symcat.h \
2903 $(INCDIR)/xregex.h \
2904 $(INCDIR)/xregex2.h \
2905 config.h \
2906 opintl.h \
2907 sysdep.h \
2908 xc16x-desc.h \
2909 xc16x-opc.h
2910xc16x-desc.lo: \
2911 xc16x-desc.c \
2912 $(BFD_H) \
2913 $(INCDIR)/ansidecl.h \
2914 $(INCDIR)/libiberty.h \
2915 $(INCDIR)/opcode/cgen-bitset.h \
2916 $(INCDIR)/opcode/cgen.h \
2917 $(INCDIR)/symcat.h \
2918 $(INCDIR)/xregex.h \
2919 $(INCDIR)/xregex2.h \
2920 config.h \
2921 opintl.h \
2922 sysdep.h \
2923 xc16x-desc.h \
2924 xc16x-opc.h
2925xc16x-dis.lo: \
2926 xc16x-dis.c \
2927 $(BFD_H) \
2928 $(INCDIR)/ansidecl.h \
2929 $(INCDIR)/dis-asm.h \
2930 $(INCDIR)/libiberty.h \
2931 $(INCDIR)/opcode/cgen-bitset.h \
2932 $(INCDIR)/opcode/cgen.h \
2933 $(INCDIR)/symcat.h \
2934 config.h \
2935 opintl.h \
2936 sysdep.h \
2937 xc16x-desc.h \
2938 xc16x-opc.h
2939xc16x-ibld.lo: \
2940 xc16x-ibld.c \
2941 $(BFD_H) \
2942 $(INCDIR)/ansidecl.h \
2943 $(INCDIR)/dis-asm.h \
2944 $(INCDIR)/opcode/cgen-bitset.h \
2945 $(INCDIR)/opcode/cgen.h \
2946 $(INCDIR)/safe-ctype.h \
2947 $(INCDIR)/symcat.h \
2948 config.h \
2949 opintl.h \
2950 sysdep.h \
2951 xc16x-desc.h \
2952 xc16x-opc.h
2953xc16x-opc.lo: \
2954 xc16x-opc.c \
2955 $(BFD_H) \
2956 $(INCDIR)/ansidecl.h \
2957 $(INCDIR)/libiberty.h \
2958 $(INCDIR)/opcode/cgen-bitset.h \
2959 $(INCDIR)/opcode/cgen.h \
2960 $(INCDIR)/symcat.h \
2961 config.h \
2962 sysdep.h \
2963 xc16x-desc.h \
2964 xc16x-opc.h
2965xstormy16-asm.lo: \
2966 xstormy16-asm.c \
2967 $(BFD_H) \
2968 $(INCDIR)/ansidecl.h \
2969 $(INCDIR)/libiberty.h \
2970 $(INCDIR)/opcode/cgen-bitset.h \
2971 $(INCDIR)/opcode/cgen.h \
2972 $(INCDIR)/safe-ctype.h \
2973 $(INCDIR)/symcat.h \
2974 $(INCDIR)/xregex.h \
2975 $(INCDIR)/xregex2.h \
2976 config.h \
2977 opintl.h \
2978 sysdep.h \
2979 xstormy16-desc.h \
2980 xstormy16-opc.h
2981xstormy16-desc.lo: \
2982 xstormy16-desc.c \
2983 $(BFD_H) \
2984 $(INCDIR)/ansidecl.h \
2985 $(INCDIR)/libiberty.h \
2986 $(INCDIR)/opcode/cgen-bitset.h \
2987 $(INCDIR)/opcode/cgen.h \
2988 $(INCDIR)/symcat.h \
2989 $(INCDIR)/xregex.h \
2990 $(INCDIR)/xregex2.h \
2991 config.h \
2992 opintl.h \
2993 sysdep.h \
2994 xstormy16-desc.h \
2995 xstormy16-opc.h
2996xstormy16-dis.lo: \
2997 xstormy16-dis.c \
2998 $(BFD_H) \
2999 $(INCDIR)/ansidecl.h \
3000 $(INCDIR)/dis-asm.h \
3001 $(INCDIR)/libiberty.h \
3002 $(INCDIR)/opcode/cgen-bitset.h \
3003 $(INCDIR)/opcode/cgen.h \
3004 $(INCDIR)/symcat.h \
3005 config.h \
3006 opintl.h \
3007 sysdep.h \
3008 xstormy16-desc.h \
3009 xstormy16-opc.h
3010xstormy16-ibld.lo: \
3011 xstormy16-ibld.c \
3012 $(BFD_H) \
3013 $(INCDIR)/ansidecl.h \
3014 $(INCDIR)/dis-asm.h \
3015 $(INCDIR)/opcode/cgen-bitset.h \
3016 $(INCDIR)/opcode/cgen.h \
3017 $(INCDIR)/safe-ctype.h \
3018 $(INCDIR)/symcat.h \
3019 config.h \
3020 opintl.h \
3021 sysdep.h \
3022 xstormy16-desc.h \
3023 xstormy16-opc.h
3024xstormy16-opc.lo: \
3025 xstormy16-opc.c \
3026 $(BFD_H) \
3027 $(INCDIR)/ansidecl.h \
3028 $(INCDIR)/libiberty.h \
3029 $(INCDIR)/opcode/cgen-bitset.h \
3030 $(INCDIR)/opcode/cgen.h \
3031 $(INCDIR)/symcat.h \
3032 config.h \
3033 sysdep.h \
3034 xstormy16-desc.h \
3035 xstormy16-opc.h
3036xtensa-dis.lo: \
3037 xtensa-dis.c \
3038 $(BFD_H) \
3039 $(INCDIR)/ansidecl.h \
3040 $(INCDIR)/dis-asm.h \
3041 $(INCDIR)/libiberty.h \
3042 $(INCDIR)/symcat.h \
3043 $(INCDIR)/xtensa-isa.h \
3044 config.h \
3045 sysdep.h
3046z80-dis.lo: \
3047 z80-dis.c \
3048 $(BFD_H) \
3049 $(INCDIR)/ansidecl.h \
3050 $(INCDIR)/dis-asm.h \
3051 $(INCDIR)/symcat.h \
3052 config.h \
3053 sysdep.h
3054z8k-dis.lo: \
3055 z8k-dis.c \
3056 $(BFD_H) \
3057 $(INCDIR)/ansidecl.h \
3058 $(INCDIR)/dis-asm.h \
3059 $(INCDIR)/symcat.h \
3060 config.h \
3061 sysdep.h \
3062 z8k-opc.h
3063z8kgen.lo: \
3064 z8kgen.c \
3065 $(INCDIR)/ansidecl.h \
3066 $(INCDIR)/libiberty.h \
3067 config.h \
3068 sysdep.h
252b5132 3069# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
81ecdfbb 3070
86b57e31
L
3071# Tell versions [3.59,3.63) of GNU make to not export all variables.
3072# Otherwise a system limit (for SysV at least) may be exceeded.
3073.NOEXPORT:
This page took 0.564829 seconds and 4 git commands to generate.