OSDN Git Service

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