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