OSDN Git Service

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