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