* m68k-tdep.c (m68k_ps_type): New.
[deliverable/binutils-gdb.git] / opcodes / Makefile.in
CommitLineData
20e95c23 1# Makefile.in generated by automake 1.9.6 from Makefile.am.
8ae85421 2# @configure_input@
252b5132 3
8ae85421 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
d125c27b 5# 2003, 2004, 2005 Free Software Foundation, Inc.
252b5132
RH
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
8ae85421 15@SET_MAKE@
a2d91340 16
8ae85421 17
252b5132
RH
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
252b5132
RH
21pkgdatadir = $(datadir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
252b5132 24top_builddir = .
8ae85421 25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
252b5132 26INSTALL = @INSTALL@
8ae85421
AM
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
252b5132
RH
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
8ae85421 38build_triplet = @build@
252b5132 39host_triplet = @host@
8ae85421
AM
40target_triplet = @target@
41DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub \
fdd3b9b3 42 ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
8ae85421
AM
43 $(top_srcdir)/configure $(am__configure_deps) \
44 $(srcdir)/config.in $(srcdir)/../mkinstalldirs \
45 $(top_srcdir)/po/Make-in $(srcdir)/../ltmain.sh \
46 $(srcdir)/../config.guess $(srcdir)/../config.sub
47subdir = .
48ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79887925
L
49am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
50 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \
51 $(top_srcdir)/../config/depstand.m4 \
20e95c23 52 $(top_srcdir)/../config/gettext-sister.m4 \
79887925 53 $(top_srcdir)/../config/lead-dot.m4 \
20e95c23
DJ
54 $(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \
55 $(top_srcdir)/../config/progtest.m4 \
79887925
L
56 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
57 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
4c273957 58 $(top_srcdir)/configure.in
8ae85421
AM
59am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60 $(ACLOCAL_M4)
61am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
62 configure.lineno configure.status.lineno
63mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
64CONFIG_HEADER = config.h
65CONFIG_CLEAN_FILES = po/Makefile.in
66LIBRARIES = $(noinst_LIBRARIES)
67ARFLAGS = cru
68libopcodes_a_AR = $(AR) $(ARFLAGS)
69libopcodes_a_LIBADD =
70libopcodes_a_SOURCES = libopcodes.c
71libopcodes_a_OBJECTS = libopcodes.$(OBJEXT)
72am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
73am__vpath_adj = case $$p in \
74 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
75 *) f=$$p;; \
76 esac;
77am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
78am__installdirs = "$(DESTDIR)$(bfdlibdir)"
79bfdlibLTLIBRARIES_INSTALL = $(INSTALL)
80LTLIBRARIES = $(bfdlib_LTLIBRARIES)
81am__DEPENDENCIES_1 =
82am_libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo dis-init.lo
83libopcodes_la_OBJECTS = $(am_libopcodes_la_OBJECTS)
84DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
85depcomp =
86am__depfiles_maybe =
87COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
d7040cdb 89LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
8ae85421
AM
90 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
91 $(AM_CFLAGS) $(CFLAGS)
92CCLD = $(CC)
d7040cdb 93LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
8ae85421
AM
94 $(AM_LDFLAGS) $(LDFLAGS) -o $@
95SOURCES = libopcodes.c $(libopcodes_la_SOURCES)
96RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
97 html-recursive info-recursive install-data-recursive \
98 install-exec-recursive install-info-recursive \
99 install-recursive installcheck-recursive installdirs-recursive \
100 pdf-recursive ps-recursive uninstall-info-recursive \
101 uninstall-recursive
102ETAGS = etags
103CTAGS = ctags
104DIST_SUBDIRS = $(SUBDIRS)
105ACLOCAL = @ACLOCAL@
8ae85421
AM
106AMDEP_FALSE = @AMDEP_FALSE@
107AMDEP_TRUE = @AMDEP_TRUE@
108AMTAR = @AMTAR@
252b5132 109AR = @AR@
8ae85421
AM
110AUTOCONF = @AUTOCONF@
111AUTOHEADER = @AUTOHEADER@
112AUTOMAKE = @AUTOMAKE@
113AWK = @AWK@
252b5132
RH
114BFD_MACHINES = @BFD_MACHINES@
115CATALOGS = @CATALOGS@
116CATOBJEXT = @CATOBJEXT@
117CC = @CC@
8ae85421 118CCDEPMODE = @CCDEPMODE@
dc62a253 119CC_FOR_BUILD = @CC_FOR_BUILD@
8ae85421
AM
120CFLAGS = @CFLAGS@
121CGEN_MAINT_FALSE = @CGEN_MAINT_FALSE@
122CGEN_MAINT_TRUE = @CGEN_MAINT_TRUE@
979273e3 123CPP = @CPP@
8ae85421
AM
124CPPFLAGS = @CPPFLAGS@
125CYGPATH_W = @CYGPATH_W@
252b5132 126DATADIRNAME = @DATADIRNAME@
8ae85421
AM
127DEFS = @DEFS@
128DEPDIR = @DEPDIR@
d7040cdb 129DUMPBIN = @DUMPBIN@
8ae85421
AM
130ECHO_C = @ECHO_C@
131ECHO_N = @ECHO_N@
132ECHO_T = @ECHO_T@
133EGREP = @EGREP@
252b5132 134EXEEXT = @EXEEXT@
dc62a253 135EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
d7040cdb 136FGREP = @FGREP@
20e95c23 137GENCAT = @GENCAT@
252b5132 138GMSGFMT = @GMSGFMT@
d7040cdb 139GREP = @GREP@
252b5132 140HDEFINES = @HDEFINES@
20e95c23 141INCINTL = @INCINTL@
8ae85421
AM
142INSTALL_DATA = @INSTALL_DATA@
143INSTALL_LIBBFD_FALSE = @INSTALL_LIBBFD_FALSE@
144INSTALL_LIBBFD_TRUE = @INSTALL_LIBBFD_TRUE@
145INSTALL_PROGRAM = @INSTALL_PROGRAM@
146INSTALL_SCRIPT = @INSTALL_SCRIPT@
147INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252b5132 148INSTOBJEXT = @INSTOBJEXT@
d7040cdb 149LD = @LD@
8ae85421 150LDFLAGS = @LDFLAGS@
20e95c23
DJ
151LIBINTL = @LIBINTL@
152LIBINTL_DEP = @LIBINTL_DEP@
8ae85421
AM
153LIBOBJS = @LIBOBJS@
154LIBS = @LIBS@
252b5132
RH
155LIBTOOL = @LIBTOOL@
156LN_S = @LN_S@
8ae85421 157LTLIBOBJS = @LTLIBOBJS@
252b5132 158MAINT = @MAINT@
8ae85421
AM
159MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
160MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
252b5132
RH
161MAKEINFO = @MAKEINFO@
162MKINSTALLDIRS = @MKINSTALLDIRS@
163MSGFMT = @MSGFMT@
20e95c23 164MSGMERGE = @MSGMERGE@
d7040cdb 165NM = @NM@
9e9b66a9 166NO_WERROR = @NO_WERROR@
ed265386 167OBJEXT = @OBJEXT@
252b5132 168PACKAGE = @PACKAGE@
8ae85421
AM
169PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170PACKAGE_NAME = @PACKAGE_NAME@
171PACKAGE_STRING = @PACKAGE_STRING@
172PACKAGE_TARNAME = @PACKAGE_TARNAME@
173PACKAGE_VERSION = @PACKAGE_VERSION@
174PATH_SEPARATOR = @PATH_SEPARATOR@
252b5132
RH
175POSUB = @POSUB@
176RANLIB = @RANLIB@
d7040cdb 177SED = @SED@
8ae85421
AM
178SET_MAKE = @SET_MAKE@
179SHELL = @SHELL@
ed265386 180STRIP = @STRIP@
252b5132 181USE_NLS = @USE_NLS@
252b5132 182VERSION = @VERSION@
8ae85421 183WARN_CFLAGS = @WARN_CFLAGS@
252b5132
RH
184WIN32LDFLAGS = @WIN32LDFLAGS@
185WIN32LIBADD = @WIN32LIBADD@
8ae85421
AM
186XGETTEXT = @XGETTEXT@
187ac_ct_AR = @ac_ct_AR@
188ac_ct_CC = @ac_ct_CC@
d7040cdb 189ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
8ae85421
AM
190ac_ct_RANLIB = @ac_ct_RANLIB@
191ac_ct_STRIP = @ac_ct_STRIP@
192am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
193am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
194am__include = @am__include@
195am__leading_dot = @am__leading_dot@
196am__quote = @am__quote@
197am__tar = @am__tar@
198am__untar = @am__untar@
252b5132 199archdefs = @archdefs@
8ae85421
AM
200bfdincludedir = @bfdincludedir@
201bfdlibdir = @bfdlibdir@
202bindir = @bindir@
203build = @build@
204build_alias = @build_alias@
205build_cpu = @build_cpu@
206build_os = @build_os@
207build_vendor = @build_vendor@
6e31aea3 208cgendir = @cgendir@
8ae85421
AM
209datadir = @datadir@
210exec_prefix = @exec_prefix@
211host = @host@
212host_alias = @host_alias@
213host_cpu = @host_cpu@
979273e3 214host_noncanonical = @host_noncanonical@
8ae85421
AM
215host_os = @host_os@
216host_vendor = @host_vendor@
217includedir = @includedir@
218infodir = @infodir@
219install_sh = @install_sh@
8ae85421
AM
220libdir = @libdir@
221libexecdir = @libexecdir@
222localstatedir = @localstatedir@
d7040cdb 223lt_ECHO = @lt_ECHO@
8ae85421
AM
224mandir = @mandir@
225mkdir_p = @mkdir_p@
226oldincludedir = @oldincludedir@
227prefix = @prefix@
228program_transform_name = @program_transform_name@
229sbindir = @sbindir@
230sharedstatedir = @sharedstatedir@
231sysconfdir = @sysconfdir@
232target = @target@
233target_alias = @target_alias@
234target_cpu = @target_cpu@
979273e3 235target_noncanonical = @target_noncanonical@
8ae85421
AM
236target_os = @target_os@
237target_vendor = @target_vendor@
3f85e526 238AUTOMAKE_OPTIONS = 1.9 cygnus
79887925 239ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
252b5132 240SUBDIRS = po
252b5132
RH
241INCDIR = $(srcdir)/../include
242BFDDIR = $(srcdir)/../bfd
41b49281 243MKDEP = gcc -MM
a2d91340 244AM_CFLAGS = $(WARN_CFLAGS)
81172ff2 245bfdlib_LTLIBRARIES = libopcodes.la
252b5132
RH
246
247# This is where bfd.h lives.
248BFD_H = ../bfd/bfd.h
249
0ab71ce3
NC
250# This is where libiberty lives.
251LIBIBERTY = ../libiberty/libiberty.a
252
252b5132 253# Header files.
8ae85421 254HFILES = \
49f58d10 255 cgen-ops.h cgen-types.h \
8ae85421
AM
256 fr30-desc.h fr30-opc.h \
257 frv-desc.h frv-opc.h \
258 h8500-opc.h \
40b8e679
L
259 i386-opc.h \
260 i386-tbl.h \
8ae85421
AM
261 ia64-asmtab.h \
262 ia64-opc.h \
263 ip2k-desc.h ip2k-opc.h \
264 iq2000-desc.h iq2000-opc.h \
49f58d10 265 m32c-desc.h m32c-opc.h \
8ae85421
AM
266 m32r-desc.h m32r-opc.h \
267 mcore-opc.h \
bd2f2e55 268 mep-desc.h mep-opc.h \
d031aafb 269 mt-desc.h mt-opc.h \
8ae85421 270 openrisc-desc.h openrisc-opc.h \
1c0d3aa6 271 score-opc.h \
8ae85421
AM
272 sh-opc.h \
273 sh64-opc.h \
274 sysdep.h \
275 w65-opc.h \
d70c5fc7 276 xc16x-desc.h xc16x-opc.h \
8ae85421
AM
277 xstormy16-desc.h xstormy16-opc.h \
278 z8k-opc.h
252b5132
RH
279
280
281# C source files that correspond to .o's.
8ae85421 282CFILES = \
8ae85421
AM
283 alpha-dis.c \
284 alpha-opc.c \
285 arc-dis.c \
286 arc-opc.c \
287 arc-ext.c \
288 arm-dis.c \
289 avr-dis.c \
4b7f6baa 290 bfin-dis.c \
8ae85421 291 cgen-asm.c \
3609e0fe 292 cgen-bitset.c \
8ae85421
AM
293 cgen-dis.c \
294 cgen-opc.c \
3d3d428f
NC
295 cr16-dis.c \
296 cr16-opc.c \
8ae85421
AM
297 cris-dis.c \
298 cris-opc.c \
299 crx-dis.c \
300 crx-opc.c \
301 d10v-dis.c \
302 d10v-opc.c \
303 d30v-dis.c \
304 d30v-opc.c \
305 dlx-dis.c \
306 dis-buf.c \
307 dis-init.c \
308 disassemble.c \
309 fr30-asm.c \
310 fr30-desc.c \
311 fr30-dis.c \
312 fr30-ibld.c \
313 fr30-opc.c \
314 frv-asm.c \
315 frv-desc.c \
316 frv-dis.c \
317 frv-ibld.c \
318 frv-opc.c \
319 h8300-dis.c \
320 h8500-dis.c \
321 hppa-dis.c \
322 i370-dis.c \
323 i370-opc.c \
324 i386-dis.c \
0b1cf022 325 i386-opc.c \
40b8e679 326 i386-gen.c \
8ae85421
AM
327 i860-dis.c \
328 i960-dis.c \
329 ia64-dis.c \
330 ia64-opc-a.c \
331 ia64-opc-b.c \
332 ia64-opc-f.c \
333 ia64-opc-i.c \
334 ia64-opc-m.c \
335 ia64-opc-d.c \
336 ia64-opc.c \
337 ia64-gen.c \
338 ia64-asmtab.c \
339 ip2k-asm.c \
340 ip2k-desc.c \
341 ip2k-dis.c \
342 ip2k-ibld.c \
343 ip2k-opc.c \
344 iq2000-asm.c \
345 iq2000-desc.c \
346 iq2000-dis.c \
347 iq2000-ibld.c \
348 iq2000-opc.c \
49f58d10
JB
349 m32c-asm.c \
350 m32c-desc.c \
351 m32c-dis.c \
352 m32c-ibld.c \
353 m32c-opc.c \
8ae85421
AM
354 m32r-asm.c \
355 m32r-desc.c \
356 m32r-dis.c \
357 m32r-ibld.c \
358 m32r-opc.c \
359 m32r-opinst.c \
360 m68hc11-dis.c \
361 m68hc11-opc.c \
362 m68k-dis.c \
363 m68k-opc.c \
364 m88k-dis.c \
7499d566 365 maxq-dis.c \
8ae85421 366 mcore-dis.c \
bd2f2e55
DB
367 mep-asm.c \
368 mep-desc.c \
369 mep-dis.c \
370 mep-ibld.c \
371 mep-opc.c \
8ae85421
AM
372 mips-dis.c \
373 mips-opc.c \
374 mips16-opc.c \
375 m10200-dis.c \
376 m10200-opc.c \
377 m10300-dis.c \
378 m10300-opc.c \
379 mmix-dis.c \
380 mmix-opc.c \
d031aafb
NS
381 mt-asm.c \
382 mt-desc.c \
383 mt-dis.c \
384 mt-ibld.c \
385 mt-opc.c \
8ae85421
AM
386 ns32k-dis.c \
387 openrisc-asm.c \
388 openrisc-desc.c \
389 openrisc-dis.c \
390 openrisc-ibld.c \
391 openrisc-opc.c \
392 or32-dis.c \
393 or32-opc.c \
394 pdp11-dis.c \
395 pdp11-opc.c \
396 pj-dis.c \
397 pj-opc.c \
398 ppc-dis.c \
399 ppc-opc.c \
400 s390-mkopc.c \
401 s390-opc.c \
402 s390-dis.c \
1c0d3aa6 403 score-dis.c \
8ae85421
AM
404 sh-dis.c \
405 sh64-dis.c \
406 sh64-opc.c \
407 sparc-dis.c \
408 sparc-opc.c \
e9f53129
AM
409 spu-dis.c \
410 spu-opc.c \
8ae85421
AM
411 tic30-dis.c \
412 tic4x-dis.c \
413 tic54x-dis.c \
414 tic54x-opc.c \
415 tic80-dis.c \
416 tic80-opc.c \
417 v850-dis.c \
418 v850-opc.c \
419 vax-dis.c \
420 w65-dis.c \
d70c5fc7
NC
421 xc16x-asm.c \
422 xc16x-desc.c \
423 xc16x-dis.c \
424 xc16x-ibld.c \
425 xc16x-opc.c \
8ae85421
AM
426 xstormy16-asm.c \
427 xstormy16-desc.c \
428 xstormy16-dis.c \
429 xstormy16-ibld.c \
430 xstormy16-opc.c \
431 xtensa-dis.c \
3c9b82ba 432 z80-dis.c \
8ae85421
AM
433 z8k-dis.c \
434 z8kgen.c
435
436ALL_MACHINES = \
8ae85421
AM
437 alpha-dis.lo \
438 alpha-opc.lo \
439 arc-dis.lo \
440 arc-opc.lo \
441 arc-ext.lo \
442 arm-dis.lo \
443 avr-dis.lo \
4b7f6baa 444 bfin-dis.lo \
8ae85421 445 cgen-asm.lo \
3609e0fe 446 cgen-bitset.lo \
8ae85421
AM
447 cgen-dis.lo \
448 cgen-opc.lo \
3d3d428f
NC
449 cr16-dis.lo \
450 cr16-opc.lo \
8ae85421
AM
451 cris-dis.lo \
452 cris-opc.lo \
453 crx-dis.lo \
454 crx-opc.lo \
455 d10v-dis.lo \
456 d10v-opc.lo \
457 d30v-dis.lo \
458 d30v-opc.lo \
459 dlx-dis.lo \
460 fr30-asm.lo \
461 fr30-desc.lo \
462 fr30-dis.lo \
463 fr30-ibld.lo \
464 fr30-opc.lo \
465 frv-asm.lo \
466 frv-desc.lo \
467 frv-dis.lo \
468 frv-ibld.lo \
469 frv-opc.lo \
470 h8300-dis.lo \
471 h8500-dis.lo \
472 hppa-dis.lo \
473 i386-dis.lo \
0b1cf022 474 i386-opc.lo \
8ae85421
AM
475 i370-dis.lo \
476 i370-opc.lo \
477 i860-dis.lo \
478 i960-dis.lo \
479 ia64-dis.lo \
480 ia64-opc.lo \
481 ip2k-asm.lo \
482 ip2k-desc.lo \
483 ip2k-dis.lo \
484 ip2k-ibld.lo \
485 ip2k-opc.lo \
486 iq2000-asm.lo \
487 iq2000-desc.lo \
488 iq2000-dis.lo \
489 iq2000-ibld.lo \
490 iq2000-opc.lo \
49f58d10
JB
491 m32c-asm.lo \
492 m32c-desc.lo \
493 m32c-dis.lo \
494 m32c-ibld.lo \
495 m32c-opc.lo \
8ae85421
AM
496 m32r-asm.lo \
497 m32r-desc.lo \
498 m32r-dis.lo \
499 m32r-ibld.lo \
500 m32r-opc.lo \
501 m32r-opinst.lo \
502 m68hc11-dis.lo \
503 m68hc11-opc.lo \
504 m68k-dis.lo \
505 m68k-opc.lo \
506 m88k-dis.lo \
507 m10200-dis.lo \
508 m10200-opc.lo \
509 m10300-dis.lo \
510 m10300-opc.lo \
7499d566 511 maxq-dis.lo \
8ae85421 512 mcore-dis.lo \
bd2f2e55
DB
513 mep-asm.lo \
514 mep-desc.lo \
515 mep-dis.lo \
516 mep-ibld.lo \
517 mep-opc.lo \
8ae85421
AM
518 mips-dis.lo \
519 mips-opc.lo \
520 mips16-opc.lo \
521 mmix-dis.lo \
522 mmix-opc.lo \
523 msp430-dis.lo \
d031aafb
NS
524 mt-asm.lo \
525 mt-desc.lo \
526 mt-dis.lo \
527 mt-ibld.lo \
528 mt-opc.lo \
8ae85421
AM
529 ns32k-dis.lo \
530 openrisc-asm.lo \
531 openrisc-desc.lo \
532 openrisc-dis.lo \
533 openrisc-ibld.lo \
534 openrisc-opc.lo \
535 or32-dis.lo \
536 or32-opc.lo \
537 pdp11-dis.lo \
538 pdp11-opc.lo \
539 pj-dis.lo \
540 pj-opc.lo \
541 ppc-dis.lo \
542 ppc-opc.lo \
543 s390-dis.lo \
544 s390-opc.lo \
1c0d3aa6 545 score-dis.lo \
8ae85421
AM
546 sh-dis.lo \
547 sh64-dis.lo \
548 sh64-opc.lo \
549 sparc-dis.lo \
550 sparc-opc.lo \
e9f53129
AM
551 spu-dis.lo \
552 spu-opc.lo \
8ae85421
AM
553 tic30-dis.lo \
554 tic4x-dis.lo \
555 tic54x-dis.lo \
556 tic54x-opc.lo \
557 tic80-dis.lo \
558 tic80-opc.lo \
559 v850-dis.lo \
560 v850-opc.lo \
561 vax-dis.lo \
562 w65-dis.lo \
d70c5fc7
NC
563 xc16x-asm.lo \
564 xc16x-desc.lo \
565 xc16x-dis.lo \
566 xc16x-ibld.lo \
567 xc16x-opc.lo \
8ae85421
AM
568 xstormy16-asm.lo \
569 xstormy16-desc.lo \
570 xstormy16-dis.lo \
571 xstormy16-ibld.lo \
572 xstormy16-opc.lo \
573 xtensa-dis.lo \
3c9b82ba 574 z80-dis.lo \
8ae85421 575 z8k-dis.lo
252b5132
RH
576
577OFILES = @BFD_MACHINES@
3f85e526
L
578
579# We should reconfigure whenever bfd/configure.in changes, because
580# that's where the version number in Makefile comes from.
581CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
20e95c23 582INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
92c2346c 583libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
3ba7a1aa
DJ
584# It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
585# Unfortunately this causes libtool to add -L$(libdir), referring to the
586# planned install directory of libbfd. This can cause us to pick up an
587# old version of libbfd, or to pick up libbfd for the wrong architecture
588# if host != build.
589libopcodes_la_DEPENDENCIES = $(OFILES)
590libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
ee5c21a0 591libopcodes_la_LDFLAGS = -release `cat ../bfd/libtool-soversion` @WIN32LDFLAGS@
252b5132
RH
592
593# libtool will build .libs/libopcodes.a. We create libopcodes.a in
594# the build directory so that we don't have to convert all the
595# programs that use libopcodes.a simultaneously. This is a hack which
596# should be removed if everything else starts using libtool. FIXME.
252b5132 597noinst_LIBRARIES = libopcodes.a
252b5132 598POTFILES = $(HFILES) $(CFILES)
8ae85421 599CLEANFILES = \
49f58d10 600 stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
bd2f2e55 601 stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
8ae85421 602 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
6e31aea3
BE
603
604CGENDIR = @cgendir@
4a3264e6 605CPUDIR = $(CGENDIR)/cpu
0a40490e 606CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
6e31aea3 607CGENFLAGS = -v
8ae85421
AM
608CGENDEPS = \
609 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
610 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
611 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
612 $(CGENDIR)/opc-opinst.scm \
613 cgen-asm.in cgen-dis.in cgen-ibld.in
4714fbc0 614
bd2f2e55 615CGEN_CPUS = fr30 frv ip2k m32c m32r mep mt openrisc xc16x xstormy16
50e0eb66 616@CGEN_MAINT_FALSE@IP2K_DEPS =
8ae85421 617@CGEN_MAINT_TRUE@IP2K_DEPS = stamp-ip2k
49f58d10
JB
618@CGEN_MAINT_FALSE@M32C_DEPS =
619@CGEN_MAINT_TRUE@M32C_DEPS = stamp-m32c
50e0eb66 620@CGEN_MAINT_FALSE@M32R_DEPS =
8ae85421 621@CGEN_MAINT_TRUE@M32R_DEPS = stamp-m32r
50e0eb66 622@CGEN_MAINT_FALSE@FR30_DEPS =
8ae85421 623@CGEN_MAINT_TRUE@FR30_DEPS = stamp-fr30
50e0eb66 624@CGEN_MAINT_FALSE@FRV_DEPS =
8ae85421 625@CGEN_MAINT_TRUE@FRV_DEPS = stamp-frv
bd2f2e55
DB
626@CGEN_MAINT_FALSE@MEP_DEPS =
627@CGEN_MAINT_TRUE@MEP_DEPS = stamp-mep
4970f871
NS
628@CGEN_MAINT_FALSE@MT_DEPS =
629@CGEN_MAINT_TRUE@MT_DEPS = stamp-mt
50e0eb66 630@CGEN_MAINT_FALSE@OPENRISC_DEPS =
8ae85421 631@CGEN_MAINT_TRUE@OPENRISC_DEPS = stamp-openrisc
f62ba8f2 632@CGEN_MAINT_FALSE@IQ2000_DEPS =
8ae85421 633@CGEN_MAINT_TRUE@IQ2000_DEPS = stamp-iq2000
d70c5fc7
NC
634@CGEN_MAINT_FALSE@XC16X_DEPS =
635@CGEN_MAINT_TRUE@XC16X_DEPS = stamp-xc16x
50e0eb66 636@CGEN_MAINT_FALSE@XSTORMY16_DEPS =
8ae85421 637@CGEN_MAINT_TRUE@XSTORMY16_DEPS = stamp-xstormy16
49f58d10 638m32c_opc_h = m32c-opc.h cgen-types.h cgen-ops.h
8ae85421
AM
639all: config.h
640 $(MAKE) $(AM_MAKEFLAGS) all-recursive
252b5132 641
252b5132 642.SUFFIXES:
8ae85421
AM
643.SUFFIXES: .c .lo .o .obj
644am--refresh:
645 @:
646$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
647 @for dep in $?; do \
648 case '$(am__configure_deps)' in \
649 *$$dep*) \
3d3d428f
NC
650 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
651 cd $(srcdir) && $(AUTOMAKE) --foreign \
8ae85421
AM
652 && exit 0; \
653 exit 1;; \
654 esac; \
655 done; \
3d3d428f 656 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
8ae85421 657 cd $(top_srcdir) && \
3d3d428f 658 $(AUTOMAKE) --foreign Makefile
8ae85421 659.PRECIOUS: Makefile
3f85e526
L
660Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
661 @case '$?' in \
662 *config.status*) \
663 echo ' $(SHELL) ./config.status'; \
664 $(SHELL) ./config.status;; \
665 *) \
666 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
667 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
668 esac;
252b5132 669
8ae85421
AM
670$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
671 $(SHELL) ./config.status --recheck
252b5132 672
8ae85421 673$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
252b5132 674 cd $(srcdir) && $(AUTOCONF)
8ae85421
AM
675$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
676 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
252b5132 677
8ae85421 678config.h: stamp-h1
252b5132 679 @if test ! -f $@; then \
8ae85421
AM
680 rm -f stamp-h1; \
681 $(MAKE) stamp-h1; \
252b5132 682 else :; fi
252b5132 683
8ae85421
AM
684stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
685 @rm -f stamp-h1
686 cd $(top_builddir) && $(SHELL) ./config.status config.h
687$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
688 cd $(top_srcdir) && $(AUTOHEADER)
689 rm -f stamp-h1
690 touch $@
252b5132
RH
691
692distclean-hdr:
8ae85421
AM
693 -rm -f config.h stamp-h1
694po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
695 cd $(top_builddir) && $(SHELL) ./config.status $@
252b5132
RH
696
697clean-noinstLIBRARIES:
698 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
699
8ae85421
AM
700clean-bfdlibLTLIBRARIES:
701 -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
702 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
703 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
704 test "$$dir" != "$$p" || dir=.; \
705 echo "rm -f \"$${dir}/so_locations\""; \
706 rm -f "$${dir}/so_locations"; \
707 done
708libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES)
709 $(LINK) -rpath $(bfdlibdir) $(libopcodes_la_LDFLAGS) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS)
a2d91340 710
252b5132 711mostlyclean-compile:
ed265386 712 -rm -f *.$(OBJEXT)
252b5132 713
252b5132
RH
714distclean-compile:
715 -rm -f *.tab.c
716
8ae85421
AM
717.c.o:
718 $(COMPILE) -c $<
a2d91340 719
8ae85421
AM
720.c.obj:
721 $(COMPILE) -c `$(CYGPATH_W) '$<'`
a2d91340 722
8ae85421
AM
723.c.lo:
724 $(LTCOMPILE) -c -o $@ $<
a2d91340 725
252b5132
RH
726mostlyclean-libtool:
727 -rm -f *.lo
728
729clean-libtool:
730 -rm -rf .libs _libs
731
732distclean-libtool:
8ae85421
AM
733 -rm -f libtool
734uninstall-info-am:
252b5132
RH
735
736# This directory's subdirectories are mostly independent; you can cd
737# into them and run `make' without going through this Makefile.
738# To change the values of `make' variables: instead of editing Makefiles,
739# (1) if the variable is set in `config.status', edit `config.status'
740# (which will cause the Makefiles to be regenerated when you run `make');
741# (2) otherwise, pass the desired values on the `make' command line.
8ae85421 742$(RECURSIVE_TARGETS):
fdd3b9b3
L
743 @failcom='exit 1'; \
744 for f in x $$MAKEFLAGS; do \
745 case $$f in \
746 *=* | --[!k]*);; \
747 *k*) failcom='fail=yes';; \
748 esac; \
749 done; \
252b5132
RH
750 dot_seen=no; \
751 target=`echo $@ | sed s/-recursive//`; \
752 list='$(SUBDIRS)'; for subdir in $$list; do \
753 echo "Making $$target in $$subdir"; \
754 if test "$$subdir" = "."; then \
755 dot_seen=yes; \
756 local_target="$$target-am"; \
757 else \
758 local_target="$$target"; \
759 fi; \
760 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
fdd3b9b3 761 || eval $$failcom; \
252b5132
RH
762 done; \
763 if test "$$dot_seen" = "no"; then \
764 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
765 fi; test -z "$$fail"
766
767mostlyclean-recursive clean-recursive distclean-recursive \
768maintainer-clean-recursive:
fdd3b9b3
L
769 @failcom='exit 1'; \
770 for f in x $$MAKEFLAGS; do \
771 case $$f in \
772 *=* | --[!k]*);; \
773 *k*) failcom='fail=yes';; \
774 esac; \
775 done; \
252b5132 776 dot_seen=no; \
8ae85421
AM
777 case "$@" in \
778 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
779 *) list='$(SUBDIRS)' ;; \
780 esac; \
781 rev=''; for subdir in $$list; do \
782 if test "$$subdir" = "."; then :; else \
783 rev="$$subdir $$rev"; \
784 fi; \
252b5132 785 done; \
8ae85421 786 rev="$$rev ."; \
252b5132
RH
787 target=`echo $@ | sed s/-recursive//`; \
788 for subdir in $$rev; do \
789 echo "Making $$target in $$subdir"; \
790 if test "$$subdir" = "."; then \
791 local_target="$$target-am"; \
792 else \
793 local_target="$$target"; \
794 fi; \
795 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
fdd3b9b3 796 || eval $$failcom; \
252b5132
RH
797 done && test -z "$$fail"
798tags-recursive:
799 list='$(SUBDIRS)'; for subdir in $$list; do \
800 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
801 done
8ae85421
AM
802ctags-recursive:
803 list='$(SUBDIRS)'; for subdir in $$list; do \
804 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
805 done
252b5132 806
8ae85421
AM
807ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
808 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
809 unique=`for i in $$list; do \
810 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
811 done | \
812 $(AWK) ' { files[$$0] = 1; } \
252b5132 813 END { for (i in files) print i; }'`; \
8ae85421
AM
814 mkid -fID $$unique
815tags: TAGS
252b5132 816
8ae85421
AM
817TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
818 $(TAGS_FILES) $(LISP)
252b5132
RH
819 tags=; \
820 here=`pwd`; \
8ae85421
AM
821 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
822 include_option=--etags-include; \
823 empty_fix=.; \
824 else \
825 include_option=--include; \
826 empty_fix=; \
827 fi; \
252b5132 828 list='$(SUBDIRS)'; for subdir in $$list; do \
8ae85421
AM
829 if test "$$subdir" = .; then :; else \
830 test ! -f $$subdir/TAGS || \
831 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
832 fi; \
252b5132 833 done; \
8ae85421
AM
834 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
835 unique=`for i in $$list; do \
836 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
837 done | \
838 $(AWK) ' { files[$$0] = 1; } \
252b5132 839 END { for (i in files) print i; }'`; \
8ae85421
AM
840 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
841 test -n "$$unique" || unique=$$empty_fix; \
842 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
843 $$tags $$unique; \
844 fi
845ctags: CTAGS
846CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
847 $(TAGS_FILES) $(LISP)
848 tags=; \
849 here=`pwd`; \
850 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
851 unique=`for i in $$list; do \
852 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
853 done | \
854 $(AWK) ' { files[$$0] = 1; } \
855 END { for (i in files) print i; }'`; \
856 test -z "$(CTAGS_ARGS)$$tags$$unique" \
857 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
858 $$tags $$unique
252b5132 859
8ae85421
AM
860GTAGS:
861 here=`$(am__cd) $(top_builddir) && pwd` \
862 && cd $(top_srcdir) \
863 && gtags -i $(GTAGS_ARGS) $$here
252b5132
RH
864
865distclean-tags:
8ae85421 866 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
252b5132
RH
867check-am:
868check: check-recursive
8ae85421
AM
869all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
870installdirs: installdirs-recursive
871installdirs-am:
872 for dir in "$(DESTDIR)$(bfdlibdir)"; do \
873 test -z "$$dir" || $(mkdir_p) "$$dir"; \
874 done
875install: install-recursive
252b5132 876install-exec: install-exec-recursive
252b5132 877install-data: install-data-recursive
8ae85421 878uninstall: uninstall-recursive
252b5132
RH
879
880install-am: all-am
881 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
252b5132 882
8ae85421
AM
883installcheck: installcheck-recursive
884install-strip:
885 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
886 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
887 `test -z '$(STRIP)' || \
888 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
252b5132
RH
889mostlyclean-generic:
890
891clean-generic:
892 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
893
894distclean-generic:
8ae85421 895 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
252b5132
RH
896
897maintainer-clean-generic:
8ae85421
AM
898 @echo "This command is intended for maintainers to use"
899 @echo "it deletes files that may require special tools to rebuild."
900clean: clean-recursive
252b5132 901
8ae85421
AM
902clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
903 clean-noinstLIBRARIES mostlyclean-am
252b5132 904
8ae85421
AM
905distclean: distclean-recursive
906 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
907 -rm -f Makefile
908distclean-am: clean-am distclean-compile distclean-generic \
909 distclean-hdr distclean-libtool distclean-tags
252b5132 910
8ae85421 911dvi: dvi-recursive
252b5132 912
8ae85421 913dvi-am:
252b5132 914
8ae85421
AM
915html: html-recursive
916
917info: info-recursive
918
919info-am:
920
921install-data-am: install-bfdlibLTLIBRARIES
922
923install-exec-am:
924
925install-info: install-info-recursive
926
927install-man:
928
929installcheck-am:
252b5132
RH
930
931maintainer-clean: maintainer-clean-recursive
8ae85421
AM
932 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
933 -rm -rf $(top_srcdir)/autom4te.cache
934 -rm -f Makefile
935maintainer-clean-am: distclean-am maintainer-clean-generic
936
937mostlyclean: mostlyclean-recursive
938
939mostlyclean-am: mostlyclean-compile mostlyclean-generic \
940 mostlyclean-libtool
941
942pdf: pdf-recursive
943
944pdf-am:
945
946ps: ps-recursive
947
948ps-am:
949
950uninstall-am: uninstall-bfdlibLTLIBRARIES
951
952uninstall-info: uninstall-info-recursive
953
954.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
955 check-am clean clean-bfdlibLTLIBRARIES clean-generic \
956 clean-libtool clean-noinstLIBRARIES clean-recursive ctags \
957 ctags-recursive distclean distclean-compile distclean-generic \
958 distclean-hdr distclean-libtool distclean-recursive \
959 distclean-tags dvi dvi-am html html-am info info-am install \
960 install-am install-bfdlibLTLIBRARIES install-data \
961 install-data-am install-exec install-exec-am install-info \
962 install-info-am install-man install-strip installcheck \
963 installcheck-am installdirs installdirs-am maintainer-clean \
964 maintainer-clean-generic maintainer-clean-recursive \
965 mostlyclean mostlyclean-compile mostlyclean-generic \
966 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
967 tags tags-recursive uninstall uninstall-am \
968 uninstall-bfdlibLTLIBRARIES uninstall-info-am
252b5132
RH
969
970
108a6f8e
CD
971.PHONY: install-html
972install-html:
973
252b5132
RH
974disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
975 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
976
977stamp-lib: libopcodes.la
e56f75e9
ILT
978 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
979 if [ -f $$libtooldir/libopcodes.a ]; then \
980 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
847ee773 981 $(RANLIB) libopcodes.tmp; \
252b5132
RH
982 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
983 else true; fi
984 touch stamp-lib
985
986libopcodes.a: stamp-lib ; @true
987po/POTFILES.in: @MAINT@ Makefile
f8607389 988 for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
252b5132
RH
989 && mv tmp $(srcdir)/po/POTFILES.in
990
81172ff2 991install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
263de010 992 @$(NORMAL_INSTALL)
81172ff2
AM
993
994uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
995 @$(NORMAL_UNINSTALL)
996
997.PHONY: install_libopcodes uninstall_libopcodes
998install_libopcodes: $(bfdlib_LTLIBRARIES)
999 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
1000 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
1001 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1002 if test -f $$p; then \
1003 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
1004 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
1005 else :; fi; \
1006 done
1007 $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
1008
1009uninstall_libopcodes:
1010 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1011 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
1012 done
1013 rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
263de010 1014
6e31aea3
BE
1015run-cgen:
1016 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
9c2de729
DB
1017 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
1018 "$(options)" "$(extrafiles)"
6e31aea3
BE
1019 touch stamp-${prefix}
1020.PHONY: run-cgen
1021
4714fbc0
DE
1022# Maintainer utility rule to regenerate all cgen files.
1023run-cgen-all:
1024 for c in $(CGEN_CPUS) ; \
1025 do \
1026 $(MAKE) stamp-$$c || exit 1 ; \
1027 done
1028.PHONY: run-cgen-all
1029
6e31aea3 1030# For now, require developers to configure with --enable-cgen-maint.
a40cbfa3
NC
1031$(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)
1032 @true
1033stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
9c2de729
DB
1034 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
1035 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
a40cbfa3 1036
49f58d10
JB
1037$(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)
1038# @true
0f82ff91 1039stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
49f58d10 1040 $(MAKE) run-cgen arch=m32c prefix=m32c options= \
0f82ff91
AM
1041 archfile=$(srcdir)/../cpu/m32c.cpu \
1042 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
49f58d10
JB
1043m32c-asm.lo: m32c-asm.c sysdep.h config.h $(BFD_H) \
1044 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
1045 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
1046m32c-desc.lo: m32c-desc.c sysdep.h config.h $(BFD_H) \
1047 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
1048 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
1049m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
1050 $(BFD_H) $(INCDIR)/ansidecl.h \
1051 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
1052 $(m32c_opc_h) opintl.h
1053m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
1054 $(BFD_H) $(INCDIR)/ansidecl.h \
1055 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
1056 $(m32c_opc_h) opintl.h
1057m32c-opc.lo: m32c-opc.c sysdep.h config.h $(BFD_H) \
1058 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
1059 $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
1060
6e31aea3 1061$(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 1062 @true
d125c27b 1063stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
9c2de729 1064 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
d125c27b
AM
1065 archfile=$(srcdir)/../cpu/m32r.cpu \
1066 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
6e31aea3
BE
1067
1068$(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)
1069 @true
4a3264e6 1070stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
9c2de729
DB
1071 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
1072 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
6e31aea3 1073
fd3c93d5
DB
1074$(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)
1075 @true
5272d201 1076stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
9c2de729
DB
1077 $(MAKE) run-cgen arch=frv prefix=frv options= \
1078 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
fd3c93d5 1079
bd2f2e55
DB
1080$(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)
1081 @true
1082stamp-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
1083 $(MAKE) run-cgen arch=mep prefix=mep options= \
1084 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
1085
d031aafb 1086$(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 1087 @true
4970f871 1088stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
d031aafb 1089 $(MAKE) run-cgen arch=mt prefix=mt options= \
4970f871
NS
1090 archfile=$(srcdir)/../cpu/mt.cpu \
1091 opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
ac188222 1092
87e6d782
NC
1093$(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)
1094 @true
4a3264e6 1095stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
9c2de729
DB
1096 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
1097 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
87e6d782 1098
f62ba8f2
AM
1099$(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)
1100 @true
d125c27b
AM
1101stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
1102 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
1103 $(srcdir)/../cpu/iq10.cpu
9c2de729 1104 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
d125c27b
AM
1105 archfile=$(srcdir)/../cpu/iq2000.cpu \
1106 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
f62ba8f2 1107
93fbbb04
GK
1108$(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)
1109 @true
1110stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
9c2de729
DB
1111 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
1112 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
93fbbb04 1113
d70c5fc7
NC
1114$(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)
1115 @true
1116stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
1117 $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
1118 archfile=$(CPUDIR)/xc16x.cpu opcfile=$(CPUDIR)/xc16x.opc extrafiles=
1119
40b8e679
L
1120i386-gen: i386-gen.o
1121 $(LINK) i386-gen.o $(LIBIBERTY)
1122
1123i386-gen.o: i386-gen.c i386-opc.h
1124
1125i386-tbl.h: @MAINT@ i386-gen i386-opc.tbl i386-reg.tbl
1126 ./i386-gen --srcdir $(srcdir) > $(srcdir)/i386-tbl.h
1127
0ab71ce3
NC
1128ia64-gen: ia64-gen.o
1129 $(LINK) ia64-gen.o $(LIBIBERTY)
1130
1131ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
1132 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
1133
1134ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
bde78a07 1135 ./ia64-gen --srcdir $(srcdir) > $(srcdir)/ia64-asmtab.c
0ab71ce3 1136
b6849f55
NC
1137s390-mkopc: s390-mkopc.c
1138 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
1139
1140s390-opc.tab: s390-mkopc s390-opc.txt
1141 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
1142
19f33eee
AM
1143sh-dis.lo: sh-dis.c
1144 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
1145
252b5132
RH
1146# This dependency stuff is copied from BFD.
1147
73c418f4
ILT
1148DEP: dep.sed $(CFILES) $(HFILES) config.h
1149 rm -f DEP1
41b49281 1150 $(MAKE) MKDEP="$(MKDEP)" DEP1
0bdaf48b
AM
1151 sed -f dep.sed < DEP1 > DEPA
1152 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
1153 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1581f8c9
AM
1154 echo 'make DEP failed!'; exit 1; \
1155 else \
0bdaf48b 1156 mv -f DEPA $@; \
1581f8c9 1157 fi
252b5132 1158
73c418f4 1159DEP1: $(CFILES)
73c418f4 1160 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
41b49281
AM
1161 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1162 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
1163 mv -f DEP2 $@
252b5132
RH
1164
1165dep.sed: dep-in.sed config.status
1166 sed <$(srcdir)/dep-in.sed >dep.sed \
1167 -e 's!@BFD_H@!$(BFD_H)!' \
1168 -e 's!@INCDIR@!$(INCDIR)!' \
1169 -e 's!@BFDDIR@!$(BFDDIR)!' \
82674a1f
AM
1170 -e 's!@SRCDIR@!$(srcdir)!' \
1171 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
252b5132 1172
73c418f4 1173dep: DEP
252b5132 1174 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
73c418f4 1175 cat DEP >> tmp-Makefile
252b5132
RH
1176 $(srcdir)/../move-if-change tmp-Makefile Makefile
1177
73c418f4 1178dep-in: DEP
252b5132 1179 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
73c418f4 1180 cat DEP >> tmp-Makefile.in
252b5132
RH
1181 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1182
73c418f4 1183dep-am: DEP
252b5132 1184 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
73c418f4 1185 cat DEP >> tmp-Makefile.am
252b5132
RH
1186 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1187
1188.PHONY: dep dep-in dep-am
1189
1190# What appears below is generated by a hacked mkdep using gcc -MM.
1191
1192# DO NOT DELETE THIS LINE -- mkdep uses it.
1193# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
9e5169a8 1194alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1195 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1196 $(INCDIR)/opcode/alpha.h
9e5169a8 1197alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1198 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/ansidecl.h \
1199 $(INCDIR)/symcat.h opintl.h
82674a1f 1200arc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
e9f53129
AM
1201 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1202 $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h \
1203 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1204 $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
1205 opintl.h arc-dis.h arc-ext.h
9e5169a8 1206arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129 1207 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
fdd3b9b3 1208 opintl.h
9e5169a8 1209arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1210 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h arc-ext.h \
1211 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
9e5169a8 1212arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1213 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1214 $(INCDIR)/opcode/arm.h opintl.h $(INCDIR)/safe-ctype.h \
1215 $(INCDIR)/floatformat.h $(INCDIR)/ansidecl.h $(INCDIR)/coff/internal.h \
1216 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(BFDDIR)/elf-bfd.h \
1217 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1218 $(INCDIR)/elf/internal.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h
9e5169a8 1219avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1220 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1221 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1222 $(INCDIR)/opcode/avr.h
fdd3b9b3
L
1223bfin-dis.lo: bfin-dis.c $(INCDIR)/opcode/bfin.h $(INCDIR)/dis-asm.h \
1224 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
9e5169a8 1225cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1226 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
1227 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1228 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
9e5169a8 1229 opintl.h
c85a332d
AM
1230cgen-bitset.lo: cgen-bitset.c $(INCDIR)/libiberty.h \
1231 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cgen-bitset.h
9e5169a8 1232cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1233 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(BFD_H) \
1234 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1235 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h
9e5169a8 1236cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1237 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
1238 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1239 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h
3d3d428f
NC
1240cr16-dis.lo: cr16-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1241 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
1242 $(INCDIR)/opcode/cr16.h
1243cr16-opc.lo: cr16-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1244 $(INCDIR)/symcat.h $(INCDIR)/opcode/cr16.h
6c95a37f 1245cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
9e5169a8 1246 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
e9f53129
AM
1247 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h \
1248 $(INCDIR)/ansidecl.h
6c95a37f 1249cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
8ae85421 1250crx-dis.lo: crx-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
9e5169a8 1251 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
e9f53129 1252 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/crx.h
8ae85421
AM
1253crx-opc.lo: crx-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1254 $(INCDIR)/symcat.h $(INCDIR)/opcode/crx.h
9e5169a8 1255d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1256 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 1257 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
9e5169a8 1258d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1259 $(INCDIR)/opcode/d10v.h
9e5169a8 1260d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1261 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 1262 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h
9e5169a8 1263d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1264 $(INCDIR)/opcode/d30v.h
9e5169a8 1265dlx-dis.lo: dlx-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1266 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1267 $(INCDIR)/opcode/dlx.h
9e5169a8 1268dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1269 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1270 opintl.h
9e5169a8 1271dis-init.lo: dis-init.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1272 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1273 $(BFD_H)
9e5169a8 1274disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129 1275 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
9e5169a8 1276fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1277 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1278 fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1279 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h \
1280 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1281 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
9e5169a8 1282fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1283 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1284 fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1285 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h \
1286 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
9e5169a8
L
1287 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1288fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1289 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1290 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
9e5169a8 1291 fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
1292 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h \
1293 opintl.h
9e5169a8 1294fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1295 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1296 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1297 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
fdd3b9b3 1298 fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 1299fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1300 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1301 fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1302 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h \
1303 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
9e5169a8 1304frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1305 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1306 frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1307 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h frv-opc.h \
1308 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1309 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
9e5169a8 1310frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1311 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1312 frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1313 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h frv-opc.h \
1314 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
9e5169a8
L
1315 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1316frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1317 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1318 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
9e5169a8 1319 frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
1320 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h frv-opc.h \
1321 opintl.h
9e5169a8 1322frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1323 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1324 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1325 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
fdd3b9b3 1326 frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 1327frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1328 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1329 frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1330 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h frv-opc.h \
1331 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/elf/frv.h \
1332 $(INCDIR)/elf/reloc-macros.h
9e5169a8 1333h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1334 $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129
AM
1335 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h $(INCDIR)/libiberty.h \
1336 $(INCDIR)/ansidecl.h
9e5169a8 1337h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1338 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1339 $(INCDIR)/symcat.h opintl.h
9e5169a8 1340hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1341 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1342 $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
9e5169a8 1343i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1344 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1345 $(INCDIR)/opcode/i370.h
9e5169a8 1346i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1347 $(INCDIR)/opcode/i370.h
252b5132 1348i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
9e5169a8 1349 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
0b1cf022
L
1350 $(INCDIR)/ansidecl.h opintl.h $(INCDIR)/opcode/i386.h
1351i386-opc.lo: i386-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
d10f0549 1352 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h i386-opc.h \
40b8e679
L
1353 $(INCDIR)/opcode/i386.h i386-tbl.h
1354i386-gen.lo: i386-gen.c $(INCDIR)/getopt.h $(INCDIR)/libiberty.h \
1355 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h i386-opc.h \
d10f0549 1356 $(INCDIR)/opcode/i386.h
9d751335 1357i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 1358 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
9e5169a8 1359i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129 1360 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
2114f57b 1361ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129
AM
1362 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h \
1363 $(BFD_H)
82674a1f
AM
1364ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
1365 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1366ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
1367 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1368ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
1369 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1370ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
1371 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1372ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
1373 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
2114f57b 1374ia64-opc-d.lo: ia64-opc-d.c
6b5d3a4d 1375ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h sysdep.h \
e9f53129
AM
1376 config.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1377 ia64-asmtab.h $(INCDIR)/opcode/ia64.h $(BFD_H) $(INCDIR)/ansidecl.h \
1378 $(INCDIR)/symcat.h ia64-asmtab.c
2114f57b 1379ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
e9f53129
AM
1380 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h sysdep.h \
1381 config.h $(INCDIR)/getopt.h ia64-opc.h $(INCDIR)/opcode/ia64.h \
1382 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h ia64-opc-a.c \
1383 ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c ia64-opc-f.c \
1384 ia64-opc-x.c ia64-opc-d.c
2114f57b 1385ia64-asmtab.lo: ia64-asmtab.c
9e5169a8 1386ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1387 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1388 ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1389 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h ip2k-opc.h \
1390 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1391 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
9e5169a8 1392ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1393 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1394 ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1395 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h ip2k-opc.h \
1396 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
9e5169a8
L
1397 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1398ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1399 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1400 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
9e5169a8 1401 ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
1402 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h ip2k-opc.h \
1403 opintl.h
9e5169a8 1404ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1405 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1406 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1407 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
fdd3b9b3 1408 ip2k-opc.h opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 1409ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1410 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1411 ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1412 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h ip2k-opc.h \
1413 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
9e5169a8 1414iq2000-asm.lo: iq2000-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1415 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1416 iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1417 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h iq2000-opc.h \
1418 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1419 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
9e5169a8 1420iq2000-desc.lo: iq2000-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1421 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1422 iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1423 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h iq2000-opc.h \
1424 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
c85a332d 1425 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
9e5169a8 1426iq2000-dis.lo: iq2000-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1427 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1428 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
c85a332d 1429 iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
1430 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h iq2000-opc.h \
1431 opintl.h
9e5169a8 1432iq2000-ibld.lo: iq2000-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1433 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1434 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1435 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
c85a332d 1436 iq2000-opc.h opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 1437iq2000-opc.lo: iq2000-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1438 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1439 iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1440 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h iq2000-opc.h \
1441 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
9e5169a8 1442m32c-asm.lo: m32c-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1443 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1444 m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1445 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32c-opc.h \
4c273957
AM
1446 cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h opintl.h \
1447 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1448 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
9e5169a8 1449m32c-desc.lo: m32c-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1450 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1451 m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1452 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32c-opc.h \
4c273957
AM
1453 cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h opintl.h \
1454 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/xregex.h \
1455 $(INCDIR)/xregex2.h
9e5169a8 1456m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1457 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1458 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
9e5169a8 1459 m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129 1460 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32c-opc.h \
4c273957
AM
1461 cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h opintl.h \
1462 $(INCDIR)/elf/m32c.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf-bfd.h \
1463 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1464 $(INCDIR)/bfdlink.h
9e5169a8 1465m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1466 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1467 $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1468 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
4c273957
AM
1469 m32c-opc.h cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h \
1470 opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 1471m32c-opc.lo: m32c-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1472 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1473 m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1474 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32c-opc.h \
4c273957
AM
1475 cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h $(INCDIR)/libiberty.h \
1476 $(INCDIR)/ansidecl.h
9e5169a8 1477m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1478 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1479 m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1480 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h \
1481 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1482 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
9e5169a8 1483m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1484 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1485 m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1486 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h \
1487 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
9e5169a8
L
1488 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1489m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1490 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1491 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
9e5169a8 1492 m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
1493 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h \
1494 opintl.h
9e5169a8 1495m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1496 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1497 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1498 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
fdd3b9b3 1499 m32r-opc.h opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 1500m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1501 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1502 m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1503 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h \
1504 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
9e5169a8 1505m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1506 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1507 m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1508 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h
bbeb2e03 1509m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
7997656a 1510 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 1511 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
bbeb2e03 1512m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
60bcf0fa 1513 $(INCDIR)/opcode/m68hc11.h
9e5169a8 1514m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1515 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1516 $(INCDIR)/floatformat.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
1517 opintl.h $(INCDIR)/opcode/m68k.h
9e5169a8 1518m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
252b5132 1519 $(INCDIR)/opcode/m68k.h
9e5169a8 1520m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1521 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1522 $(INCDIR)/opcode/m88k.h opintl.h $(INCDIR)/libiberty.h \
1523 $(INCDIR)/ansidecl.h
9e5169a8 1524maxq-dis.lo: maxq-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1525 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1526 $(INCDIR)/opcode/maxq.h
9e5169a8 1527mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1528 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1529 $(INCDIR)/symcat.h
a6d04ec4
AM
1530mep-asm.lo: mep-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1531 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1532 mep-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1533 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mep-opc.h \
1534 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1535 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1536mep-desc.lo: mep-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1537 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1538 mep-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1539 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mep-opc.h \
1540 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1541 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1542mep-dis.lo: mep-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1543 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1544 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1545 mep-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1546 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mep-opc.h \
1547 opintl.h $(INCDIR)/elf/mep.h $(INCDIR)/elf/reloc-macros.h \
1548 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1549 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h
1550mep-ibld.lo: mep-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1551 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1552 $(BFD_H) $(INCDIR)/symcat.h mep-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1553 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
1554 mep-opc.h opintl.h $(INCDIR)/safe-ctype.h
1555mep-opc.lo: mep-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1556 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1557 mep-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1558 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mep-opc.h \
1559 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/elf/mep.h \
1560 $(INCDIR)/elf/reloc-macros.h
9e5169a8 1561mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1562 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1563 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h \
1564 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1565 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1566 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
9e5169a8 1567mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1568 $(INCDIR)/opcode/mips.h
9e5169a8 1569mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1570 $(INCDIR)/opcode/mips.h
9e5169a8 1571m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1572 $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 1573 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h
9e5169a8 1574m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1575 $(INCDIR)/opcode/mn10200.h
9e5169a8 1576m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1577 $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 1578 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h
9e5169a8 1579m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1580 $(INCDIR)/opcode/mn10300.h
3c3bdf30 1581mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
c0ef99a7 1582 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
e9f53129 1583 $(INCDIR)/ansidecl.h $(BFD_H) opintl.h
3c3bdf30 1584mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
d031aafb 1585mt-asm.lo: mt-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1586 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1587 mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1588 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mt-opc.h \
1589 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1590 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
d031aafb 1591mt-desc.lo: mt-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1592 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1593 mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1594 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mt-opc.h \
1595 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
9e5169a8 1596 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
d031aafb 1597mt-dis.lo: mt-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1598 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1599 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
d031aafb 1600 mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
1601 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mt-opc.h \
1602 opintl.h
d031aafb 1603mt-ibld.lo: mt-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1604 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1605 $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1606 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
d031aafb
NS
1607 mt-opc.h opintl.h $(INCDIR)/safe-ctype.h
1608mt-opc.lo: mt-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1609 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1610 mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1611 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mt-opc.h \
1612 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
3db64b00
AM
1613ns32k-dis.lo: ns32k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1614 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/dis-asm.h \
1615 $(BFD_H) $(INCDIR)/opcode/ns32k.h opintl.h
9e5169a8 1616openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1617 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1618 openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1619 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h \
1620 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1621 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
9e5169a8 1622openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
e9f53129
AM
1623 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/ansidecl.h \
1624 $(INCDIR)/symcat.h $(INCDIR)/symcat.h openrisc-desc.h \
9e5169a8 1625 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
1626 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h \
1627 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1628 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
9e5169a8 1629openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1630 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1631 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
9e5169a8 1632 openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
1633 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h \
1634 opintl.h
9e5169a8 1635openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
e9f53129
AM
1636 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1637 $(INCDIR)/symcat.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
1638 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1639 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h \
1640 opintl.h $(INCDIR)/safe-ctype.h
c85a332d 1641openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1642 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1643 openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1644 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h \
1645 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
ba323545
AM
1646or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1647 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
1648 $(INCDIR)/safe-ctype.h
1649or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
1650 $(INCDIR)/opcode/or32.h
9e5169a8 1651pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1652 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1653 $(INCDIR)/opcode/pdp11.h
e135f41b 1654pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
9e5169a8 1655pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1656 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 1657 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
9e5169a8 1658pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1659 $(INCDIR)/opcode/pj.h
9e5169a8 1660ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1661 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1662 $(INCDIR)/opcode/ppc.h
9e5169a8 1663ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1664 $(INCDIR)/opcode/ppc.h opintl.h
8737c3ea
HPN
1665s390-mkopc.lo: s390-mkopc.c
1666s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
9e5169a8 1667 s390-opc.tab
27b7e12d 1668s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
e9f53129
AM
1669 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1670 $(INCDIR)/symcat.h $(INCDIR)/opcode/s390.h
1c0d3aa6 1671score-dis.lo: score-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1672 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1673 score-opc.h opintl.h $(BFD_H) $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1674 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1675 $(INCDIR)/elf/internal.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h
9e5169a8 1676sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1677 sh-opc.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1678 $(INCDIR)/dis-asm.h $(BFD_H)
43079f18 1679sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
9e5169a8 1680 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
e9f53129
AM
1681 $(INCDIR)/ansidecl.h sh64-opc.h $(INCDIR)/libiberty.h \
1682 $(INCDIR)/ansidecl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1683 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1684 $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h
71b21050 1685sh64-opc.lo: sh64-opc.c sh64-opc.h
9e5169a8 1686sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1687 $(INCDIR)/opcode/sparc.h $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h \
1688 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1689 $(INCDIR)/ansidecl.h opintl.h
9e5169a8 1690sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1691 $(INCDIR)/opcode/sparc.h $(INCDIR)/ansidecl.h
1692spu-dis.lo: spu-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1693 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1694 $(INCDIR)/opcode/spu.h $(INCDIR)/opcode/spu-insns.h
1695spu-opc.lo: spu-opc.c $(INCDIR)/opcode/spu.h $(INCDIR)/opcode/spu-insns.h \
1696 $(INCDIR)/opcode/spu-insns.h
9e5169a8 1697tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1698 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1699 $(INCDIR)/opcode/tic30.h
2d2550d6 1700tic4x-dis.lo: tic4x-dis.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1701 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1702 $(INCDIR)/opcode/tic4x.h
9e5169a8 1703tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1704 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1705 $(INCDIR)/opcode/tic54x.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
9e5169a8 1706tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1707 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1708 $(INCDIR)/opcode/tic54x.h
9e5169a8 1709tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1710 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 1711 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
9e5169a8 1712tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1713 $(INCDIR)/opcode/tic80.h
9e5169a8 1714v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1715 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 1716 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h
9e5169a8 1717v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1718 $(INCDIR)/opcode/v850.h opintl.h
9e5169a8 1719vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1720 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 1721 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
c85a332d 1722w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1723 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1724 $(INCDIR)/symcat.h
ec3fcc56 1725xc16x-asm.lo: xc16x-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1726 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1727 xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1728 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xc16x-opc.h \
1729 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1730 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
ec3fcc56 1731xc16x-desc.lo: xc16x-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1732 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1733 xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1734 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xc16x-opc.h \
1735 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
ec3fcc56
AM
1736 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1737xc16x-dis.lo: xc16x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1738 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1739 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
ec3fcc56 1740 xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
1741 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xc16x-opc.h \
1742 opintl.h
ec3fcc56 1743xc16x-ibld.lo: xc16x-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1744 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1745 $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1746 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
ec3fcc56
AM
1747 xc16x-opc.h opintl.h $(INCDIR)/safe-ctype.h
1748xc16x-opc.lo: xc16x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1749 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1750 xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1751 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xc16x-opc.h \
1752 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
9e5169a8 1753xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
e9f53129
AM
1754 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/ansidecl.h \
1755 $(INCDIR)/symcat.h $(INCDIR)/symcat.h xstormy16-desc.h \
9e5169a8 1756 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
1757 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h \
1758 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1759 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
9e5169a8 1760xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
e9f53129
AM
1761 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/ansidecl.h \
1762 $(INCDIR)/symcat.h $(INCDIR)/symcat.h xstormy16-desc.h \
9e5169a8 1763 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
1764 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h \
1765 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1766 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
9e5169a8 1767xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
e9f53129
AM
1768 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1769 $(INCDIR)/symcat.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1770 $(INCDIR)/ansidecl.h xstormy16-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1771 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
1772 xstormy16-opc.h opintl.h
9e5169a8 1773xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
e9f53129
AM
1774 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1775 $(INCDIR)/symcat.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1776 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1777 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h \
1778 opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 1779xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
e9f53129
AM
1780 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/ansidecl.h \
1781 $(INCDIR)/symcat.h $(INCDIR)/symcat.h xstormy16-desc.h \
9e5169a8 1782 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
1783 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h \
1784 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
e0001a05 1785xtensa-dis.lo: xtensa-dis.c $(INCDIR)/xtensa-isa.h \
e9f53129
AM
1786 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1787 sysdep.h config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1788 $(INCDIR)/symcat.h
9e5169a8 1789z80-dis.lo: z80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129 1790 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
9e5169a8 1791z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1792 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1793 z8k-opc.h
9e5169a8 1794z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129 1795 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
252b5132 1796# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.439385 seconds and 4 git commands to generate.