OSDN Git Service

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