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