* dep-in.sed: Don't use \n in replacement part of s command.
[platform/upstream/binutils.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         echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
1210         if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
1211           echo 'make DEP failed!'; exit 1; \
1212         else \
1213           mv -f DEP1 $@; \
1214         fi
1215
1216 DEP1: $(CFILES)
1217         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
1218         echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1219         for f in $?; do \
1220           $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
1221           sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
1222           sed -e '1s/.*: //' -f dep.sed < DEPA | \
1223             LC_ALL=C sort | LC_ALL=C uniq | \
1224             sed -e 's/^[AB]/  /' -e '$$s/ \\$$//' >> DEP2; \
1225         done
1226         rm -f DEPA
1227         mv -f DEP2 $@
1228
1229 dep.sed: dep-in.sed config.status
1230         sed <$(srcdir)/dep-in.sed >dep.sed      \
1231                 -e 's!@BFD_H@!$(BFD_H)!'        \
1232                 -e 's!@INCDIR@!$(INCDIR)!'      \
1233                 -e 's!@BFDDIR@!$(BFDDIR)!'      \
1234                 -e 's!@SRCDIR@!$(srcdir)!'      \
1235                 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
1236
1237 dep: DEP
1238         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1239         cat DEP >> tmp-Makefile
1240         $(srcdir)/../move-if-change tmp-Makefile Makefile
1241
1242 dep-in: DEP
1243         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1244         cat DEP >> tmp-Makefile.in
1245         $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1246
1247 dep-am: DEP
1248         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1249         cat DEP >> tmp-Makefile.am
1250         $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1251
1252 .PHONY: dep dep-in dep-am
1253
1254 # What appears below is generated by a hacked mkdep using gcc -MM.
1255
1256 # DO NOT DELETE THIS LINE -- mkdep uses it.
1257 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1258 alpha-dis.lo: \
1259   alpha-dis.c \
1260   $(BFD_H) \
1261   $(INCDIR)/ansidecl.h \
1262   $(INCDIR)/dis-asm.h \
1263   $(INCDIR)/opcode/alpha.h \
1264   $(INCDIR)/symcat.h \
1265   config.h \
1266   sysdep.h
1267 alpha-opc.lo: \
1268   alpha-opc.c \
1269   $(BFD_H) \
1270   $(INCDIR)/ansidecl.h \
1271   $(INCDIR)/opcode/alpha.h \
1272   $(INCDIR)/symcat.h \
1273   config.h \
1274   opintl.h \
1275   sysdep.h
1276 arc-dis.lo: \
1277   arc-dis.c \
1278   $(BFDDIR)/elf-bfd.h \
1279   $(BFD_H) \
1280   $(INCDIR)/ansidecl.h \
1281   $(INCDIR)/bfdlink.h \
1282   $(INCDIR)/dis-asm.h \
1283   $(INCDIR)/elf/arc.h \
1284   $(INCDIR)/elf/common.h \
1285   $(INCDIR)/elf/external.h \
1286   $(INCDIR)/elf/internal.h \
1287   $(INCDIR)/elf/reloc-macros.h \
1288   $(INCDIR)/libiberty.h \
1289   $(INCDIR)/opcode/arc.h \
1290   $(INCDIR)/symcat.h \
1291   arc-dis.h \
1292   arc-ext.h \
1293   opintl.h
1294 arc-opc.lo: \
1295   arc-opc.c \
1296   $(BFD_H) \
1297   $(INCDIR)/ansidecl.h \
1298   $(INCDIR)/opcode/arc.h \
1299   $(INCDIR)/symcat.h \
1300   config.h \
1301   opintl.h \
1302   sysdep.h
1303 arc-ext.lo: \
1304   arc-ext.c \
1305   $(BFD_H) \
1306   $(INCDIR)/ansidecl.h \
1307   $(INCDIR)/libiberty.h \
1308   $(INCDIR)/symcat.h \
1309   arc-ext.h \
1310   config.h \
1311   sysdep.h
1312 arm-dis.lo: \
1313   arm-dis.c \
1314   $(BFDDIR)/elf-bfd.h \
1315   $(BFDDIR)/libcoff.h \
1316   $(BFD_H) \
1317   $(INCDIR)/ansidecl.h \
1318   $(INCDIR)/bfdlink.h \
1319   $(INCDIR)/coff/internal.h \
1320   $(INCDIR)/dis-asm.h \
1321   $(INCDIR)/elf/arm.h \
1322   $(INCDIR)/elf/common.h \
1323   $(INCDIR)/elf/external.h \
1324   $(INCDIR)/elf/internal.h \
1325   $(INCDIR)/elf/reloc-macros.h \
1326   $(INCDIR)/floatformat.h \
1327   $(INCDIR)/opcode/arm.h \
1328   $(INCDIR)/safe-ctype.h \
1329   $(INCDIR)/symcat.h \
1330   config.h \
1331   opintl.h \
1332   sysdep.h
1333 avr-dis.lo: \
1334   avr-dis.c \
1335   $(BFD_H) \
1336   $(INCDIR)/ansidecl.h \
1337   $(INCDIR)/dis-asm.h \
1338   $(INCDIR)/libiberty.h \
1339   $(INCDIR)/opcode/avr.h \
1340   $(INCDIR)/symcat.h \
1341   config.h \
1342   opintl.h \
1343   sysdep.h
1344 bfin-dis.lo: \
1345   bfin-dis.c \
1346   $(BFD_H) \
1347   $(INCDIR)/ansidecl.h \
1348   $(INCDIR)/dis-asm.h \
1349   $(INCDIR)/opcode/bfin.h \
1350   $(INCDIR)/symcat.h
1351 cgen-asm.lo: \
1352   cgen-asm.c \
1353   $(BFD_H) \
1354   $(INCDIR)/ansidecl.h \
1355   $(INCDIR)/libiberty.h \
1356   $(INCDIR)/opcode/cgen-bitset.h \
1357   $(INCDIR)/opcode/cgen.h \
1358   $(INCDIR)/safe-ctype.h \
1359   $(INCDIR)/symcat.h \
1360   config.h \
1361   opintl.h \
1362   sysdep.h
1363 cgen-bitset.lo: \
1364   cgen-bitset.c \
1365   $(INCDIR)/ansidecl.h \
1366   $(INCDIR)/libiberty.h \
1367   $(INCDIR)/opcode/cgen-bitset.h
1368 cgen-dis.lo: \
1369   cgen-dis.c \
1370   $(BFD_H) \
1371   $(INCDIR)/ansidecl.h \
1372   $(INCDIR)/libiberty.h \
1373   $(INCDIR)/opcode/cgen-bitset.h \
1374   $(INCDIR)/opcode/cgen.h \
1375   $(INCDIR)/symcat.h \
1376   config.h \
1377   sysdep.h
1378 cgen-opc.lo: \
1379   cgen-opc.c \
1380   $(BFD_H) \
1381   $(INCDIR)/alloca-conf.h \
1382   $(INCDIR)/ansidecl.h \
1383   $(INCDIR)/libiberty.h \
1384   $(INCDIR)/opcode/cgen-bitset.h \
1385   $(INCDIR)/opcode/cgen.h \
1386   $(INCDIR)/safe-ctype.h \
1387   $(INCDIR)/symcat.h \
1388   config.h \
1389   sysdep.h
1390 cr16-dis.lo: \
1391   cr16-dis.c \
1392   $(BFD_H) \
1393   $(INCDIR)/ansidecl.h \
1394   $(INCDIR)/dis-asm.h \
1395   $(INCDIR)/libiberty.h \
1396   $(INCDIR)/opcode/cr16.h \
1397   $(INCDIR)/symcat.h \
1398   config.h \
1399   sysdep.h
1400 cr16-opc.lo: \
1401   cr16-opc.c \
1402   $(INCDIR)/ansidecl.h \
1403   $(INCDIR)/libiberty.h \
1404   $(INCDIR)/opcode/cr16.h \
1405   $(INCDIR)/symcat.h
1406 cris-dis.lo: \
1407   cris-dis.c \
1408   $(BFD_H) \
1409   $(INCDIR)/ansidecl.h \
1410   $(INCDIR)/dis-asm.h \
1411   $(INCDIR)/libiberty.h \
1412   $(INCDIR)/opcode/cris.h \
1413   $(INCDIR)/symcat.h \
1414   config.h \
1415   sysdep.h
1416 cris-opc.lo: \
1417   cris-opc.c \
1418   $(INCDIR)/opcode/cris.h
1419 crx-dis.lo: \
1420   crx-dis.c \
1421   $(BFD_H) \
1422   $(INCDIR)/ansidecl.h \
1423   $(INCDIR)/dis-asm.h \
1424   $(INCDIR)/opcode/crx.h \
1425   $(INCDIR)/symcat.h \
1426   config.h \
1427   sysdep.h
1428 crx-opc.lo: \
1429   crx-opc.c \
1430   $(INCDIR)/ansidecl.h \
1431   $(INCDIR)/libiberty.h \
1432   $(INCDIR)/opcode/crx.h \
1433   $(INCDIR)/symcat.h
1434 d10v-dis.lo: \
1435   d10v-dis.c \
1436   $(BFD_H) \
1437   $(INCDIR)/ansidecl.h \
1438   $(INCDIR)/dis-asm.h \
1439   $(INCDIR)/opcode/d10v.h \
1440   $(INCDIR)/symcat.h \
1441   config.h \
1442   sysdep.h
1443 d10v-opc.lo: \
1444   d10v-opc.c \
1445   $(INCDIR)/ansidecl.h \
1446   $(INCDIR)/opcode/d10v.h \
1447   config.h \
1448   sysdep.h
1449 d30v-dis.lo: \
1450   d30v-dis.c \
1451   $(BFD_H) \
1452   $(INCDIR)/ansidecl.h \
1453   $(INCDIR)/dis-asm.h \
1454   $(INCDIR)/opcode/d30v.h \
1455   $(INCDIR)/symcat.h \
1456   config.h \
1457   opintl.h \
1458   sysdep.h
1459 d30v-opc.lo: \
1460   d30v-opc.c \
1461   $(INCDIR)/ansidecl.h \
1462   $(INCDIR)/opcode/d30v.h \
1463   config.h \
1464   sysdep.h
1465 dlx-dis.lo: \
1466   dlx-dis.c \
1467   $(BFD_H) \
1468   $(INCDIR)/ansidecl.h \
1469   $(INCDIR)/dis-asm.h \
1470   $(INCDIR)/opcode/dlx.h \
1471   $(INCDIR)/symcat.h \
1472   config.h \
1473   sysdep.h
1474 dis-buf.lo: \
1475   dis-buf.c \
1476   $(BFD_H) \
1477   $(INCDIR)/ansidecl.h \
1478   $(INCDIR)/dis-asm.h \
1479   $(INCDIR)/symcat.h \
1480   config.h \
1481   opintl.h \
1482   sysdep.h
1483 dis-init.lo: \
1484   dis-init.c \
1485   $(BFD_H) \
1486   $(INCDIR)/ansidecl.h \
1487   $(INCDIR)/dis-asm.h \
1488   $(INCDIR)/symcat.h \
1489   config.h \
1490   sysdep.h
1491 disassemble.lo: \
1492   disassemble.c \
1493   $(BFD_H) \
1494   $(INCDIR)/ansidecl.h \
1495   $(INCDIR)/dis-asm.h \
1496   $(INCDIR)/symcat.h \
1497   config.h \
1498   sysdep.h
1499 fr30-asm.lo: \
1500   fr30-asm.c \
1501   $(BFD_H) \
1502   $(INCDIR)/ansidecl.h \
1503   $(INCDIR)/libiberty.h \
1504   $(INCDIR)/opcode/cgen-bitset.h \
1505   $(INCDIR)/opcode/cgen.h \
1506   $(INCDIR)/safe-ctype.h \
1507   $(INCDIR)/symcat.h \
1508   $(INCDIR)/xregex.h \
1509   $(INCDIR)/xregex2.h \
1510   config.h \
1511   fr30-desc.h \
1512   fr30-opc.h \
1513   opintl.h \
1514   sysdep.h
1515 fr30-desc.lo: \
1516   fr30-desc.c \
1517   $(BFD_H) \
1518   $(INCDIR)/ansidecl.h \
1519   $(INCDIR)/libiberty.h \
1520   $(INCDIR)/opcode/cgen-bitset.h \
1521   $(INCDIR)/opcode/cgen.h \
1522   $(INCDIR)/symcat.h \
1523   $(INCDIR)/xregex.h \
1524   $(INCDIR)/xregex2.h \
1525   config.h \
1526   fr30-desc.h \
1527   fr30-opc.h \
1528   opintl.h \
1529   sysdep.h
1530 fr30-dis.lo: \
1531   fr30-dis.c \
1532   $(BFD_H) \
1533   $(INCDIR)/ansidecl.h \
1534   $(INCDIR)/dis-asm.h \
1535   $(INCDIR)/libiberty.h \
1536   $(INCDIR)/opcode/cgen-bitset.h \
1537   $(INCDIR)/opcode/cgen.h \
1538   $(INCDIR)/symcat.h \
1539   config.h \
1540   fr30-desc.h \
1541   fr30-opc.h \
1542   opintl.h \
1543   sysdep.h
1544 fr30-ibld.lo: \
1545   fr30-ibld.c \
1546   $(BFD_H) \
1547   $(INCDIR)/ansidecl.h \
1548   $(INCDIR)/dis-asm.h \
1549   $(INCDIR)/opcode/cgen-bitset.h \
1550   $(INCDIR)/opcode/cgen.h \
1551   $(INCDIR)/safe-ctype.h \
1552   $(INCDIR)/symcat.h \
1553   config.h \
1554   fr30-desc.h \
1555   fr30-opc.h \
1556   opintl.h \
1557   sysdep.h
1558 fr30-opc.lo: \
1559   fr30-opc.c \
1560   $(BFD_H) \
1561   $(INCDIR)/ansidecl.h \
1562   $(INCDIR)/libiberty.h \
1563   $(INCDIR)/opcode/cgen-bitset.h \
1564   $(INCDIR)/opcode/cgen.h \
1565   $(INCDIR)/symcat.h \
1566   config.h \
1567   fr30-desc.h \
1568   fr30-opc.h \
1569   sysdep.h
1570 frv-asm.lo: \
1571   frv-asm.c \
1572   $(BFD_H) \
1573   $(INCDIR)/ansidecl.h \
1574   $(INCDIR)/libiberty.h \
1575   $(INCDIR)/opcode/cgen-bitset.h \
1576   $(INCDIR)/opcode/cgen.h \
1577   $(INCDIR)/safe-ctype.h \
1578   $(INCDIR)/symcat.h \
1579   $(INCDIR)/xregex.h \
1580   $(INCDIR)/xregex2.h \
1581   config.h \
1582   frv-desc.h \
1583   frv-opc.h \
1584   opintl.h \
1585   sysdep.h
1586 frv-desc.lo: \
1587   frv-desc.c \
1588   $(BFD_H) \
1589   $(INCDIR)/ansidecl.h \
1590   $(INCDIR)/libiberty.h \
1591   $(INCDIR)/opcode/cgen-bitset.h \
1592   $(INCDIR)/opcode/cgen.h \
1593   $(INCDIR)/symcat.h \
1594   $(INCDIR)/xregex.h \
1595   $(INCDIR)/xregex2.h \
1596   config.h \
1597   frv-desc.h \
1598   frv-opc.h \
1599   opintl.h \
1600   sysdep.h
1601 frv-dis.lo: \
1602   frv-dis.c \
1603   $(BFD_H) \
1604   $(INCDIR)/ansidecl.h \
1605   $(INCDIR)/dis-asm.h \
1606   $(INCDIR)/libiberty.h \
1607   $(INCDIR)/opcode/cgen-bitset.h \
1608   $(INCDIR)/opcode/cgen.h \
1609   $(INCDIR)/symcat.h \
1610   config.h \
1611   frv-desc.h \
1612   frv-opc.h \
1613   opintl.h \
1614   sysdep.h
1615 frv-ibld.lo: \
1616   frv-ibld.c \
1617   $(BFD_H) \
1618   $(INCDIR)/ansidecl.h \
1619   $(INCDIR)/dis-asm.h \
1620   $(INCDIR)/opcode/cgen-bitset.h \
1621   $(INCDIR)/opcode/cgen.h \
1622   $(INCDIR)/safe-ctype.h \
1623   $(INCDIR)/symcat.h \
1624   config.h \
1625   frv-desc.h \
1626   frv-opc.h \
1627   opintl.h \
1628   sysdep.h
1629 frv-opc.lo: \
1630   frv-opc.c \
1631   $(BFD_H) \
1632   $(INCDIR)/ansidecl.h \
1633   $(INCDIR)/elf/frv.h \
1634   $(INCDIR)/elf/reloc-macros.h \
1635   $(INCDIR)/libiberty.h \
1636   $(INCDIR)/opcode/cgen-bitset.h \
1637   $(INCDIR)/opcode/cgen.h \
1638   $(INCDIR)/symcat.h \
1639   config.h \
1640   frv-desc.h \
1641   frv-opc.h \
1642   sysdep.h
1643 moxie-dis.lo: \
1644   moxie-dis.c \
1645   $(BFD_H) \
1646   $(INCDIR)/ansidecl.h \
1647   $(INCDIR)/dis-asm.h \
1648   $(INCDIR)/opcode/moxie.h \
1649   $(INCDIR)/symcat.h \
1650   config.h \
1651   sysdep.h
1652 moxie-opc.lo: \
1653   moxie-opc.c \
1654   $(INCDIR)/ansidecl.h \
1655   $(INCDIR)/opcode/moxie.h \
1656   config.h \
1657   sysdep.h
1658 h8300-dis.lo: \
1659   h8300-dis.c \
1660   $(BFD_H) \
1661   $(INCDIR)/ansidecl.h \
1662   $(INCDIR)/dis-asm.h \
1663   $(INCDIR)/libiberty.h \
1664   $(INCDIR)/opcode/h8300.h \
1665   $(INCDIR)/symcat.h \
1666   config.h \
1667   opintl.h \
1668   sysdep.h
1669 h8500-dis.lo: \
1670   h8500-dis.c \
1671   $(BFD_H) \
1672   $(INCDIR)/ansidecl.h \
1673   $(INCDIR)/dis-asm.h \
1674   $(INCDIR)/symcat.h \
1675   config.h \
1676   h8500-opc.h \
1677   opintl.h \
1678   sysdep.h
1679 hppa-dis.lo: \
1680   hppa-dis.c \
1681   $(BFDDIR)/libhppa.h \
1682   $(BFD_H) \
1683   $(INCDIR)/ansidecl.h \
1684   $(INCDIR)/dis-asm.h \
1685   $(INCDIR)/opcode/hppa.h \
1686   $(INCDIR)/symcat.h \
1687   config.h \
1688   sysdep.h
1689 i370-dis.lo: \
1690   i370-dis.c \
1691   $(BFD_H) \
1692   $(INCDIR)/ansidecl.h \
1693   $(INCDIR)/dis-asm.h \
1694   $(INCDIR)/opcode/i370.h \
1695   $(INCDIR)/symcat.h \
1696   config.h \
1697   sysdep.h
1698 i370-opc.lo: \
1699   i370-opc.c \
1700   $(INCDIR)/ansidecl.h \
1701   $(INCDIR)/opcode/i370.h \
1702   config.h \
1703   sysdep.h
1704 i386-dis.lo: \
1705   i386-dis.c \
1706   $(BFD_H) \
1707   $(INCDIR)/ansidecl.h \
1708   $(INCDIR)/dis-asm.h \
1709   $(INCDIR)/libiberty.h \
1710   $(INCDIR)/opcode/i386.h \
1711   $(INCDIR)/symcat.h \
1712   config.h \
1713   opintl.h \
1714   sysdep.h
1715 i386-opc.lo: \
1716   i386-opc.c \
1717   $(INCDIR)/ansidecl.h \
1718   $(INCDIR)/libiberty.h \
1719   $(INCDIR)/opcode/i386.h \
1720   config.h \
1721   i386-opc.h \
1722   i386-tbl.h \
1723   sysdep.h
1724 i386-gen.lo: \
1725   i386-gen.c \
1726   $(INCDIR)/ansidecl.h \
1727   $(INCDIR)/getopt.h \
1728   $(INCDIR)/hashtab.h \
1729   $(INCDIR)/libiberty.h \
1730   $(INCDIR)/opcode/i386.h \
1731   $(INCDIR)/safe-ctype.h \
1732   config.h \
1733   i386-opc.h \
1734   sysdep.h
1735 i860-dis.lo: \
1736   i860-dis.c \
1737   $(BFD_H) \
1738   $(INCDIR)/ansidecl.h \
1739   $(INCDIR)/dis-asm.h \
1740   $(INCDIR)/opcode/i860.h \
1741   $(INCDIR)/symcat.h
1742 i960-dis.lo: \
1743   i960-dis.c \
1744   $(BFD_H) \
1745   $(INCDIR)/ansidecl.h \
1746   $(INCDIR)/dis-asm.h \
1747   $(INCDIR)/symcat.h \
1748   config.h \
1749   sysdep.h
1750 ia64-dis.lo: \
1751   ia64-dis.c \
1752   $(BFD_H) \
1753   $(INCDIR)/ansidecl.h \
1754   $(INCDIR)/dis-asm.h \
1755   $(INCDIR)/opcode/ia64.h \
1756   $(INCDIR)/symcat.h
1757 ia64-opc-a.lo: \
1758   ia64-opc-a.c \
1759   $(BFD_H) \
1760   $(INCDIR)/ansidecl.h \
1761   $(INCDIR)/opcode/ia64.h \
1762   $(INCDIR)/symcat.h \
1763   ia64-opc.h
1764 ia64-opc-b.lo: \
1765   ia64-opc-b.c \
1766   $(BFD_H) \
1767   $(INCDIR)/ansidecl.h \
1768   $(INCDIR)/opcode/ia64.h \
1769   $(INCDIR)/symcat.h \
1770   ia64-opc.h
1771 ia64-opc-f.lo: \
1772   ia64-opc-f.c \
1773   $(BFD_H) \
1774   $(INCDIR)/ansidecl.h \
1775   $(INCDIR)/opcode/ia64.h \
1776   $(INCDIR)/symcat.h \
1777   ia64-opc.h
1778 ia64-opc-i.lo: \
1779   ia64-opc-i.c \
1780   $(BFD_H) \
1781   $(INCDIR)/ansidecl.h \
1782   $(INCDIR)/opcode/ia64.h \
1783   $(INCDIR)/symcat.h \
1784   ia64-opc.h
1785 ia64-opc-m.lo: \
1786   ia64-opc-m.c \
1787   $(BFD_H) \
1788   $(INCDIR)/ansidecl.h \
1789   $(INCDIR)/opcode/ia64.h \
1790   $(INCDIR)/symcat.h \
1791   ia64-opc.h
1792 ia64-opc-d.lo: \
1793   ia64-opc-d.c
1794 ia64-opc.lo: \
1795   ia64-opc.c \
1796   $(BFD_H) \
1797   $(INCDIR)/ansidecl.h \
1798   $(INCDIR)/libiberty.h \
1799   $(INCDIR)/opcode/ia64.h \
1800   $(INCDIR)/symcat.h \
1801   config.h \
1802   ia64-asmtab.c \
1803   ia64-asmtab.h \
1804   sysdep.h
1805 ia64-gen.lo: \
1806   ia64-gen.c \
1807   $(BFD_H) \
1808   $(INCDIR)/ansidecl.h \
1809   $(INCDIR)/getopt.h \
1810   $(INCDIR)/libiberty.h \
1811   $(INCDIR)/opcode/ia64.h \
1812   $(INCDIR)/safe-ctype.h \
1813   $(INCDIR)/symcat.h \
1814   config.h \
1815   ia64-opc-a.c \
1816   ia64-opc-b.c \
1817   ia64-opc-d.c \
1818   ia64-opc-f.c \
1819   ia64-opc-i.c \
1820   ia64-opc-m.c \
1821   ia64-opc-x.c \
1822   ia64-opc.h \
1823   sysdep.h
1824 ia64-asmtab.lo: \
1825   ia64-asmtab.c
1826 ip2k-asm.lo: \
1827   ip2k-asm.c \
1828   $(BFD_H) \
1829   $(INCDIR)/ansidecl.h \
1830   $(INCDIR)/libiberty.h \
1831   $(INCDIR)/opcode/cgen-bitset.h \
1832   $(INCDIR)/opcode/cgen.h \
1833   $(INCDIR)/safe-ctype.h \
1834   $(INCDIR)/symcat.h \
1835   $(INCDIR)/xregex.h \
1836   $(INCDIR)/xregex2.h \
1837   config.h \
1838   ip2k-desc.h \
1839   ip2k-opc.h \
1840   opintl.h \
1841   sysdep.h
1842 ip2k-desc.lo: \
1843   ip2k-desc.c \
1844   $(BFD_H) \
1845   $(INCDIR)/ansidecl.h \
1846   $(INCDIR)/libiberty.h \
1847   $(INCDIR)/opcode/cgen-bitset.h \
1848   $(INCDIR)/opcode/cgen.h \
1849   $(INCDIR)/symcat.h \
1850   $(INCDIR)/xregex.h \
1851   $(INCDIR)/xregex2.h \
1852   config.h \
1853   ip2k-desc.h \
1854   ip2k-opc.h \
1855   opintl.h \
1856   sysdep.h
1857 ip2k-dis.lo: \
1858   ip2k-dis.c \
1859   $(BFD_H) \
1860   $(INCDIR)/ansidecl.h \
1861   $(INCDIR)/dis-asm.h \
1862   $(INCDIR)/libiberty.h \
1863   $(INCDIR)/opcode/cgen-bitset.h \
1864   $(INCDIR)/opcode/cgen.h \
1865   $(INCDIR)/symcat.h \
1866   config.h \
1867   ip2k-desc.h \
1868   ip2k-opc.h \
1869   opintl.h \
1870   sysdep.h
1871 ip2k-ibld.lo: \
1872   ip2k-ibld.c \
1873   $(BFD_H) \
1874   $(INCDIR)/ansidecl.h \
1875   $(INCDIR)/dis-asm.h \
1876   $(INCDIR)/opcode/cgen-bitset.h \
1877   $(INCDIR)/opcode/cgen.h \
1878   $(INCDIR)/safe-ctype.h \
1879   $(INCDIR)/symcat.h \
1880   config.h \
1881   ip2k-desc.h \
1882   ip2k-opc.h \
1883   opintl.h \
1884   sysdep.h
1885 ip2k-opc.lo: \
1886   ip2k-opc.c \
1887   $(BFD_H) \
1888   $(INCDIR)/ansidecl.h \
1889   $(INCDIR)/libiberty.h \
1890   $(INCDIR)/opcode/cgen-bitset.h \
1891   $(INCDIR)/opcode/cgen.h \
1892   $(INCDIR)/safe-ctype.h \
1893   $(INCDIR)/symcat.h \
1894   config.h \
1895   ip2k-desc.h \
1896   ip2k-opc.h \
1897   sysdep.h
1898 iq2000-asm.lo: \
1899   iq2000-asm.c \
1900   $(BFD_H) \
1901   $(INCDIR)/ansidecl.h \
1902   $(INCDIR)/libiberty.h \
1903   $(INCDIR)/opcode/cgen-bitset.h \
1904   $(INCDIR)/opcode/cgen.h \
1905   $(INCDIR)/safe-ctype.h \
1906   $(INCDIR)/symcat.h \
1907   $(INCDIR)/xregex.h \
1908   $(INCDIR)/xregex2.h \
1909   config.h \
1910   iq2000-desc.h \
1911   iq2000-opc.h \
1912   opintl.h \
1913   sysdep.h
1914 iq2000-desc.lo: \
1915   iq2000-desc.c \
1916   $(BFD_H) \
1917   $(INCDIR)/ansidecl.h \
1918   $(INCDIR)/libiberty.h \
1919   $(INCDIR)/opcode/cgen-bitset.h \
1920   $(INCDIR)/opcode/cgen.h \
1921   $(INCDIR)/symcat.h \
1922   $(INCDIR)/xregex.h \
1923   $(INCDIR)/xregex2.h \
1924   config.h \
1925   iq2000-desc.h \
1926   iq2000-opc.h \
1927   opintl.h \
1928   sysdep.h
1929 iq2000-dis.lo: \
1930   iq2000-dis.c \
1931   $(BFD_H) \
1932   $(INCDIR)/ansidecl.h \
1933   $(INCDIR)/dis-asm.h \
1934   $(INCDIR)/libiberty.h \
1935   $(INCDIR)/opcode/cgen-bitset.h \
1936   $(INCDIR)/opcode/cgen.h \
1937   $(INCDIR)/symcat.h \
1938   config.h \
1939   iq2000-desc.h \
1940   iq2000-opc.h \
1941   opintl.h \
1942   sysdep.h
1943 iq2000-ibld.lo: \
1944   iq2000-ibld.c \
1945   $(BFD_H) \
1946   $(INCDIR)/ansidecl.h \
1947   $(INCDIR)/dis-asm.h \
1948   $(INCDIR)/opcode/cgen-bitset.h \
1949   $(INCDIR)/opcode/cgen.h \
1950   $(INCDIR)/safe-ctype.h \
1951   $(INCDIR)/symcat.h \
1952   config.h \
1953   iq2000-desc.h \
1954   iq2000-opc.h \
1955   opintl.h \
1956   sysdep.h
1957 iq2000-opc.lo: \
1958   iq2000-opc.c \
1959   $(BFD_H) \
1960   $(INCDIR)/ansidecl.h \
1961   $(INCDIR)/libiberty.h \
1962   $(INCDIR)/opcode/cgen-bitset.h \
1963   $(INCDIR)/opcode/cgen.h \
1964   $(INCDIR)/symcat.h \
1965   config.h \
1966   iq2000-desc.h \
1967   iq2000-opc.h \
1968   sysdep.h
1969 lm32-asm.lo: \
1970   lm32-asm.c \
1971   $(BFD_H) \
1972   $(INCDIR)/ansidecl.h \
1973   $(INCDIR)/libiberty.h \
1974   $(INCDIR)/opcode/cgen-bitset.h \
1975   $(INCDIR)/opcode/cgen.h \
1976   $(INCDIR)/safe-ctype.h \
1977   $(INCDIR)/symcat.h \
1978   $(INCDIR)/xregex.h \
1979   $(INCDIR)/xregex2.h \
1980   config.h \
1981   lm32-desc.h \
1982   lm32-opc.h \
1983   opintl.h \
1984   sysdep.h
1985 lm32-desc.lo: \
1986   lm32-desc.c \
1987   $(BFD_H) \
1988   $(INCDIR)/ansidecl.h \
1989   $(INCDIR)/libiberty.h \
1990   $(INCDIR)/opcode/cgen-bitset.h \
1991   $(INCDIR)/opcode/cgen.h \
1992   $(INCDIR)/symcat.h \
1993   $(INCDIR)/xregex.h \
1994   $(INCDIR)/xregex2.h \
1995   config.h \
1996   lm32-desc.h \
1997   lm32-opc.h \
1998   opintl.h \
1999   sysdep.h
2000 lm32-dis.lo: \
2001   lm32-dis.c \
2002   $(BFD_H) \
2003   $(INCDIR)/ansidecl.h \
2004   $(INCDIR)/dis-asm.h \
2005   $(INCDIR)/libiberty.h \
2006   $(INCDIR)/opcode/cgen-bitset.h \
2007   $(INCDIR)/opcode/cgen.h \
2008   $(INCDIR)/symcat.h \
2009   config.h \
2010   lm32-desc.h \
2011   lm32-opc.h \
2012   opintl.h \
2013   sysdep.h
2014 lm32-ibld.lo: \
2015   lm32-ibld.c \
2016   $(BFD_H) \
2017   $(INCDIR)/ansidecl.h \
2018   $(INCDIR)/dis-asm.h \
2019   $(INCDIR)/opcode/cgen-bitset.h \
2020   $(INCDIR)/opcode/cgen.h \
2021   $(INCDIR)/safe-ctype.h \
2022   $(INCDIR)/symcat.h \
2023   config.h \
2024   lm32-desc.h \
2025   lm32-opc.h \
2026   opintl.h \
2027   sysdep.h
2028 lm32-opc.lo: \
2029   lm32-opc.c \
2030   $(BFD_H) \
2031   $(INCDIR)/ansidecl.h \
2032   $(INCDIR)/libiberty.h \
2033   $(INCDIR)/opcode/cgen-bitset.h \
2034   $(INCDIR)/opcode/cgen.h \
2035   $(INCDIR)/symcat.h \
2036   config.h \
2037   lm32-desc.h \
2038   lm32-opc.h \
2039   sysdep.h
2040 lm32-opinst.lo: \
2041   lm32-opinst.c \
2042   $(BFD_H) \
2043   $(INCDIR)/ansidecl.h \
2044   $(INCDIR)/opcode/cgen-bitset.h \
2045   $(INCDIR)/opcode/cgen.h \
2046   $(INCDIR)/symcat.h \
2047   config.h \
2048   lm32-desc.h \
2049   lm32-opc.h \
2050   sysdep.h
2051 m32c-asm.lo: \
2052   m32c-asm.c \
2053   $(BFD_H) \
2054   $(INCDIR)/ansidecl.h \
2055   $(INCDIR)/libiberty.h \
2056   $(INCDIR)/opcode/cgen-bitset.h \
2057   $(INCDIR)/opcode/cgen.h \
2058   $(INCDIR)/safe-ctype.h \
2059   $(INCDIR)/symcat.h \
2060   $(INCDIR)/xregex.h \
2061   $(INCDIR)/xregex2.h \
2062   ../bfd/bfd_stdint.h \
2063   cgen-ops.h \
2064   cgen-types.h \
2065   config.h \
2066   m32c-desc.h \
2067   m32c-opc.h \
2068   opintl.h \
2069   sysdep.h
2070 m32c-desc.lo: \
2071   m32c-desc.c \
2072   $(BFD_H) \
2073   $(INCDIR)/ansidecl.h \
2074   $(INCDIR)/libiberty.h \
2075   $(INCDIR)/opcode/cgen-bitset.h \
2076   $(INCDIR)/opcode/cgen.h \
2077   $(INCDIR)/symcat.h \
2078   $(INCDIR)/xregex.h \
2079   $(INCDIR)/xregex2.h \
2080   ../bfd/bfd_stdint.h \
2081   cgen-ops.h \
2082   cgen-types.h \
2083   config.h \
2084   m32c-desc.h \
2085   m32c-opc.h \
2086   opintl.h \
2087   sysdep.h
2088 m32c-dis.lo: \
2089   m32c-dis.c \
2090   $(BFDDIR)/elf-bfd.h \
2091   $(BFD_H) \
2092   $(INCDIR)/ansidecl.h \
2093   $(INCDIR)/bfdlink.h \
2094   $(INCDIR)/dis-asm.h \
2095   $(INCDIR)/elf/common.h \
2096   $(INCDIR)/elf/external.h \
2097   $(INCDIR)/elf/internal.h \
2098   $(INCDIR)/elf/m32c.h \
2099   $(INCDIR)/elf/reloc-macros.h \
2100   $(INCDIR)/libiberty.h \
2101   $(INCDIR)/opcode/cgen-bitset.h \
2102   $(INCDIR)/opcode/cgen.h \
2103   $(INCDIR)/symcat.h \
2104   ../bfd/bfd_stdint.h \
2105   cgen-ops.h \
2106   cgen-types.h \
2107   config.h \
2108   m32c-desc.h \
2109   m32c-opc.h \
2110   opintl.h \
2111   sysdep.h
2112 m32c-ibld.lo: \
2113   m32c-ibld.c \
2114   $(BFD_H) \
2115   $(INCDIR)/ansidecl.h \
2116   $(INCDIR)/dis-asm.h \
2117   $(INCDIR)/opcode/cgen-bitset.h \
2118   $(INCDIR)/opcode/cgen.h \
2119   $(INCDIR)/safe-ctype.h \
2120   $(INCDIR)/symcat.h \
2121   ../bfd/bfd_stdint.h \
2122   cgen-ops.h \
2123   cgen-types.h \
2124   config.h \
2125   m32c-desc.h \
2126   m32c-opc.h \
2127   opintl.h \
2128   sysdep.h
2129 m32c-opc.lo: \
2130   m32c-opc.c \
2131   $(BFD_H) \
2132   $(INCDIR)/ansidecl.h \
2133   $(INCDIR)/libiberty.h \
2134   $(INCDIR)/opcode/cgen-bitset.h \
2135   $(INCDIR)/opcode/cgen.h \
2136   $(INCDIR)/symcat.h \
2137   ../bfd/bfd_stdint.h \
2138   cgen-ops.h \
2139   cgen-types.h \
2140   config.h \
2141   m32c-desc.h \
2142   m32c-opc.h \
2143   sysdep.h
2144 m32r-asm.lo: \
2145   m32r-asm.c \
2146   $(BFD_H) \
2147   $(INCDIR)/ansidecl.h \
2148   $(INCDIR)/libiberty.h \
2149   $(INCDIR)/opcode/cgen-bitset.h \
2150   $(INCDIR)/opcode/cgen.h \
2151   $(INCDIR)/safe-ctype.h \
2152   $(INCDIR)/symcat.h \
2153   $(INCDIR)/xregex.h \
2154   $(INCDIR)/xregex2.h \
2155   config.h \
2156   m32r-desc.h \
2157   m32r-opc.h \
2158   opintl.h \
2159   sysdep.h
2160 m32r-desc.lo: \
2161   m32r-desc.c \
2162   $(BFD_H) \
2163   $(INCDIR)/ansidecl.h \
2164   $(INCDIR)/libiberty.h \
2165   $(INCDIR)/opcode/cgen-bitset.h \
2166   $(INCDIR)/opcode/cgen.h \
2167   $(INCDIR)/symcat.h \
2168   $(INCDIR)/xregex.h \
2169   $(INCDIR)/xregex2.h \
2170   config.h \
2171   m32r-desc.h \
2172   m32r-opc.h \
2173   opintl.h \
2174   sysdep.h
2175 m32r-dis.lo: \
2176   m32r-dis.c \
2177   $(BFD_H) \
2178   $(INCDIR)/ansidecl.h \
2179   $(INCDIR)/dis-asm.h \
2180   $(INCDIR)/libiberty.h \
2181   $(INCDIR)/opcode/cgen-bitset.h \
2182   $(INCDIR)/opcode/cgen.h \
2183   $(INCDIR)/symcat.h \
2184   config.h \
2185   m32r-desc.h \
2186   m32r-opc.h \
2187   opintl.h \
2188   sysdep.h
2189 m32r-ibld.lo: \
2190   m32r-ibld.c \
2191   $(BFD_H) \
2192   $(INCDIR)/ansidecl.h \
2193   $(INCDIR)/dis-asm.h \
2194   $(INCDIR)/opcode/cgen-bitset.h \
2195   $(INCDIR)/opcode/cgen.h \
2196   $(INCDIR)/safe-ctype.h \
2197   $(INCDIR)/symcat.h \
2198   config.h \
2199   m32r-desc.h \
2200   m32r-opc.h \
2201   opintl.h \
2202   sysdep.h
2203 m32r-opc.lo: \
2204   m32r-opc.c \
2205   $(BFD_H) \
2206   $(INCDIR)/ansidecl.h \
2207   $(INCDIR)/libiberty.h \
2208   $(INCDIR)/opcode/cgen-bitset.h \
2209   $(INCDIR)/opcode/cgen.h \
2210   $(INCDIR)/symcat.h \
2211   config.h \
2212   m32r-desc.h \
2213   m32r-opc.h \
2214   sysdep.h
2215 m32r-opinst.lo: \
2216   m32r-opinst.c \
2217   $(BFD_H) \
2218   $(INCDIR)/ansidecl.h \
2219   $(INCDIR)/opcode/cgen-bitset.h \
2220   $(INCDIR)/opcode/cgen.h \
2221   $(INCDIR)/symcat.h \
2222   config.h \
2223   m32r-desc.h \
2224   m32r-opc.h \
2225   sysdep.h
2226 m68hc11-dis.lo: \
2227   m68hc11-dis.c \
2228   $(BFD_H) \
2229   $(INCDIR)/ansidecl.h \
2230   $(INCDIR)/dis-asm.h \
2231   $(INCDIR)/opcode/m68hc11.h \
2232   $(INCDIR)/symcat.h
2233 m68hc11-opc.lo: \
2234   m68hc11-opc.c \
2235   $(INCDIR)/ansidecl.h \
2236   $(INCDIR)/opcode/m68hc11.h
2237 m68k-dis.lo: \
2238   m68k-dis.c \
2239   $(BFD_H) \
2240   $(INCDIR)/ansidecl.h \
2241   $(INCDIR)/dis-asm.h \
2242   $(INCDIR)/floatformat.h \
2243   $(INCDIR)/libiberty.h \
2244   $(INCDIR)/opcode/m68k.h \
2245   $(INCDIR)/symcat.h \
2246   config.h \
2247   opintl.h \
2248   sysdep.h
2249 m68k-opc.lo: \
2250   m68k-opc.c \
2251   $(INCDIR)/ansidecl.h \
2252   $(INCDIR)/opcode/m68k.h \
2253   config.h \
2254   sysdep.h
2255 m88k-dis.lo: \
2256   m88k-dis.c \
2257   $(BFD_H) \
2258   $(INCDIR)/ansidecl.h \
2259   $(INCDIR)/dis-asm.h \
2260   $(INCDIR)/libiberty.h \
2261   $(INCDIR)/opcode/m88k.h \
2262   $(INCDIR)/symcat.h \
2263   config.h \
2264   opintl.h \
2265   sysdep.h
2266 maxq-dis.lo: \
2267   maxq-dis.c \
2268   $(BFD_H) \
2269   $(INCDIR)/ansidecl.h \
2270   $(INCDIR)/dis-asm.h \
2271   $(INCDIR)/opcode/maxq.h \
2272   $(INCDIR)/symcat.h \
2273   config.h \
2274   sysdep.h
2275 mcore-dis.lo: \
2276   mcore-dis.c \
2277   $(BFD_H) \
2278   $(INCDIR)/ansidecl.h \
2279   $(INCDIR)/dis-asm.h \
2280   $(INCDIR)/symcat.h \
2281   config.h \
2282   mcore-opc.h \
2283   sysdep.h
2284 mep-asm.lo: \
2285   mep-asm.c \
2286   $(BFD_H) \
2287   $(INCDIR)/ansidecl.h \
2288   $(INCDIR)/elf/mep.h \
2289   $(INCDIR)/elf/reloc-macros.h \
2290   $(INCDIR)/libiberty.h \
2291   $(INCDIR)/opcode/cgen-bitset.h \
2292   $(INCDIR)/opcode/cgen.h \
2293   $(INCDIR)/safe-ctype.h \
2294   $(INCDIR)/symcat.h \
2295   $(INCDIR)/xregex.h \
2296   $(INCDIR)/xregex2.h \
2297   config.h \
2298   mep-desc.h \
2299   mep-opc.h \
2300   opintl.h \
2301   sysdep.h
2302 mep-desc.lo: \
2303   mep-desc.c \
2304   $(BFD_H) \
2305   $(INCDIR)/ansidecl.h \
2306   $(INCDIR)/libiberty.h \
2307   $(INCDIR)/opcode/cgen-bitset.h \
2308   $(INCDIR)/opcode/cgen.h \
2309   $(INCDIR)/symcat.h \
2310   $(INCDIR)/xregex.h \
2311   $(INCDIR)/xregex2.h \
2312   config.h \
2313   mep-desc.h \
2314   mep-opc.h \
2315   opintl.h \
2316   sysdep.h
2317 mep-dis.lo: \
2318   mep-dis.c \
2319   $(BFDDIR)/elf-bfd.h \
2320   $(BFD_H) \
2321   $(INCDIR)/ansidecl.h \
2322   $(INCDIR)/bfdlink.h \
2323   $(INCDIR)/dis-asm.h \
2324   $(INCDIR)/elf/common.h \
2325   $(INCDIR)/elf/external.h \
2326   $(INCDIR)/elf/internal.h \
2327   $(INCDIR)/elf/mep.h \
2328   $(INCDIR)/elf/reloc-macros.h \
2329   $(INCDIR)/libiberty.h \
2330   $(INCDIR)/opcode/cgen-bitset.h \
2331   $(INCDIR)/opcode/cgen.h \
2332   $(INCDIR)/symcat.h \
2333   config.h \
2334   mep-desc.h \
2335   mep-opc.h \
2336   opintl.h \
2337   sysdep.h
2338 mep-ibld.lo: \
2339   mep-ibld.c \
2340   $(BFD_H) \
2341   $(INCDIR)/ansidecl.h \
2342   $(INCDIR)/dis-asm.h \
2343   $(INCDIR)/opcode/cgen-bitset.h \
2344   $(INCDIR)/opcode/cgen.h \
2345   $(INCDIR)/safe-ctype.h \
2346   $(INCDIR)/symcat.h \
2347   config.h \
2348   mep-desc.h \
2349   mep-opc.h \
2350   opintl.h \
2351   sysdep.h
2352 mep-opc.lo: \
2353   mep-opc.c \
2354   $(BFD_H) \
2355   $(INCDIR)/ansidecl.h \
2356   $(INCDIR)/elf/mep.h \
2357   $(INCDIR)/elf/reloc-macros.h \
2358   $(INCDIR)/libiberty.h \
2359   $(INCDIR)/opcode/cgen-bitset.h \
2360   $(INCDIR)/opcode/cgen.h \
2361   $(INCDIR)/symcat.h \
2362   config.h \
2363   mep-desc.h \
2364   mep-opc.h \
2365   sysdep.h
2366 mips-dis.lo: \
2367   mips-dis.c \
2368   $(BFDDIR)/elf-bfd.h \
2369   $(BFD_H) \
2370   $(INCDIR)/ansidecl.h \
2371   $(INCDIR)/bfdlink.h \
2372   $(INCDIR)/dis-asm.h \
2373   $(INCDIR)/elf/common.h \
2374   $(INCDIR)/elf/external.h \
2375   $(INCDIR)/elf/internal.h \
2376   $(INCDIR)/elf/mips.h \
2377   $(INCDIR)/elf/reloc-macros.h \
2378   $(INCDIR)/libiberty.h \
2379   $(INCDIR)/opcode/mips.h \
2380   $(INCDIR)/symcat.h \
2381   config.h \
2382   opintl.h \
2383   sysdep.h
2384 mips-opc.lo: \
2385   mips-opc.c \
2386   $(INCDIR)/ansidecl.h \
2387   $(INCDIR)/opcode/mips.h \
2388   config.h \
2389   sysdep.h
2390 mips16-opc.lo: \
2391   mips16-opc.c \
2392   $(INCDIR)/ansidecl.h \
2393   $(INCDIR)/opcode/mips.h \
2394   config.h \
2395   sysdep.h
2396 m10200-dis.lo: \
2397   m10200-dis.c \
2398   $(BFD_H) \
2399   $(INCDIR)/ansidecl.h \
2400   $(INCDIR)/dis-asm.h \
2401   $(INCDIR)/opcode/mn10200.h \
2402   $(INCDIR)/symcat.h \
2403   config.h \
2404   opintl.h \
2405   sysdep.h
2406 m10200-opc.lo: \
2407   m10200-opc.c \
2408   $(INCDIR)/ansidecl.h \
2409   $(INCDIR)/opcode/mn10200.h \
2410   config.h \
2411   sysdep.h
2412 m10300-dis.lo: \
2413   m10300-dis.c \
2414   $(BFD_H) \
2415   $(INCDIR)/ansidecl.h \
2416   $(INCDIR)/dis-asm.h \
2417   $(INCDIR)/opcode/mn10300.h \
2418   $(INCDIR)/symcat.h \
2419   config.h \
2420   opintl.h \
2421   sysdep.h
2422 m10300-opc.lo: \
2423   m10300-opc.c \
2424   $(INCDIR)/ansidecl.h \
2425   $(INCDIR)/opcode/mn10300.h \
2426   config.h \
2427   sysdep.h
2428 mmix-dis.lo: \
2429   mmix-dis.c \
2430   $(BFD_H) \
2431   $(INCDIR)/ansidecl.h \
2432   $(INCDIR)/dis-asm.h \
2433   $(INCDIR)/libiberty.h \
2434   $(INCDIR)/opcode/mmix.h \
2435   $(INCDIR)/symcat.h \
2436   opintl.h
2437 mmix-opc.lo: \
2438   mmix-opc.c \
2439   $(INCDIR)/opcode/mmix.h \
2440   $(INCDIR)/symcat.h
2441 mt-asm.lo: \
2442   mt-asm.c \
2443   $(BFD_H) \
2444   $(INCDIR)/ansidecl.h \
2445   $(INCDIR)/libiberty.h \
2446   $(INCDIR)/opcode/cgen-bitset.h \
2447   $(INCDIR)/opcode/cgen.h \
2448   $(INCDIR)/safe-ctype.h \
2449   $(INCDIR)/symcat.h \
2450   $(INCDIR)/xregex.h \
2451   $(INCDIR)/xregex2.h \
2452   config.h \
2453   mt-desc.h \
2454   mt-opc.h \
2455   opintl.h \
2456   sysdep.h
2457 mt-desc.lo: \
2458   mt-desc.c \
2459   $(BFD_H) \
2460   $(INCDIR)/ansidecl.h \
2461   $(INCDIR)/libiberty.h \
2462   $(INCDIR)/opcode/cgen-bitset.h \
2463   $(INCDIR)/opcode/cgen.h \
2464   $(INCDIR)/symcat.h \
2465   $(INCDIR)/xregex.h \
2466   $(INCDIR)/xregex2.h \
2467   config.h \
2468   mt-desc.h \
2469   mt-opc.h \
2470   opintl.h \
2471   sysdep.h
2472 mt-dis.lo: \
2473   mt-dis.c \
2474   $(BFD_H) \
2475   $(INCDIR)/ansidecl.h \
2476   $(INCDIR)/dis-asm.h \
2477   $(INCDIR)/libiberty.h \
2478   $(INCDIR)/opcode/cgen-bitset.h \
2479   $(INCDIR)/opcode/cgen.h \
2480   $(INCDIR)/symcat.h \
2481   config.h \
2482   mt-desc.h \
2483   mt-opc.h \
2484   opintl.h \
2485   sysdep.h
2486 mt-ibld.lo: \
2487   mt-ibld.c \
2488   $(BFD_H) \
2489   $(INCDIR)/ansidecl.h \
2490   $(INCDIR)/dis-asm.h \
2491   $(INCDIR)/opcode/cgen-bitset.h \
2492   $(INCDIR)/opcode/cgen.h \
2493   $(INCDIR)/safe-ctype.h \
2494   $(INCDIR)/symcat.h \
2495   config.h \
2496   mt-desc.h \
2497   mt-opc.h \
2498   opintl.h \
2499   sysdep.h
2500 mt-opc.lo: \
2501   mt-opc.c \
2502   $(BFD_H) \
2503   $(INCDIR)/ansidecl.h \
2504   $(INCDIR)/libiberty.h \
2505   $(INCDIR)/opcode/cgen-bitset.h \
2506   $(INCDIR)/opcode/cgen.h \
2507   $(INCDIR)/safe-ctype.h \
2508   $(INCDIR)/symcat.h \
2509   config.h \
2510   mt-desc.h \
2511   mt-opc.h \
2512   sysdep.h
2513 ns32k-dis.lo: \
2514   ns32k-dis.c \
2515   $(BFD_H) \
2516   $(INCDIR)/ansidecl.h \
2517   $(INCDIR)/dis-asm.h \
2518   $(INCDIR)/opcode/ns32k.h \
2519   $(INCDIR)/symcat.h \
2520   config.h \
2521   opintl.h \
2522   sysdep.h
2523 openrisc-asm.lo: \
2524   openrisc-asm.c \
2525   $(BFD_H) \
2526   $(INCDIR)/ansidecl.h \
2527   $(INCDIR)/libiberty.h \
2528   $(INCDIR)/opcode/cgen-bitset.h \
2529   $(INCDIR)/opcode/cgen.h \
2530   $(INCDIR)/safe-ctype.h \
2531   $(INCDIR)/symcat.h \
2532   $(INCDIR)/xregex.h \
2533   $(INCDIR)/xregex2.h \
2534   config.h \
2535   openrisc-desc.h \
2536   openrisc-opc.h \
2537   opintl.h \
2538   sysdep.h
2539 openrisc-desc.lo: \
2540   openrisc-desc.c \
2541   $(BFD_H) \
2542   $(INCDIR)/ansidecl.h \
2543   $(INCDIR)/libiberty.h \
2544   $(INCDIR)/opcode/cgen-bitset.h \
2545   $(INCDIR)/opcode/cgen.h \
2546   $(INCDIR)/symcat.h \
2547   $(INCDIR)/xregex.h \
2548   $(INCDIR)/xregex2.h \
2549   config.h \
2550   openrisc-desc.h \
2551   openrisc-opc.h \
2552   opintl.h \
2553   sysdep.h
2554 openrisc-dis.lo: \
2555   openrisc-dis.c \
2556   $(BFD_H) \
2557   $(INCDIR)/ansidecl.h \
2558   $(INCDIR)/dis-asm.h \
2559   $(INCDIR)/libiberty.h \
2560   $(INCDIR)/opcode/cgen-bitset.h \
2561   $(INCDIR)/opcode/cgen.h \
2562   $(INCDIR)/symcat.h \
2563   config.h \
2564   openrisc-desc.h \
2565   openrisc-opc.h \
2566   opintl.h \
2567   sysdep.h
2568 openrisc-ibld.lo: \
2569   openrisc-ibld.c \
2570   $(BFD_H) \
2571   $(INCDIR)/ansidecl.h \
2572   $(INCDIR)/dis-asm.h \
2573   $(INCDIR)/opcode/cgen-bitset.h \
2574   $(INCDIR)/opcode/cgen.h \
2575   $(INCDIR)/safe-ctype.h \
2576   $(INCDIR)/symcat.h \
2577   config.h \
2578   openrisc-desc.h \
2579   openrisc-opc.h \
2580   opintl.h \
2581   sysdep.h
2582 openrisc-opc.lo: \
2583   openrisc-opc.c \
2584   $(BFD_H) \
2585   $(INCDIR)/ansidecl.h \
2586   $(INCDIR)/libiberty.h \
2587   $(INCDIR)/opcode/cgen-bitset.h \
2588   $(INCDIR)/opcode/cgen.h \
2589   $(INCDIR)/symcat.h \
2590   config.h \
2591   openrisc-desc.h \
2592   openrisc-opc.h \
2593   sysdep.h
2594 or32-dis.lo: \
2595   or32-dis.c \
2596   $(BFD_H) \
2597   $(INCDIR)/ansidecl.h \
2598   $(INCDIR)/dis-asm.h \
2599   $(INCDIR)/opcode/or32.h \
2600   $(INCDIR)/safe-ctype.h \
2601   $(INCDIR)/symcat.h
2602 or32-opc.lo: \
2603   or32-opc.c \
2604   $(INCDIR)/ansidecl.h \
2605   $(INCDIR)/opcode/or32.h \
2606   $(INCDIR)/safe-ctype.h
2607 pdp11-dis.lo: \
2608   pdp11-dis.c \
2609   $(BFD_H) \
2610   $(INCDIR)/ansidecl.h \
2611   $(INCDIR)/dis-asm.h \
2612   $(INCDIR)/opcode/pdp11.h \
2613   $(INCDIR)/symcat.h \
2614   config.h \
2615   sysdep.h
2616 pdp11-opc.lo: \
2617   pdp11-opc.c \
2618   $(INCDIR)/opcode/pdp11.h
2619 pj-dis.lo: \
2620   pj-dis.c \
2621   $(BFD_H) \
2622   $(INCDIR)/ansidecl.h \
2623   $(INCDIR)/dis-asm.h \
2624   $(INCDIR)/opcode/pj.h \
2625   $(INCDIR)/symcat.h \
2626   config.h \
2627   sysdep.h
2628 pj-opc.lo: \
2629   pj-opc.c \
2630   $(INCDIR)/ansidecl.h \
2631   $(INCDIR)/opcode/pj.h \
2632   config.h \
2633   sysdep.h
2634 ppc-dis.lo: \
2635   ppc-dis.c \
2636   $(BFD_H) \
2637   $(INCDIR)/ansidecl.h \
2638   $(INCDIR)/dis-asm.h \
2639   $(INCDIR)/opcode/ppc.h \
2640   $(INCDIR)/symcat.h \
2641   config.h \
2642   opintl.h \
2643   sysdep.h
2644 ppc-opc.lo: \
2645   ppc-opc.c \
2646   $(INCDIR)/ansidecl.h \
2647   $(INCDIR)/opcode/ppc.h \
2648   config.h \
2649   opintl.h \
2650   sysdep.h
2651 s390-mkopc.lo: \
2652   s390-mkopc.c
2653 s390-opc.lo: \
2654   s390-opc.c \
2655   $(INCDIR)/ansidecl.h \
2656   $(INCDIR)/opcode/s390.h \
2657   s390-opc.tab
2658 s390-dis.lo: \
2659   s390-dis.c \
2660   $(BFD_H) \
2661   $(INCDIR)/ansidecl.h \
2662   $(INCDIR)/dis-asm.h \
2663   $(INCDIR)/opcode/s390.h \
2664   $(INCDIR)/symcat.h \
2665   config.h \
2666   opintl.h \
2667   sysdep.h
2668 score-dis.lo: \
2669   score-dis.c \
2670   $(BFDDIR)/elf-bfd.h \
2671   $(BFD_H) \
2672   $(INCDIR)/ansidecl.h \
2673   $(INCDIR)/bfdlink.h \
2674   $(INCDIR)/dis-asm.h \
2675   $(INCDIR)/elf/common.h \
2676   $(INCDIR)/elf/external.h \
2677   $(INCDIR)/elf/internal.h \
2678   $(INCDIR)/elf/reloc-macros.h \
2679   $(INCDIR)/elf/score.h \
2680   $(INCDIR)/symcat.h \
2681   config.h \
2682   opintl.h \
2683   sysdep.h
2684 score7-dis.lo: \
2685   score7-dis.c \
2686   $(BFDDIR)/elf-bfd.h \
2687   $(BFD_H) \
2688   $(INCDIR)/ansidecl.h \
2689   $(INCDIR)/bfdlink.h \
2690   $(INCDIR)/dis-asm.h \
2691   $(INCDIR)/elf/common.h \
2692   $(INCDIR)/elf/external.h \
2693   $(INCDIR)/elf/internal.h \
2694   $(INCDIR)/elf/reloc-macros.h \
2695   $(INCDIR)/elf/score.h \
2696   $(INCDIR)/symcat.h \
2697   config.h \
2698   opintl.h \
2699   sysdep.h
2700 sh-dis.lo: \
2701   sh-dis.c \
2702   $(BFD_H) \
2703   $(INCDIR)/ansidecl.h \
2704   $(INCDIR)/dis-asm.h \
2705   $(INCDIR)/symcat.h \
2706   config.h \
2707   sh-opc.h \
2708   sysdep.h
2709 sh64-dis.lo: \
2710   sh64-dis.c \
2711   $(BFDDIR)/elf-bfd.h \
2712   $(BFDDIR)/elf32-sh64.h \
2713   $(BFD_H) \
2714   $(INCDIR)/ansidecl.h \
2715   $(INCDIR)/bfdlink.h \
2716   $(INCDIR)/dis-asm.h \
2717   $(INCDIR)/elf/common.h \
2718   $(INCDIR)/elf/external.h \
2719   $(INCDIR)/elf/internal.h \
2720   $(INCDIR)/elf/reloc-macros.h \
2721   $(INCDIR)/elf/sh.h \
2722   $(INCDIR)/libiberty.h \
2723   $(INCDIR)/symcat.h \
2724   config.h \
2725   sh64-opc.h \
2726   sysdep.h
2727 sh64-opc.lo: \
2728   sh64-opc.c \
2729   sh64-opc.h
2730 sparc-dis.lo: \
2731   sparc-dis.c \
2732   $(BFD_H) \
2733   $(INCDIR)/ansidecl.h \
2734   $(INCDIR)/dis-asm.h \
2735   $(INCDIR)/libiberty.h \
2736   $(INCDIR)/opcode/sparc.h \
2737   $(INCDIR)/symcat.h \
2738   config.h \
2739   opintl.h \
2740   sysdep.h
2741 sparc-opc.lo: \
2742   sparc-opc.c \
2743   $(INCDIR)/ansidecl.h \
2744   $(INCDIR)/opcode/sparc.h \
2745   config.h \
2746   sysdep.h
2747 spu-dis.lo: \
2748   spu-dis.c \
2749   $(BFD_H) \
2750   $(INCDIR)/ansidecl.h \
2751   $(INCDIR)/dis-asm.h \
2752   $(INCDIR)/opcode/spu-insns.h \
2753   $(INCDIR)/opcode/spu.h \
2754   $(INCDIR)/symcat.h \
2755   config.h \
2756   sysdep.h
2757 spu-opc.lo: \
2758   spu-opc.c \
2759   $(INCDIR)/opcode/spu-insns.h \
2760   $(INCDIR)/opcode/spu.h
2761 tic30-dis.lo: \
2762   tic30-dis.c \
2763   $(BFD_H) \
2764   $(INCDIR)/ansidecl.h \
2765   $(INCDIR)/dis-asm.h \
2766   $(INCDIR)/opcode/tic30.h \
2767   $(INCDIR)/symcat.h \
2768   config.h \
2769   sysdep.h
2770 tic4x-dis.lo: \
2771   tic4x-dis.c \
2772   $(BFD_H) \
2773   $(INCDIR)/ansidecl.h \
2774   $(INCDIR)/dis-asm.h \
2775   $(INCDIR)/libiberty.h \
2776   $(INCDIR)/opcode/tic4x.h \
2777   $(INCDIR)/symcat.h
2778 tic54x-dis.lo: \
2779   tic54x-dis.c \
2780   $(BFD_H) \
2781   $(INCDIR)/ansidecl.h \
2782   $(INCDIR)/coff/ti.h \
2783   $(INCDIR)/coff/tic54x.h \
2784   $(INCDIR)/dis-asm.h \
2785   $(INCDIR)/opcode/tic54x.h \
2786   $(INCDIR)/symcat.h \
2787   config.h \
2788   sysdep.h
2789 tic54x-opc.lo: \
2790   tic54x-opc.c \
2791   $(BFD_H) \
2792   $(INCDIR)/ansidecl.h \
2793   $(INCDIR)/dis-asm.h \
2794   $(INCDIR)/opcode/tic54x.h \
2795   $(INCDIR)/symcat.h \
2796   config.h \
2797   sysdep.h
2798 tic80-dis.lo: \
2799   tic80-dis.c \
2800   $(BFD_H) \
2801   $(INCDIR)/ansidecl.h \
2802   $(INCDIR)/dis-asm.h \
2803   $(INCDIR)/opcode/tic80.h \
2804   $(INCDIR)/symcat.h \
2805   config.h \
2806   sysdep.h
2807 tic80-opc.lo: \
2808   tic80-opc.c \
2809   $(INCDIR)/ansidecl.h \
2810   $(INCDIR)/opcode/tic80.h \
2811   config.h \
2812   sysdep.h
2813 v850-dis.lo: \
2814   v850-dis.c \
2815   $(BFD_H) \
2816   $(INCDIR)/ansidecl.h \
2817   $(INCDIR)/dis-asm.h \
2818   $(INCDIR)/opcode/v850.h \
2819   $(INCDIR)/symcat.h \
2820   config.h \
2821   opintl.h \
2822   sysdep.h
2823 v850-opc.lo: \
2824   v850-opc.c \
2825   $(INCDIR)/ansidecl.h \
2826   $(INCDIR)/opcode/v850.h \
2827   config.h \
2828   opintl.h \
2829   sysdep.h
2830 vax-dis.lo: \
2831   vax-dis.c \
2832   $(BFD_H) \
2833   $(INCDIR)/ansidecl.h \
2834   $(INCDIR)/dis-asm.h \
2835   $(INCDIR)/opcode/vax.h \
2836   $(INCDIR)/symcat.h \
2837   config.h \
2838   sysdep.h
2839 w65-dis.lo: \
2840   w65-dis.c \
2841   $(BFD_H) \
2842   $(INCDIR)/ansidecl.h \
2843   $(INCDIR)/dis-asm.h \
2844   $(INCDIR)/symcat.h \
2845   config.h \
2846   sysdep.h \
2847   w65-opc.h
2848 xc16x-asm.lo: \
2849   xc16x-asm.c \
2850   $(BFD_H) \
2851   $(INCDIR)/ansidecl.h \
2852   $(INCDIR)/libiberty.h \
2853   $(INCDIR)/opcode/cgen-bitset.h \
2854   $(INCDIR)/opcode/cgen.h \
2855   $(INCDIR)/safe-ctype.h \
2856   $(INCDIR)/symcat.h \
2857   $(INCDIR)/xregex.h \
2858   $(INCDIR)/xregex2.h \
2859   config.h \
2860   opintl.h \
2861   sysdep.h \
2862   xc16x-desc.h \
2863   xc16x-opc.h
2864 xc16x-desc.lo: \
2865   xc16x-desc.c \
2866   $(BFD_H) \
2867   $(INCDIR)/ansidecl.h \
2868   $(INCDIR)/libiberty.h \
2869   $(INCDIR)/opcode/cgen-bitset.h \
2870   $(INCDIR)/opcode/cgen.h \
2871   $(INCDIR)/symcat.h \
2872   $(INCDIR)/xregex.h \
2873   $(INCDIR)/xregex2.h \
2874   config.h \
2875   opintl.h \
2876   sysdep.h \
2877   xc16x-desc.h \
2878   xc16x-opc.h
2879 xc16x-dis.lo: \
2880   xc16x-dis.c \
2881   $(BFD_H) \
2882   $(INCDIR)/ansidecl.h \
2883   $(INCDIR)/dis-asm.h \
2884   $(INCDIR)/libiberty.h \
2885   $(INCDIR)/opcode/cgen-bitset.h \
2886   $(INCDIR)/opcode/cgen.h \
2887   $(INCDIR)/symcat.h \
2888   config.h \
2889   opintl.h \
2890   sysdep.h \
2891   xc16x-desc.h \
2892   xc16x-opc.h
2893 xc16x-ibld.lo: \
2894   xc16x-ibld.c \
2895   $(BFD_H) \
2896   $(INCDIR)/ansidecl.h \
2897   $(INCDIR)/dis-asm.h \
2898   $(INCDIR)/opcode/cgen-bitset.h \
2899   $(INCDIR)/opcode/cgen.h \
2900   $(INCDIR)/safe-ctype.h \
2901   $(INCDIR)/symcat.h \
2902   config.h \
2903   opintl.h \
2904   sysdep.h \
2905   xc16x-desc.h \
2906   xc16x-opc.h
2907 xc16x-opc.lo: \
2908   xc16x-opc.c \
2909   $(BFD_H) \
2910   $(INCDIR)/ansidecl.h \
2911   $(INCDIR)/libiberty.h \
2912   $(INCDIR)/opcode/cgen-bitset.h \
2913   $(INCDIR)/opcode/cgen.h \
2914   $(INCDIR)/symcat.h \
2915   config.h \
2916   sysdep.h \
2917   xc16x-desc.h \
2918   xc16x-opc.h
2919 xstormy16-asm.lo: \
2920   xstormy16-asm.c \
2921   $(BFD_H) \
2922   $(INCDIR)/ansidecl.h \
2923   $(INCDIR)/libiberty.h \
2924   $(INCDIR)/opcode/cgen-bitset.h \
2925   $(INCDIR)/opcode/cgen.h \
2926   $(INCDIR)/safe-ctype.h \
2927   $(INCDIR)/symcat.h \
2928   $(INCDIR)/xregex.h \
2929   $(INCDIR)/xregex2.h \
2930   config.h \
2931   opintl.h \
2932   sysdep.h \
2933   xstormy16-desc.h \
2934   xstormy16-opc.h
2935 xstormy16-desc.lo: \
2936   xstormy16-desc.c \
2937   $(BFD_H) \
2938   $(INCDIR)/ansidecl.h \
2939   $(INCDIR)/libiberty.h \
2940   $(INCDIR)/opcode/cgen-bitset.h \
2941   $(INCDIR)/opcode/cgen.h \
2942   $(INCDIR)/symcat.h \
2943   $(INCDIR)/xregex.h \
2944   $(INCDIR)/xregex2.h \
2945   config.h \
2946   opintl.h \
2947   sysdep.h \
2948   xstormy16-desc.h \
2949   xstormy16-opc.h
2950 xstormy16-dis.lo: \
2951   xstormy16-dis.c \
2952   $(BFD_H) \
2953   $(INCDIR)/ansidecl.h \
2954   $(INCDIR)/dis-asm.h \
2955   $(INCDIR)/libiberty.h \
2956   $(INCDIR)/opcode/cgen-bitset.h \
2957   $(INCDIR)/opcode/cgen.h \
2958   $(INCDIR)/symcat.h \
2959   config.h \
2960   opintl.h \
2961   sysdep.h \
2962   xstormy16-desc.h \
2963   xstormy16-opc.h
2964 xstormy16-ibld.lo: \
2965   xstormy16-ibld.c \
2966   $(BFD_H) \
2967   $(INCDIR)/ansidecl.h \
2968   $(INCDIR)/dis-asm.h \
2969   $(INCDIR)/opcode/cgen-bitset.h \
2970   $(INCDIR)/opcode/cgen.h \
2971   $(INCDIR)/safe-ctype.h \
2972   $(INCDIR)/symcat.h \
2973   config.h \
2974   opintl.h \
2975   sysdep.h \
2976   xstormy16-desc.h \
2977   xstormy16-opc.h
2978 xstormy16-opc.lo: \
2979   xstormy16-opc.c \
2980   $(BFD_H) \
2981   $(INCDIR)/ansidecl.h \
2982   $(INCDIR)/libiberty.h \
2983   $(INCDIR)/opcode/cgen-bitset.h \
2984   $(INCDIR)/opcode/cgen.h \
2985   $(INCDIR)/symcat.h \
2986   config.h \
2987   sysdep.h \
2988   xstormy16-desc.h \
2989   xstormy16-opc.h
2990 xtensa-dis.lo: \
2991   xtensa-dis.c \
2992   $(BFD_H) \
2993   $(INCDIR)/ansidecl.h \
2994   $(INCDIR)/dis-asm.h \
2995   $(INCDIR)/libiberty.h \
2996   $(INCDIR)/symcat.h \
2997   $(INCDIR)/xtensa-isa.h \
2998   config.h \
2999   sysdep.h
3000 z80-dis.lo: \
3001   z80-dis.c \
3002   $(BFD_H) \
3003   $(INCDIR)/ansidecl.h \
3004   $(INCDIR)/dis-asm.h \
3005   $(INCDIR)/symcat.h \
3006   config.h \
3007   sysdep.h
3008 z8k-dis.lo: \
3009   z8k-dis.c \
3010   $(BFD_H) \
3011   $(INCDIR)/ansidecl.h \
3012   $(INCDIR)/dis-asm.h \
3013   $(INCDIR)/symcat.h \
3014   config.h \
3015   sysdep.h \
3016   z8k-opc.h
3017 z8kgen.lo: \
3018   z8kgen.c \
3019   $(INCDIR)/ansidecl.h \
3020   $(INCDIR)/libiberty.h \
3021   config.h \
3022   sysdep.h
3023 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
3024 # Tell versions [3.59,3.63) of GNU make to not export all variables.
3025 # Otherwise a system limit (for SysV at least) may be exceeded.
3026 .NOEXPORT: