]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - opcodes/Makefile.in
Add support for Score target.
[thirdparty/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 \
386 tic30-dis.c \
387 tic4x-dis.c \
388 tic54x-dis.c \
389 tic54x-opc.c \
390 tic80-dis.c \
391 tic80-opc.c \
392 v850-dis.c \
393 v850-opc.c \
394 vax-dis.c \
395 w65-dis.c \
d70c5fc7
NC
396 xc16x-asm.c \
397 xc16x-desc.c \
398 xc16x-dis.c \
399 xc16x-ibld.c \
400 xc16x-opc.c \
8ae85421
AM
401 xstormy16-asm.c \
402 xstormy16-desc.c \
403 xstormy16-dis.c \
404 xstormy16-ibld.c \
405 xstormy16-opc.c \
406 xtensa-dis.c \
3c9b82ba 407 z80-dis.c \
8ae85421
AM
408 z8k-dis.c \
409 z8kgen.c
410
411ALL_MACHINES = \
8ae85421
AM
412 alpha-dis.lo \
413 alpha-opc.lo \
414 arc-dis.lo \
415 arc-opc.lo \
416 arc-ext.lo \
417 arm-dis.lo \
418 avr-dis.lo \
4b7f6baa 419 bfin-dis.lo \
8ae85421 420 cgen-asm.lo \
3609e0fe 421 cgen-bitset.lo \
8ae85421
AM
422 cgen-dis.lo \
423 cgen-opc.lo \
424 cris-dis.lo \
425 cris-opc.lo \
426 crx-dis.lo \
427 crx-opc.lo \
428 d10v-dis.lo \
429 d10v-opc.lo \
430 d30v-dis.lo \
431 d30v-opc.lo \
432 dlx-dis.lo \
433 fr30-asm.lo \
434 fr30-desc.lo \
435 fr30-dis.lo \
436 fr30-ibld.lo \
437 fr30-opc.lo \
438 frv-asm.lo \
439 frv-desc.lo \
440 frv-dis.lo \
441 frv-ibld.lo \
442 frv-opc.lo \
443 h8300-dis.lo \
444 h8500-dis.lo \
445 hppa-dis.lo \
446 i386-dis.lo \
447 i370-dis.lo \
448 i370-opc.lo \
449 i860-dis.lo \
450 i960-dis.lo \
451 ia64-dis.lo \
452 ia64-opc.lo \
453 ip2k-asm.lo \
454 ip2k-desc.lo \
455 ip2k-dis.lo \
456 ip2k-ibld.lo \
457 ip2k-opc.lo \
458 iq2000-asm.lo \
459 iq2000-desc.lo \
460 iq2000-dis.lo \
461 iq2000-ibld.lo \
462 iq2000-opc.lo \
49f58d10
JB
463 m32c-asm.lo \
464 m32c-desc.lo \
465 m32c-dis.lo \
466 m32c-ibld.lo \
467 m32c-opc.lo \
8ae85421
AM
468 m32r-asm.lo \
469 m32r-desc.lo \
470 m32r-dis.lo \
471 m32r-ibld.lo \
472 m32r-opc.lo \
473 m32r-opinst.lo \
474 m68hc11-dis.lo \
475 m68hc11-opc.lo \
476 m68k-dis.lo \
477 m68k-opc.lo \
478 m88k-dis.lo \
479 m10200-dis.lo \
480 m10200-opc.lo \
481 m10300-dis.lo \
482 m10300-opc.lo \
7499d566 483 maxq-dis.lo \
8ae85421
AM
484 mcore-dis.lo \
485 mips-dis.lo \
486 mips-opc.lo \
487 mips16-opc.lo \
488 mmix-dis.lo \
489 mmix-opc.lo \
490 msp430-dis.lo \
d031aafb
NS
491 mt-asm.lo \
492 mt-desc.lo \
493 mt-dis.lo \
494 mt-ibld.lo \
495 mt-opc.lo \
8ae85421
AM
496 ns32k-dis.lo \
497 openrisc-asm.lo \
498 openrisc-desc.lo \
499 openrisc-dis.lo \
500 openrisc-ibld.lo \
501 openrisc-opc.lo \
502 or32-dis.lo \
503 or32-opc.lo \
504 pdp11-dis.lo \
505 pdp11-opc.lo \
506 pj-dis.lo \
507 pj-opc.lo \
508 ppc-dis.lo \
509 ppc-opc.lo \
510 s390-dis.lo \
511 s390-opc.lo \
1c0d3aa6 512 score-dis.lo \
8ae85421
AM
513 sh-dis.lo \
514 sh64-dis.lo \
515 sh64-opc.lo \
516 sparc-dis.lo \
517 sparc-opc.lo \
518 tic30-dis.lo \
519 tic4x-dis.lo \
520 tic54x-dis.lo \
521 tic54x-opc.lo \
522 tic80-dis.lo \
523 tic80-opc.lo \
524 v850-dis.lo \
525 v850-opc.lo \
526 vax-dis.lo \
527 w65-dis.lo \
d70c5fc7
NC
528 xc16x-asm.lo \
529 xc16x-desc.lo \
530 xc16x-dis.lo \
531 xc16x-ibld.lo \
532 xc16x-opc.lo \
8ae85421
AM
533 xstormy16-asm.lo \
534 xstormy16-desc.lo \
535 xstormy16-dis.lo \
536 xstormy16-ibld.lo \
537 xstormy16-opc.lo \
538 xtensa-dis.lo \
3c9b82ba 539 z80-dis.lo \
8ae85421 540 z8k-dis.lo
252b5132
RH
541
542OFILES = @BFD_MACHINES@
3f85e526
L
543
544# We should reconfigure whenever bfd/configure.in changes, because
545# that's where the version number in Makefile comes from.
546CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
20e95c23 547INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
92c2346c 548libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
3ba7a1aa
DJ
549# It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
550# Unfortunately this causes libtool to add -L$(libdir), referring to the
551# planned install directory of libbfd. This can cause us to pick up an
552# old version of libbfd, or to pick up libbfd for the wrong architecture
553# if host != build.
554libopcodes_la_DEPENDENCIES = $(OFILES)
555libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
252b5132
RH
556libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
557
558# libtool will build .libs/libopcodes.a. We create libopcodes.a in
559# the build directory so that we don't have to convert all the
560# programs that use libopcodes.a simultaneously. This is a hack which
561# should be removed if everything else starts using libtool. FIXME.
252b5132 562noinst_LIBRARIES = libopcodes.a
252b5132 563POTFILES = $(HFILES) $(CFILES)
8ae85421 564CLEANFILES = \
49f58d10 565 stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
d70c5fc7 566 stamp-openrisc stamp-iq2000 stamp-mt stamp-xstormy16 stamp-xc16x\
8ae85421 567 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
6e31aea3
BE
568
569CGENDIR = @cgendir@
4a3264e6 570CPUDIR = $(CGENDIR)/cpu
0a40490e 571CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
6e31aea3 572CGENFLAGS = -v
8ae85421
AM
573CGENDEPS = \
574 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
575 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
576 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
577 $(CGENDIR)/opc-opinst.scm \
578 cgen-asm.in cgen-dis.in cgen-ibld.in
4714fbc0 579
d70c5fc7 580CGEN_CPUS = fr30 frv ip2k m32c m32r mt openrisc xc16x xstormy16
50e0eb66 581@CGEN_MAINT_FALSE@IP2K_DEPS =
8ae85421 582@CGEN_MAINT_TRUE@IP2K_DEPS = stamp-ip2k
49f58d10
JB
583@CGEN_MAINT_FALSE@M32C_DEPS =
584@CGEN_MAINT_TRUE@M32C_DEPS = stamp-m32c
50e0eb66 585@CGEN_MAINT_FALSE@M32R_DEPS =
8ae85421 586@CGEN_MAINT_TRUE@M32R_DEPS = stamp-m32r
50e0eb66 587@CGEN_MAINT_FALSE@FR30_DEPS =
8ae85421 588@CGEN_MAINT_TRUE@FR30_DEPS = stamp-fr30
50e0eb66 589@CGEN_MAINT_FALSE@FRV_DEPS =
8ae85421 590@CGEN_MAINT_TRUE@FRV_DEPS = stamp-frv
4970f871
NS
591@CGEN_MAINT_FALSE@MT_DEPS =
592@CGEN_MAINT_TRUE@MT_DEPS = stamp-mt
50e0eb66 593@CGEN_MAINT_FALSE@OPENRISC_DEPS =
8ae85421 594@CGEN_MAINT_TRUE@OPENRISC_DEPS = stamp-openrisc
f62ba8f2 595@CGEN_MAINT_FALSE@IQ2000_DEPS =
8ae85421 596@CGEN_MAINT_TRUE@IQ2000_DEPS = stamp-iq2000
d70c5fc7
NC
597@CGEN_MAINT_FALSE@XC16X_DEPS =
598@CGEN_MAINT_TRUE@XC16X_DEPS = stamp-xc16x
50e0eb66 599@CGEN_MAINT_FALSE@XSTORMY16_DEPS =
8ae85421 600@CGEN_MAINT_TRUE@XSTORMY16_DEPS = stamp-xstormy16
49f58d10 601m32c_opc_h = m32c-opc.h cgen-types.h cgen-ops.h
8ae85421
AM
602all: config.h
603 $(MAKE) $(AM_MAKEFLAGS) all-recursive
252b5132 604
252b5132 605.SUFFIXES:
8ae85421
AM
606.SUFFIXES: .c .lo .o .obj
607am--refresh:
608 @:
609$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
610 @for dep in $?; do \
611 case '$(am__configure_deps)' in \
612 *$$dep*) \
7499d566
NC
613 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
614 cd $(srcdir) && $(AUTOMAKE) --foreign \
8ae85421
AM
615 && exit 0; \
616 exit 1;; \
617 esac; \
618 done; \
7499d566 619 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
8ae85421 620 cd $(top_srcdir) && \
7499d566 621 $(AUTOMAKE) --foreign Makefile
8ae85421 622.PRECIOUS: Makefile
3f85e526
L
623Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
624 @case '$?' in \
625 *config.status*) \
626 echo ' $(SHELL) ./config.status'; \
627 $(SHELL) ./config.status;; \
628 *) \
629 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
630 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
631 esac;
252b5132 632
8ae85421
AM
633$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
634 $(SHELL) ./config.status --recheck
252b5132 635
8ae85421 636$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
252b5132 637 cd $(srcdir) && $(AUTOCONF)
8ae85421
AM
638$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
639 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
252b5132 640
8ae85421 641config.h: stamp-h1
252b5132 642 @if test ! -f $@; then \
8ae85421
AM
643 rm -f stamp-h1; \
644 $(MAKE) stamp-h1; \
252b5132 645 else :; fi
252b5132 646
8ae85421
AM
647stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
648 @rm -f stamp-h1
649 cd $(top_builddir) && $(SHELL) ./config.status config.h
650$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
651 cd $(top_srcdir) && $(AUTOHEADER)
652 rm -f stamp-h1
653 touch $@
252b5132
RH
654
655distclean-hdr:
8ae85421
AM
656 -rm -f config.h stamp-h1
657po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
658 cd $(top_builddir) && $(SHELL) ./config.status $@
252b5132
RH
659
660clean-noinstLIBRARIES:
661 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
662
8ae85421
AM
663clean-bfdlibLTLIBRARIES:
664 -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
665 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
666 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
667 test "$$dir" != "$$p" || dir=.; \
668 echo "rm -f \"$${dir}/so_locations\""; \
669 rm -f "$${dir}/so_locations"; \
670 done
671libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES)
672 $(LINK) -rpath $(bfdlibdir) $(libopcodes_la_LDFLAGS) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS)
a2d91340 673
252b5132 674mostlyclean-compile:
ed265386 675 -rm -f *.$(OBJEXT)
252b5132 676
252b5132
RH
677distclean-compile:
678 -rm -f *.tab.c
679
8ae85421
AM
680.c.o:
681 $(COMPILE) -c $<
a2d91340 682
8ae85421
AM
683.c.obj:
684 $(COMPILE) -c `$(CYGPATH_W) '$<'`
a2d91340 685
8ae85421
AM
686.c.lo:
687 $(LTCOMPILE) -c -o $@ $<
a2d91340 688
252b5132
RH
689mostlyclean-libtool:
690 -rm -f *.lo
691
692clean-libtool:
693 -rm -rf .libs _libs
694
695distclean-libtool:
8ae85421
AM
696 -rm -f libtool
697uninstall-info-am:
252b5132
RH
698
699# This directory's subdirectories are mostly independent; you can cd
700# into them and run `make' without going through this Makefile.
701# To change the values of `make' variables: instead of editing Makefiles,
702# (1) if the variable is set in `config.status', edit `config.status'
703# (which will cause the Makefiles to be regenerated when you run `make');
704# (2) otherwise, pass the desired values on the `make' command line.
8ae85421 705$(RECURSIVE_TARGETS):
fdd3b9b3
L
706 @failcom='exit 1'; \
707 for f in x $$MAKEFLAGS; do \
708 case $$f in \
709 *=* | --[!k]*);; \
710 *k*) failcom='fail=yes';; \
711 esac; \
712 done; \
252b5132
RH
713 dot_seen=no; \
714 target=`echo $@ | sed s/-recursive//`; \
715 list='$(SUBDIRS)'; for subdir in $$list; do \
716 echo "Making $$target in $$subdir"; \
717 if test "$$subdir" = "."; then \
718 dot_seen=yes; \
719 local_target="$$target-am"; \
720 else \
721 local_target="$$target"; \
722 fi; \
723 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
fdd3b9b3 724 || eval $$failcom; \
252b5132
RH
725 done; \
726 if test "$$dot_seen" = "no"; then \
727 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
728 fi; test -z "$$fail"
729
730mostlyclean-recursive clean-recursive distclean-recursive \
731maintainer-clean-recursive:
fdd3b9b3
L
732 @failcom='exit 1'; \
733 for f in x $$MAKEFLAGS; do \
734 case $$f in \
735 *=* | --[!k]*);; \
736 *k*) failcom='fail=yes';; \
737 esac; \
738 done; \
252b5132 739 dot_seen=no; \
8ae85421
AM
740 case "$@" in \
741 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
742 *) list='$(SUBDIRS)' ;; \
743 esac; \
744 rev=''; for subdir in $$list; do \
745 if test "$$subdir" = "."; then :; else \
746 rev="$$subdir $$rev"; \
747 fi; \
252b5132 748 done; \
8ae85421 749 rev="$$rev ."; \
252b5132
RH
750 target=`echo $@ | sed s/-recursive//`; \
751 for subdir in $$rev; do \
752 echo "Making $$target in $$subdir"; \
753 if test "$$subdir" = "."; then \
754 local_target="$$target-am"; \
755 else \
756 local_target="$$target"; \
757 fi; \
758 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
fdd3b9b3 759 || eval $$failcom; \
252b5132
RH
760 done && test -z "$$fail"
761tags-recursive:
762 list='$(SUBDIRS)'; for subdir in $$list; do \
763 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
764 done
8ae85421
AM
765ctags-recursive:
766 list='$(SUBDIRS)'; for subdir in $$list; do \
767 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
768 done
252b5132 769
8ae85421
AM
770ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
771 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
772 unique=`for i in $$list; do \
773 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
774 done | \
775 $(AWK) ' { files[$$0] = 1; } \
252b5132 776 END { for (i in files) print i; }'`; \
8ae85421
AM
777 mkid -fID $$unique
778tags: TAGS
252b5132 779
8ae85421
AM
780TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
781 $(TAGS_FILES) $(LISP)
252b5132
RH
782 tags=; \
783 here=`pwd`; \
8ae85421
AM
784 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
785 include_option=--etags-include; \
786 empty_fix=.; \
787 else \
788 include_option=--include; \
789 empty_fix=; \
790 fi; \
252b5132 791 list='$(SUBDIRS)'; for subdir in $$list; do \
8ae85421
AM
792 if test "$$subdir" = .; then :; else \
793 test ! -f $$subdir/TAGS || \
794 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
795 fi; \
252b5132 796 done; \
8ae85421
AM
797 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
798 unique=`for i in $$list; do \
799 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
800 done | \
801 $(AWK) ' { files[$$0] = 1; } \
252b5132 802 END { for (i in files) print i; }'`; \
8ae85421
AM
803 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
804 test -n "$$unique" || unique=$$empty_fix; \
805 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
806 $$tags $$unique; \
807 fi
808ctags: CTAGS
809CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
810 $(TAGS_FILES) $(LISP)
811 tags=; \
812 here=`pwd`; \
813 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
814 unique=`for i in $$list; do \
815 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
816 done | \
817 $(AWK) ' { files[$$0] = 1; } \
818 END { for (i in files) print i; }'`; \
819 test -z "$(CTAGS_ARGS)$$tags$$unique" \
820 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
821 $$tags $$unique
252b5132 822
8ae85421
AM
823GTAGS:
824 here=`$(am__cd) $(top_builddir) && pwd` \
825 && cd $(top_srcdir) \
826 && gtags -i $(GTAGS_ARGS) $$here
252b5132
RH
827
828distclean-tags:
8ae85421 829 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
252b5132
RH
830check-am:
831check: check-recursive
8ae85421
AM
832all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
833installdirs: installdirs-recursive
834installdirs-am:
835 for dir in "$(DESTDIR)$(bfdlibdir)"; do \
836 test -z "$$dir" || $(mkdir_p) "$$dir"; \
837 done
838install: install-recursive
252b5132 839install-exec: install-exec-recursive
252b5132 840install-data: install-data-recursive
8ae85421 841uninstall: uninstall-recursive
252b5132
RH
842
843install-am: all-am
844 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
252b5132 845
8ae85421
AM
846installcheck: installcheck-recursive
847install-strip:
848 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
849 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
850 `test -z '$(STRIP)' || \
851 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
252b5132
RH
852mostlyclean-generic:
853
854clean-generic:
855 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
856
857distclean-generic:
8ae85421 858 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
252b5132
RH
859
860maintainer-clean-generic:
8ae85421
AM
861 @echo "This command is intended for maintainers to use"
862 @echo "it deletes files that may require special tools to rebuild."
863clean: clean-recursive
252b5132 864
8ae85421
AM
865clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
866 clean-noinstLIBRARIES mostlyclean-am
252b5132 867
8ae85421
AM
868distclean: distclean-recursive
869 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
870 -rm -f Makefile
871distclean-am: clean-am distclean-compile distclean-generic \
872 distclean-hdr distclean-libtool distclean-tags
252b5132 873
8ae85421 874dvi: dvi-recursive
252b5132 875
8ae85421 876dvi-am:
252b5132 877
8ae85421
AM
878html: html-recursive
879
880info: info-recursive
881
882info-am:
883
884install-data-am: install-bfdlibLTLIBRARIES
885
886install-exec-am:
887
888install-info: install-info-recursive
889
890install-man:
891
892installcheck-am:
252b5132
RH
893
894maintainer-clean: maintainer-clean-recursive
8ae85421
AM
895 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
896 -rm -rf $(top_srcdir)/autom4te.cache
897 -rm -f Makefile
898maintainer-clean-am: distclean-am maintainer-clean-generic
899
900mostlyclean: mostlyclean-recursive
901
902mostlyclean-am: mostlyclean-compile mostlyclean-generic \
903 mostlyclean-libtool
904
905pdf: pdf-recursive
906
907pdf-am:
908
909ps: ps-recursive
910
911ps-am:
912
913uninstall-am: uninstall-bfdlibLTLIBRARIES
914
915uninstall-info: uninstall-info-recursive
916
917.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
918 check-am clean clean-bfdlibLTLIBRARIES clean-generic \
919 clean-libtool clean-noinstLIBRARIES clean-recursive ctags \
920 ctags-recursive distclean distclean-compile distclean-generic \
921 distclean-hdr distclean-libtool distclean-recursive \
922 distclean-tags dvi dvi-am html html-am info info-am install \
923 install-am install-bfdlibLTLIBRARIES install-data \
924 install-data-am install-exec install-exec-am install-info \
925 install-info-am install-man install-strip installcheck \
926 installcheck-am installdirs installdirs-am maintainer-clean \
927 maintainer-clean-generic maintainer-clean-recursive \
928 mostlyclean mostlyclean-compile mostlyclean-generic \
929 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
930 tags tags-recursive uninstall uninstall-am \
931 uninstall-bfdlibLTLIBRARIES uninstall-info-am
252b5132
RH
932
933
108a6f8e
CD
934.PHONY: install-html
935install-html:
936
252b5132
RH
937disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
938 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
939
940stamp-lib: libopcodes.la
e56f75e9
ILT
941 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
942 if [ -f $$libtooldir/libopcodes.a ]; then \
943 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
847ee773 944 $(RANLIB) libopcodes.tmp; \
252b5132
RH
945 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
946 else true; fi
947 touch stamp-lib
948
949libopcodes.a: stamp-lib ; @true
950po/POTFILES.in: @MAINT@ Makefile
f8607389 951 for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
252b5132
RH
952 && mv tmp $(srcdir)/po/POTFILES.in
953
81172ff2 954install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
263de010 955 @$(NORMAL_INSTALL)
81172ff2
AM
956
957uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
958 @$(NORMAL_UNINSTALL)
959
960.PHONY: install_libopcodes uninstall_libopcodes
961install_libopcodes: $(bfdlib_LTLIBRARIES)
962 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
963 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
964 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
965 if test -f $$p; then \
966 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
967 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
968 else :; fi; \
969 done
970 $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
971
972uninstall_libopcodes:
973 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
974 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
975 done
976 rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
263de010 977
6e31aea3
BE
978run-cgen:
979 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
9c2de729
DB
980 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
981 "$(options)" "$(extrafiles)"
6e31aea3
BE
982 touch stamp-${prefix}
983.PHONY: run-cgen
984
4714fbc0
DE
985# Maintainer utility rule to regenerate all cgen files.
986run-cgen-all:
987 for c in $(CGEN_CPUS) ; \
988 do \
989 $(MAKE) stamp-$$c || exit 1 ; \
990 done
991.PHONY: run-cgen-all
992
6e31aea3 993# For now, require developers to configure with --enable-cgen-maint.
a40cbfa3
NC
994$(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)
995 @true
996stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
9c2de729
DB
997 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
998 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
a40cbfa3 999
49f58d10
JB
1000$(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)
1001# @true
0f82ff91 1002stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
49f58d10 1003 $(MAKE) run-cgen arch=m32c prefix=m32c options= \
0f82ff91
AM
1004 archfile=$(srcdir)/../cpu/m32c.cpu \
1005 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
49f58d10
JB
1006m32c-asm.lo: m32c-asm.c sysdep.h config.h $(BFD_H) \
1007 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
1008 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
1009m32c-desc.lo: m32c-desc.c sysdep.h config.h $(BFD_H) \
1010 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
1011 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
1012m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
1013 $(BFD_H) $(INCDIR)/ansidecl.h \
1014 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
1015 $(m32c_opc_h) opintl.h
1016m32c-ibld.lo: m32c-ibld.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-opc.lo: m32c-opc.c sysdep.h config.h $(BFD_H) \
1021 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
1022 $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
1023
6e31aea3 1024$(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 1025 @true
d125c27b 1026stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
9c2de729 1027 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
d125c27b
AM
1028 archfile=$(srcdir)/../cpu/m32r.cpu \
1029 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
6e31aea3
BE
1030
1031$(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)
1032 @true
4a3264e6 1033stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
9c2de729
DB
1034 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
1035 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
6e31aea3 1036
fd3c93d5
DB
1037$(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)
1038 @true
5272d201 1039stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
9c2de729
DB
1040 $(MAKE) run-cgen arch=frv prefix=frv options= \
1041 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
fd3c93d5 1042
d031aafb 1043$(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 1044 @true
4970f871 1045stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
d031aafb 1046 $(MAKE) run-cgen arch=mt prefix=mt options= \
4970f871
NS
1047 archfile=$(srcdir)/../cpu/mt.cpu \
1048 opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
ac188222 1049
87e6d782
NC
1050$(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)
1051 @true
4a3264e6 1052stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
9c2de729
DB
1053 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
1054 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
87e6d782 1055
f62ba8f2
AM
1056$(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)
1057 @true
d125c27b
AM
1058stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
1059 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
1060 $(srcdir)/../cpu/iq10.cpu
9c2de729 1061 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
d125c27b
AM
1062 archfile=$(srcdir)/../cpu/iq2000.cpu \
1063 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
f62ba8f2 1064
93fbbb04
GK
1065$(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)
1066 @true
1067stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
9c2de729
DB
1068 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
1069 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
93fbbb04 1070
d70c5fc7
NC
1071$(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)
1072 @true
1073stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
1074 $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
1075 archfile=$(CPUDIR)/xc16x.cpu opcfile=$(CPUDIR)/xc16x.opc extrafiles=
1076
0ab71ce3
NC
1077ia64-gen: ia64-gen.o
1078 $(LINK) ia64-gen.o $(LIBIBERTY)
1079
1080ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
1081 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
1082
1083ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
bde78a07 1084 ./ia64-gen --srcdir $(srcdir) > $(srcdir)/ia64-asmtab.c
0ab71ce3 1085
b6849f55
NC
1086s390-mkopc: s390-mkopc.c
1087 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
1088
1089s390-opc.tab: s390-mkopc s390-opc.txt
1090 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
1091
19f33eee
AM
1092sh-dis.lo: sh-dis.c
1093 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
1094
252b5132
RH
1095# This dependency stuff is copied from BFD.
1096
73c418f4
ILT
1097DEP: dep.sed $(CFILES) $(HFILES) config.h
1098 rm -f DEP1
41b49281 1099 $(MAKE) MKDEP="$(MKDEP)" DEP1
0bdaf48b
AM
1100 sed -f dep.sed < DEP1 > DEPA
1101 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
1102 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1581f8c9
AM
1103 echo 'make DEP failed!'; exit 1; \
1104 else \
0bdaf48b 1105 mv -f DEPA $@; \
1581f8c9 1106 fi
252b5132 1107
73c418f4 1108DEP1: $(CFILES)
73c418f4 1109 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
41b49281
AM
1110 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1111 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
1112 mv -f DEP2 $@
252b5132
RH
1113
1114dep.sed: dep-in.sed config.status
1115 sed <$(srcdir)/dep-in.sed >dep.sed \
1116 -e 's!@BFD_H@!$(BFD_H)!' \
1117 -e 's!@INCDIR@!$(INCDIR)!' \
1118 -e 's!@BFDDIR@!$(BFDDIR)!' \
82674a1f
AM
1119 -e 's!@SRCDIR@!$(srcdir)!' \
1120 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
252b5132 1121
73c418f4 1122dep: DEP
252b5132 1123 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
73c418f4 1124 cat DEP >> tmp-Makefile
252b5132
RH
1125 $(srcdir)/../move-if-change tmp-Makefile Makefile
1126
73c418f4 1127dep-in: DEP
252b5132 1128 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
73c418f4 1129 cat DEP >> tmp-Makefile.in
252b5132
RH
1130 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1131
73c418f4 1132dep-am: DEP
252b5132 1133 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
73c418f4 1134 cat DEP >> tmp-Makefile.am
252b5132
RH
1135 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1136
1137.PHONY: dep dep-in dep-am
1138
1139# What appears below is generated by a hacked mkdep using gcc -MM.
1140
1141# DO NOT DELETE THIS LINE -- mkdep uses it.
1142# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
9e5169a8 1143alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1144 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
9e5169a8 1145alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1146 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
1147 opintl.h
82674a1f 1148arc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
c85a332d
AM
1149 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
1150 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1151 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
1152 $(INCDIR)/elf/reloc-macros.h opintl.h arc-dis.h arc-ext.h
9e5169a8 1153arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1154 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
fdd3b9b3 1155 opintl.h
9e5169a8 1156arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1157 $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h
9e5169a8 1158arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1159 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arm.h \
7ff1a5b5
AM
1160 opintl.h $(INCDIR)/safe-ctype.h $(INCDIR)/floatformat.h \
1161 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1162 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1163 $(INCDIR)/elf/external.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h
9e5169a8 1164avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1165 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
1166 $(INCDIR)/libiberty.h $(INCDIR)/opcode/avr.h
fdd3b9b3
L
1167bfin-dis.lo: bfin-dis.c $(INCDIR)/opcode/bfin.h $(INCDIR)/dis-asm.h \
1168 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
9e5169a8 1169cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1170 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
1171 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
9e5169a8 1172 opintl.h
c85a332d
AM
1173cgen-bitset.lo: cgen-bitset.c $(INCDIR)/libiberty.h \
1174 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cgen-bitset.h
9e5169a8 1175cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1176 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \
1177 $(INCDIR)/opcode/cgen-bitset.h
9e5169a8 1178cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1179 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
1180 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h
6c95a37f 1181cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
9e5169a8 1182 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
c85a332d 1183 $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h
6c95a37f 1184cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
8ae85421 1185crx-dis.lo: crx-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
9e5169a8 1186 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
c85a332d 1187 $(INCDIR)/opcode/crx.h
8ae85421
AM
1188crx-opc.lo: crx-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1189 $(INCDIR)/symcat.h $(INCDIR)/opcode/crx.h
9e5169a8 1190d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1191 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
c85a332d 1192 $(INCDIR)/symcat.h
9e5169a8 1193d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1194 $(INCDIR)/opcode/d10v.h
9e5169a8 1195d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1196 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
c85a332d 1197 $(INCDIR)/symcat.h opintl.h
9e5169a8 1198d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1199 $(INCDIR)/opcode/d30v.h
9e5169a8 1200dlx-dis.lo: dlx-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1201 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/dlx.h
9e5169a8 1202dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1203 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
9e5169a8 1204dis-init.lo: dis-init.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1205 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
9e5169a8 1206disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1207 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
9e5169a8 1208fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1209 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1210 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h $(INCDIR)/xregex.h \
1211 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
9e5169a8 1212fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1213 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1214 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h $(INCDIR)/libiberty.h \
9e5169a8
L
1215 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1216fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1217 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
9e5169a8 1218 fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
c85a332d 1219 fr30-opc.h opintl.h
9e5169a8 1220fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1221 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
1222 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
fdd3b9b3 1223 fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 1224fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1225 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1226 $(INCDIR)/opcode/cgen.h fr30-opc.h $(INCDIR)/libiberty.h
9e5169a8 1227frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1228 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1229 $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h $(INCDIR)/xregex.h \
1230 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
9e5169a8 1231frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1232 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1233 $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h $(INCDIR)/libiberty.h \
9e5169a8
L
1234 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1235frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1236 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
9e5169a8 1237 frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
c85a332d 1238 frv-opc.h opintl.h
9e5169a8 1239frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1240 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \
1241 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
fdd3b9b3 1242 frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 1243frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1244 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1245 $(INCDIR)/opcode/cgen.h frv-opc.h $(INCDIR)/libiberty.h \
1246 $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h
9e5169a8 1247h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1248 $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
c85a332d 1249 $(INCDIR)/symcat.h opintl.h $(INCDIR)/libiberty.h
9e5169a8 1250h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1251 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1252 opintl.h
9e5169a8 1253hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1254 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
1255 $(INCDIR)/opcode/hppa.h
9e5169a8 1256i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1257 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
9e5169a8 1258i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1259 $(INCDIR)/opcode/i370.h
252b5132 1260i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
9e5169a8 1261 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
c85a332d 1262 opintl.h
9d751335 1263i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 1264 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
9e5169a8 1265i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1266 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
2114f57b 1267ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
c85a332d 1268 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
82674a1f
AM
1269ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
1270 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1271ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
1272 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1273ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
1274 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1275ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
1276 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1277ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
1278 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
2114f57b 1279ia64-opc-d.lo: ia64-opc-d.c
6b5d3a4d 1280ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h sysdep.h \
c85a332d
AM
1281 config.h $(INCDIR)/libiberty.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
1282 $(BFD_H) $(INCDIR)/symcat.h ia64-asmtab.c
2114f57b 1283ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
c85a332d
AM
1284 $(INCDIR)/safe-ctype.h sysdep.h config.h $(INCDIR)/getopt.h \
1285 ia64-opc.h $(INCDIR)/opcode/ia64.h $(BFD_H) $(INCDIR)/symcat.h \
1286 ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c \
1287 ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
2114f57b 1288ia64-asmtab.lo: ia64-asmtab.c
9e5169a8 1289ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1290 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1291 $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h $(INCDIR)/xregex.h \
1292 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
9e5169a8 1293ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1294 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1295 $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h $(INCDIR)/libiberty.h \
9e5169a8
L
1296 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1297ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1298 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
9e5169a8 1299 ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
c85a332d 1300 ip2k-opc.h opintl.h
9e5169a8 1301ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1302 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \
1303 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
fdd3b9b3 1304 ip2k-opc.h opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 1305ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1306 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1307 $(INCDIR)/opcode/cgen.h ip2k-opc.h $(INCDIR)/libiberty.h \
1308 $(INCDIR)/safe-ctype.h
9e5169a8 1309iq2000-asm.lo: iq2000-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1310 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1311 $(INCDIR)/opcode/cgen.h iq2000-opc.h opintl.h $(INCDIR)/xregex.h \
1312 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
9e5169a8 1313iq2000-desc.lo: iq2000-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1314 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1315 $(INCDIR)/opcode/cgen.h iq2000-opc.h opintl.h $(INCDIR)/libiberty.h \
1316 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
9e5169a8 1317iq2000-dis.lo: iq2000-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1318 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1319 iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1320 iq2000-opc.h opintl.h
9e5169a8 1321iq2000-ibld.lo: iq2000-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1322 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h \
1323 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1324 iq2000-opc.h opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 1325iq2000-opc.lo: iq2000-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1326 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1327 $(INCDIR)/opcode/cgen.h iq2000-opc.h $(INCDIR)/libiberty.h
9e5169a8 1328m32c-asm.lo: m32c-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1329 $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1330 $(INCDIR)/opcode/cgen.h m32c-opc.h cgen-types.h cgen-ops.h \
1331 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
9e5169a8
L
1332 $(INCDIR)/safe-ctype.h
1333m32c-desc.lo: m32c-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1334 $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1335 $(INCDIR)/opcode/cgen.h m32c-opc.h cgen-types.h cgen-ops.h \
1336 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
9e5169a8 1337m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1338 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
9e5169a8 1339 m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
c85a332d 1340 m32c-opc.h cgen-types.h cgen-ops.h opintl.h $(INCDIR)/elf/m32c.h \
9e5169a8
L
1341 $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1342 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h
1343m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1344 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h \
1345 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
fdd3b9b3 1346 m32c-opc.h cgen-types.h cgen-ops.h opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 1347m32c-opc.lo: m32c-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1348 $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1349 $(INCDIR)/opcode/cgen.h m32c-opc.h cgen-types.h cgen-ops.h \
1350 $(INCDIR)/libiberty.h
9e5169a8 1351m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1352 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1353 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h $(INCDIR)/xregex.h \
1354 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
9e5169a8 1355m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1356 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1357 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h $(INCDIR)/libiberty.h \
9e5169a8
L
1358 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1359m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1360 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
9e5169a8 1361 m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
c85a332d 1362 m32r-opc.h opintl.h
9e5169a8 1363m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1364 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
1365 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
fdd3b9b3 1366 m32r-opc.h opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 1367m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1368 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1369 $(INCDIR)/opcode/cgen.h m32r-opc.h $(INCDIR)/libiberty.h
9e5169a8 1370m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1371 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1372 $(INCDIR)/opcode/cgen.h m32r-opc.h
bbeb2e03 1373m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
7997656a 1374 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
c85a332d 1375 $(INCDIR)/symcat.h
bbeb2e03 1376m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
60bcf0fa 1377 $(INCDIR)/opcode/m68hc11.h
9e5169a8 1378m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1379 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
1380 $(INCDIR)/libiberty.h opintl.h $(INCDIR)/opcode/m68k.h
9e5169a8 1381m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
252b5132 1382 $(INCDIR)/opcode/m68k.h
9e5169a8 1383m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1384 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
1385 opintl.h $(INCDIR)/libiberty.h
9e5169a8 1386maxq-dis.lo: maxq-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1387 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/maxq.h
9e5169a8 1388mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1389 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
9e5169a8 1390mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1391 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1392 $(INCDIR)/opcode/mips.h opintl.h $(BFDDIR)/elf-bfd.h \
1393 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1394 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
9e5169a8 1395mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1396 $(INCDIR)/opcode/mips.h
9e5169a8 1397mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1398 $(INCDIR)/opcode/mips.h
9e5169a8 1399m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1400 $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
c85a332d 1401 $(INCDIR)/symcat.h opintl.h
9e5169a8 1402m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1403 $(INCDIR)/opcode/mn10200.h
9e5169a8 1404m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1405 $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
c85a332d 1406 $(INCDIR)/symcat.h opintl.h
9e5169a8 1407m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1408 $(INCDIR)/opcode/mn10300.h
3c3bdf30 1409mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
c0ef99a7 1410 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
c85a332d 1411 opintl.h
3c3bdf30 1412mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
d031aafb 1413mt-asm.lo: mt-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1414 $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1415 $(INCDIR)/opcode/cgen.h mt-opc.h opintl.h $(INCDIR)/xregex.h \
1416 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
d031aafb 1417mt-desc.lo: mt-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1418 $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1419 $(INCDIR)/opcode/cgen.h mt-opc.h opintl.h $(INCDIR)/libiberty.h \
9e5169a8 1420 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
d031aafb 1421mt-dis.lo: mt-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1422 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
d031aafb 1423 mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
c85a332d 1424 mt-opc.h opintl.h
d031aafb 1425mt-ibld.lo: mt-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1426 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h mt-desc.h \
1427 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
d031aafb
NS
1428 mt-opc.h opintl.h $(INCDIR)/safe-ctype.h
1429mt-opc.lo: mt-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1430 $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1431 $(INCDIR)/opcode/cgen.h mt-opc.h $(INCDIR)/libiberty.h \
1432 $(INCDIR)/safe-ctype.h
252b5132 1433ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
c85a332d
AM
1434 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/dis-asm.h \
1435 $(INCDIR)/opcode/ns32k.h opintl.h
9e5169a8 1436openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1437 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1438 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h $(INCDIR)/xregex.h \
1439 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
9e5169a8 1440openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
c85a332d 1441 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
9e5169a8 1442 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
c85a332d
AM
1443 openrisc-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
1444 $(INCDIR)/xregex2.h
9e5169a8 1445openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1446 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
9e5169a8 1447 openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
c85a332d 1448 openrisc-opc.h opintl.h
9e5169a8 1449openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
c85a332d 1450 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
9e5169a8 1451 openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
c85a332d
AM
1452 openrisc-opc.h opintl.h $(INCDIR)/safe-ctype.h
1453openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1454 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1455 $(INCDIR)/opcode/cgen.h openrisc-opc.h $(INCDIR)/libiberty.h
ba323545
AM
1456or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1457 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
1458 $(INCDIR)/safe-ctype.h
1459or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
1460 $(INCDIR)/opcode/or32.h
9e5169a8 1461pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1462 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
e135f41b 1463pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
9e5169a8 1464pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1465 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
c85a332d 1466 $(INCDIR)/symcat.h
9e5169a8 1467pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1468 $(INCDIR)/opcode/pj.h
9e5169a8 1469ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1470 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
9e5169a8 1471ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1472 $(INCDIR)/opcode/ppc.h opintl.h
8737c3ea
HPN
1473s390-mkopc.lo: s390-mkopc.c
1474s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
9e5169a8 1475 s390-opc.tab
27b7e12d 1476s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
c85a332d
AM
1477 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1478 $(INCDIR)/opcode/s390.h
1c0d3aa6
NC
1479score-dis.lo: score-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1480 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h score-opc.h \
1481 $(INCDIR)/bfdlink.h opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1482 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/score.h \
1483 $(INCDIR)/elf/reloc-macros.h
9e5169a8 1484sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1485 sh-opc.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/dis-asm.h
43079f18 1486sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
9e5169a8 1487 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
c85a332d
AM
1488 sh64-opc.h $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h \
1489 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1490 $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1491 $(BFDDIR)/elf32-sh64.h
71b21050 1492sh64-opc.lo: sh64-opc.c sh64-opc.h
9e5169a8 1493sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1494 $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
1495 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h opintl.h
9e5169a8 1496sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1497 $(INCDIR)/opcode/sparc.h
9e5169a8 1498tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1499 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
2d2550d6 1500tic4x-dis.lo: tic4x-dis.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
c85a332d 1501 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic4x.h
9e5169a8 1502tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d
AM
1503 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
1504 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
9e5169a8 1505tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1506 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h
9e5169a8 1507tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1508 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
c85a332d 1509 $(INCDIR)/symcat.h
9e5169a8 1510tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1511 $(INCDIR)/opcode/tic80.h
9e5169a8 1512v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1513 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
c85a332d 1514 $(INCDIR)/symcat.h opintl.h
9e5169a8 1515v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1516 $(INCDIR)/opcode/v850.h opintl.h
9e5169a8 1517vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
1518 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
1519 $(INCDIR)/symcat.h
c85a332d
AM
1520w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1521 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
ec3fcc56
AM
1522xc16x-asm.lo: xc16x-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1523 $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1524 $(INCDIR)/opcode/cgen.h xc16x-opc.h opintl.h $(INCDIR)/xregex.h \
1525 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1526xc16x-desc.lo: xc16x-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1527 $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1528 $(INCDIR)/opcode/cgen.h xc16x-opc.h opintl.h $(INCDIR)/libiberty.h \
1529 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1530xc16x-dis.lo: xc16x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1531 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1532 xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1533 xc16x-opc.h opintl.h
1534xc16x-ibld.lo: xc16x-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1535 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h \
1536 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1537 xc16x-opc.h opintl.h $(INCDIR)/safe-ctype.h
1538xc16x-opc.lo: xc16x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1539 $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1540 $(INCDIR)/opcode/cgen.h xc16x-opc.h $(INCDIR)/libiberty.h
9e5169a8 1541xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
c85a332d 1542 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
9e5169a8 1543 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
c85a332d
AM
1544 xstormy16-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1545 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
9e5169a8 1546xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
c85a332d 1547 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
9e5169a8 1548 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
c85a332d
AM
1549 xstormy16-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
1550 $(INCDIR)/xregex2.h
9e5169a8 1551xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
c85a332d
AM
1552 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1553 $(INCDIR)/libiberty.h xstormy16-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1554 $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h
9e5169a8 1555xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
c85a332d
AM
1556 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1557 xstormy16-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1558 xstormy16-opc.h opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 1559xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
c85a332d 1560 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
9e5169a8 1561 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
c85a332d 1562 xstormy16-opc.h $(INCDIR)/libiberty.h
e0001a05 1563xtensa-dis.lo: xtensa-dis.c $(INCDIR)/xtensa-isa.h \
c85a332d
AM
1564 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h sysdep.h \
1565 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
9e5169a8 1566z80-dis.lo: z80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1567 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
9e5169a8 1568z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1569 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
9e5169a8 1570z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c85a332d 1571 $(INCDIR)/libiberty.h
252b5132 1572# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
252b5132
RH
1573# Tell versions [3.59,3.63) of GNU make to not export all variables.
1574# Otherwise a system limit (for SysV at least) may be exceeded.
1575.NOEXPORT: