Add support for Xilinx MicroBlaze processor.
[binutils.git] / opcodes / Makefile.am
blob077a9da311439546d2eafbc1baacde59a154991f
1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = 1.9 cygnus
4 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
6 SUBDIRS = po
8 INCDIR = $(srcdir)/../include
9 BFDDIR = $(srcdir)/../bfd
10 MKDEP = gcc -MM
12 WARN_CFLAGS = @WARN_CFLAGS@
13 NO_WERROR = @NO_WERROR@
14 AM_CFLAGS = $(WARN_CFLAGS)
16 bfdlibdir = @bfdlibdir@
17 bfdincludedir = @bfdincludedir@
19 .PHONY: install-pdf
20 install-pdf:
22 .PHONY: install-html
23 install-html:
25 bfdlib_LTLIBRARIES = libopcodes.la
27 # This is where bfd.h lives.
28 BFD_H = ../bfd/bfd.h
30 # This is where libiberty lives.
31 LIBIBERTY = ../libiberty/libiberty.a
33 # Header files.
34 HFILES = \
35         cgen-ops.h cgen-types.h \
36         fr30-desc.h fr30-opc.h \
37         frv-desc.h frv-opc.h \
38         h8500-opc.h \
39         i386-init.h \
40         i386-opc.h \
41         i386-tbl.h \
42         ia64-asmtab.h \
43         ia64-opc.h \
44         ip2k-desc.h ip2k-opc.h \
45         iq2000-desc.h iq2000-opc.h \
46         lm32-desc.h \
47         lm32-opc.h \
48         m32c-desc.h m32c-opc.h \
49         m32r-desc.h m32r-opc.h \
50         mcore-opc.h \
51         mep-desc.h mep-opc.h \
52         microblaze-opc.h \
53         mt-desc.h mt-opc.h \
54         openrisc-desc.h openrisc-opc.h \
55         score-opc.h \
56         sh-opc.h \
57         sh64-opc.h \
58         sysdep.h \
59         w65-opc.h \
60         xc16x-desc.h xc16x-opc.h \
61         xstormy16-desc.h xstormy16-opc.h \
62         z8k-opc.h
64 # C source files that correspond to .o's.
65 CFILES = \
66         alpha-dis.c \
67         alpha-opc.c \
68         arc-dis.c \
69         arc-opc.c \
70         arc-ext.c \
71         arm-dis.c \
72         avr-dis.c \
73         bfin-dis.c \
74         cgen-asm.c \
75         cgen-bitset.c \
76         cgen-dis.c \
77         cgen-opc.c \
78         cr16-dis.c \
79         cr16-opc.c \
80         cris-dis.c \
81         cris-opc.c \
82         crx-dis.c \
83         crx-opc.c \
84         d10v-dis.c \
85         d10v-opc.c \
86         d30v-dis.c \
87         d30v-opc.c \
88         dlx-dis.c \
89         dis-buf.c \
90         dis-init.c \
91         disassemble.c \
92         fr30-asm.c \
93         fr30-desc.c \
94         fr30-dis.c \
95         fr30-ibld.c \
96         fr30-opc.c \
97         frv-asm.c \
98         frv-desc.c \
99         frv-dis.c \
100         frv-ibld.c \
101         frv-opc.c \
102         moxie-dis.c \
103         moxie-opc.c \
104         h8300-dis.c \
105         h8500-dis.c \
106         hppa-dis.c \
107         i370-dis.c \
108         i370-opc.c \
109         i386-dis.c \
110         i386-opc.c \
111         i386-gen.c \
112         i860-dis.c \
113         i960-dis.c \
114         ia64-dis.c \
115         ia64-opc-a.c \
116         ia64-opc-b.c \
117         ia64-opc-f.c \
118         ia64-opc-i.c \
119         ia64-opc-m.c \
120         ia64-opc-d.c \
121         ia64-opc.c \
122         ia64-gen.c \
123         ia64-asmtab.c \
124         ip2k-asm.c \
125         ip2k-desc.c \
126         ip2k-dis.c \
127         ip2k-ibld.c \
128         ip2k-opc.c \
129         iq2000-asm.c \
130         iq2000-desc.c \
131         iq2000-dis.c \
132         iq2000-ibld.c \
133         iq2000-opc.c \
134         lm32-asm.c \
135         lm32-desc.c \
136         lm32-dis.c \
137         lm32-ibld.c \
138         lm32-opc.c \
139         lm32-opinst.c \
140         m32c-asm.c \
141         m32c-desc.c \
142         m32c-dis.c \
143         m32c-ibld.c \
144         m32c-opc.c \
145         m32r-asm.c \
146         m32r-desc.c \
147         m32r-dis.c \
148         m32r-ibld.c \
149         m32r-opc.c \
150         m32r-opinst.c \
151         m68hc11-dis.c \
152         m68hc11-opc.c \
153         m68k-dis.c \
154         m68k-opc.c \
155         m88k-dis.c \
156         maxq-dis.c \
157         mcore-dis.c \
158         mep-asm.c \
159         mep-desc.c \
160         mep-dis.c \
161         mep-ibld.c \
162         mep-opc.c \
163         mips-dis.c \
164         microblaze-dis.c \
165         mips-opc.c \
166         mips16-opc.c \
167         m10200-dis.c \
168         m10200-opc.c \
169         m10300-dis.c \
170         m10300-opc.c \
171         mmix-dis.c \
172         mmix-opc.c \
173         mt-asm.c \
174         mt-desc.c \
175         mt-dis.c \
176         mt-ibld.c \
177         mt-opc.c \
178         ns32k-dis.c \
179         openrisc-asm.c \
180         openrisc-desc.c \
181         openrisc-dis.c \
182         openrisc-ibld.c \
183         openrisc-opc.c \
184         or32-dis.c \
185         or32-opc.c \
186         pdp11-dis.c \
187         pdp11-opc.c \
188         pj-dis.c \
189         pj-opc.c \
190         ppc-dis.c \
191         ppc-opc.c \
192         s390-mkopc.c \
193         s390-opc.c \
194         s390-dis.c \
195         score-dis.c \
196         score7-dis.c \
197         sh-dis.c \
198         sh64-dis.c \
199         sh64-opc.c \
200         sparc-dis.c \
201         sparc-opc.c \
202         spu-dis.c \
203         spu-opc.c \
204         tic30-dis.c \
205         tic4x-dis.c \
206         tic54x-dis.c \
207         tic54x-opc.c \
208         tic80-dis.c \
209         tic80-opc.c \
210         v850-dis.c \
211         v850-opc.c \
212         vax-dis.c \
213         w65-dis.c \
214         xc16x-asm.c \
215         xc16x-desc.c \
216         xc16x-dis.c \
217         xc16x-ibld.c \
218         xc16x-opc.c \
219         xstormy16-asm.c \
220         xstormy16-desc.c \
221         xstormy16-dis.c \
222         xstormy16-ibld.c \
223         xstormy16-opc.c \
224         xtensa-dis.c \
225         z80-dis.c \
226         z8k-dis.c \
227         z8kgen.c
229 ALL_MACHINES = \
230         alpha-dis.lo \
231         alpha-opc.lo \
232         arc-dis.lo \
233         arc-opc.lo \
234         arc-ext.lo \
235         arm-dis.lo \
236         avr-dis.lo \
237         bfin-dis.lo \
238         cgen-asm.lo \
239         cgen-bitset.lo \
240         cgen-dis.lo \
241         cgen-opc.lo \
242         cr16-dis.lo \
243         cr16-opc.lo \
244         cris-dis.lo \
245         cris-opc.lo \
246         crx-dis.lo \
247         crx-opc.lo \
248         d10v-dis.lo \
249         d10v-opc.lo \
250         d30v-dis.lo \
251         d30v-opc.lo \
252         dlx-dis.lo \
253         fr30-asm.lo \
254         fr30-desc.lo \
255         fr30-dis.lo \
256         fr30-ibld.lo \
257         fr30-opc.lo \
258         frv-asm.lo \
259         frv-desc.lo \
260         frv-dis.lo \
261         frv-ibld.lo \
262         frv-opc.lo \
263         moxie-dis.lo \
264         moxie-opc.lo \
265         h8300-dis.lo \
266         h8500-dis.lo \
267         hppa-dis.lo \
268         i386-dis.lo \
269         i386-opc.lo \
270         i370-dis.lo \
271         i370-opc.lo \
272         i860-dis.lo \
273         i960-dis.lo \
274         ia64-dis.lo \
275         ia64-opc.lo \
276         ip2k-asm.lo \
277         ip2k-desc.lo \
278         ip2k-dis.lo \
279         ip2k-ibld.lo \
280         ip2k-opc.lo \
281         iq2000-asm.lo \
282         iq2000-desc.lo \
283         iq2000-dis.lo \
284         iq2000-ibld.lo \
285         iq2000-opc.lo \
286         lm32-asm.lo \
287         lm32-desc.lo \
288         lm32-dis.lo \
289         lm32-ibld.lo \
290         lm32-opc.lo \
291         lm32-opinst.lo \
292         m32c-asm.lo \
293         m32c-desc.lo \
294         m32c-dis.lo \
295         m32c-ibld.lo \
296         m32c-opc.lo \
297         m32r-asm.lo \
298         m32r-desc.lo \
299         m32r-dis.lo \
300         m32r-ibld.lo \
301         m32r-opc.lo \
302         m32r-opinst.lo \
303         m68hc11-dis.lo \
304         m68hc11-opc.lo \
305         m68k-dis.lo \
306         m68k-opc.lo \
307         m88k-dis.lo \
308         m10200-dis.lo \
309         m10200-opc.lo \
310         m10300-dis.lo \
311         m10300-opc.lo \
312         maxq-dis.lo \
313         mcore-dis.lo \
314         mep-asm.lo \
315         mep-desc.lo \
316         mep-dis.lo \
317         mep-ibld.lo \
318         mep-opc.lo \
319         mips-dis.lo \
320         microblaze-dis.lo \
321         mips-opc.lo \
322         mips16-opc.lo \
323         mmix-dis.lo \
324         mmix-opc.lo \
325         msp430-dis.lo \
326         mt-asm.lo \
327         mt-desc.lo \
328         mt-dis.lo \
329         mt-ibld.lo \
330         mt-opc.lo \
331         ns32k-dis.lo \
332         openrisc-asm.lo \
333         openrisc-desc.lo \
334         openrisc-dis.lo \
335         openrisc-ibld.lo \
336         openrisc-opc.lo \
337         or32-dis.lo \
338         or32-opc.lo \
339         pdp11-dis.lo \
340         pdp11-opc.lo \
341         pj-dis.lo \
342         pj-opc.lo \
343         ppc-dis.lo \
344         ppc-opc.lo \
345         s390-dis.lo \
346         s390-opc.lo \
347         score-dis.lo \
348         score7-dis.lo \
349         sh-dis.lo \
350         sh64-dis.lo \
351         sh64-opc.lo \
352         sparc-dis.lo \
353         sparc-opc.lo \
354         spu-dis.lo \
355         spu-opc.lo \
356         tic30-dis.lo \
357         tic4x-dis.lo \
358         tic54x-dis.lo \
359         tic54x-opc.lo \
360         tic80-dis.lo \
361         tic80-opc.lo \
362         v850-dis.lo \
363         v850-opc.lo \
364         vax-dis.lo \
365         w65-dis.lo \
366         xc16x-asm.lo \
367         xc16x-desc.lo \
368         xc16x-dis.lo \
369         xc16x-ibld.lo \
370         xc16x-opc.lo \
371         xstormy16-asm.lo \
372         xstormy16-desc.lo \
373         xstormy16-dis.lo \
374         xstormy16-ibld.lo \
375         xstormy16-opc.lo \
376         xtensa-dis.lo \
377         z80-dis.lo \
378         z8k-dis.lo
380 OFILES = @BFD_MACHINES@
382 # We should reconfigure whenever bfd/configure.in changes, because
383 # that's where the version number in Makefile comes from.
384 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
386 INCLUDES = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
388 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
389         $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
391 libopcodes_la_SOURCES =  dis-buf.c disassemble.c dis-init.c
392 # It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
393 # Unfortunately this causes libtool to add -L$(libdir), referring to the
394 # planned install directory of libbfd.  This can cause us to pick up an
395 # old version of libbfd, or to pick up libbfd for the wrong architecture
396 # if host != build. So for building with shared libraries we use a
397 # hardcoded path to libbfd.so instead of relying on the entries in libbfd.la.
398 libopcodes_la_DEPENDENCIES = $(OFILES) @SHARED_DEPENDENCIES@
399 libopcodes_la_LIBADD = $(OFILES) @SHARED_LIBADD@
400 libopcodes_la_LDFLAGS = -release `cat ../bfd/libtool-soversion` @SHARED_LDFLAGS@
402 # libtool will build .libs/libopcodes.a.  We create libopcodes.a in
403 # the build directory so that we don't have to convert all the
404 # programs that use libopcodes.a simultaneously.  This is a hack which
405 # should be removed if everything else starts using libtool.  FIXME.
407 noinst_LIBRARIES = libopcodes.a
409 stamp-lib: libopcodes.la
410         libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
411         if [ -f $$libtooldir/libopcodes.a ]; then \
412           cp $$libtooldir/libopcodes.a libopcodes.tmp; \
413           $(RANLIB) libopcodes.tmp; \
414           $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
415         else true; fi
416         touch stamp-lib
418 libopcodes.a: stamp-lib ; @true
420 POTFILES = $(HFILES) $(CFILES)
421 po/POTFILES.in: @MAINT@ Makefile
422         for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
423           && mv tmp $(srcdir)/po/POTFILES.in
425 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
426         @$(NORMAL_INSTALL)
428 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
429         @$(NORMAL_UNINSTALL)
431 .PHONY: install_libopcodes uninstall_libopcodes
432 install_libopcodes: $(bfdlib_LTLIBRARIES)
433         $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
434         $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
435         @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
436           if test -f $$p; then \
437             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
438             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
439           else :; fi; \
440         done
441         $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
443 uninstall_libopcodes:
444         list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
445           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
446         done
447         rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
449 CLEANFILES = \
450         stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
451         stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
452         libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
455 CGENDIR = @cgendir@
456 CPUDIR = $(CGENDIR)/cpu
457 CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
458 CGENFLAGS = -v
460 CGENDEPS = \
461         $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
462         $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
463         $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
464         $(CGENDIR)/opc-opinst.scm \
465         cgen-asm.in cgen-dis.in cgen-ibld.in
467 CGEN_CPUS = fr30 frv ip2k m32c m32r mep mt openrisc xc16x xstormy16
469 if CGEN_MAINT
470 IP2K_DEPS = stamp-ip2k
471 LM32_DEPS = stamp-lm32
472 M32C_DEPS = stamp-m32c
473 M32R_DEPS = stamp-m32r
474 FR30_DEPS = stamp-fr30
475 FRV_DEPS = stamp-frv
476 MEP_DEPS = stamp-mep
477 MT_DEPS = stamp-mt
478 OPENRISC_DEPS = stamp-openrisc
479 IQ2000_DEPS = stamp-iq2000
480 XC16X_DEPS = stamp-xc16x
481 XSTORMY16_DEPS = stamp-xstormy16
482 else
483 IP2K_DEPS =
484 LM32_DEPS = 
485 M32C_DEPS =
486 M32R_DEPS =
487 FR30_DEPS =
488 FRV_DEPS =
489 MEP_DEPS =
490 MT_DEPS =
491 OPENRISC_DEPS = 
492 IQ2000_DEPS = 
493 XC16X_DEPS = 
494 XSTORMY16_DEPS = 
495 endif
497 run-cgen:
498         $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
499           $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
500           "$(options)" "$(extrafiles)"
501         touch stamp-${prefix}
502 .PHONY: run-cgen
504 # Maintainer utility rule to regenerate all cgen files.
505 run-cgen-all:
506         for c in $(CGEN_CPUS) ; \
507         do \
508                 $(MAKE) stamp-$$c || exit 1 ; \
509         done
510 .PHONY: run-cgen-all
512 # For now, require developers to configure with --enable-cgen-maint.
513 $(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)
514         @true
515 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
516         $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
517                 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
519 $(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)
520         @true
521 stamp-lm32: $(CGENDEPS) $(srcdir)/../cpu/lm32.cpu $(srcdir)/../cpu/lm32.opc
522         $(MAKE) run-cgen arch=lm32 prefix=lm32 options=opinst \
523                 archfile=$(srcdir)/../cpu/lm32.cpu \
524                 opcfile=$(srcdir)/../cpu/lm32.opc \
525                 extrafiles=opinst
527 $(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)
528 #       @true
529 stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
530         $(MAKE) run-cgen arch=m32c prefix=m32c options= \
531                 archfile=$(srcdir)/../cpu/m32c.cpu \
532                 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
533 m32c_opc_h = m32c-opc.h cgen-types.h cgen-ops.h
534 m32c-asm.lo: m32c-asm.c sysdep.h config.h $(BFD_H) \
535   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
536   $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
537 m32c-desc.lo: m32c-desc.c sysdep.h config.h $(BFD_H) \
538   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
539   $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
540 m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
541   $(BFD_H) $(INCDIR)/ansidecl.h \
542   $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
543   $(m32c_opc_h) opintl.h
544 m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
545   $(BFD_H) $(INCDIR)/ansidecl.h \
546   $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
547   $(m32c_opc_h) opintl.h
548 m32c-opc.lo: m32c-opc.c sysdep.h config.h $(BFD_H) \
549   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
550   $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
552 $(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)
553         @true
554 stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
555         $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
556                 archfile=$(srcdir)/../cpu/m32r.cpu \
557                 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
559 $(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)
560         @true
561 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
562         $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
563                 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
565 $(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)
566         @true
567 stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
568         $(MAKE) run-cgen arch=frv prefix=frv options= \
569                 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
571 $(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)
572         @true
573 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
574         $(MAKE) run-cgen arch=mep prefix=mep options= \
575                 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
577 $(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)
578         @true
579 stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
580         $(MAKE) run-cgen arch=mt prefix=mt options= \
581                 archfile=$(srcdir)/../cpu/mt.cpu \
582                 opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
584 $(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)
585         @true
586 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
587         $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
588                 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
590 $(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)
591         @true
592 stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
593                 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
594                 $(srcdir)/../cpu/iq10.cpu
595         $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
596                 archfile=$(srcdir)/../cpu/iq2000.cpu \
597                 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
599 $(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)
600         @true
601 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
602         $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
603                 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
605 $(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)
606         @true
607 stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
608         $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
609                 archfile=$(CPUDIR)/xc16x.cpu opcfile=$(CPUDIR)/xc16x.opc extrafiles=
611 i386-gen: i386-gen.o
612         $(LINK) i386-gen.o $(LIBIBERTY)
614 i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h
616 $(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h 
617         @echo $@
619 $(srcdir)/i386-init.h: @MAINT@ i386-gen i386-opc.tbl i386-reg.tbl
620         ./i386-gen --srcdir $(srcdir)
622 ia64-gen: ia64-gen.o
623         $(LINK) ia64-gen.o $(LIBIBERTY)
625 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
626   ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
628 # Don't wrap the line below, as @MAINT@ can be expanded to '#'.
629 # Some make versions don't handle line continuations in comments.
630 $(srcdir)/ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
631         ./ia64-gen --srcdir $(srcdir) > $@
633 s390-mkopc: s390-mkopc.c
634         $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
636 s390-opc.tab: s390-mkopc s390-opc.txt
637         ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
639 sh-dis.lo: sh-dis.c
640         $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
642 # This dependency stuff is copied from BFD.
644 DEP: dep.sed $(CFILES) $(HFILES) config.h
645         rm -f DEP1
646         $(MAKE) MKDEP="$(MKDEP)" DEP1
647         echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
648         if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
649           echo 'make DEP failed!'; exit 1; \
650         else \
651           mv -f DEP1 $@; \
652         fi
654 DEP1: $(CFILES)
655         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
656         echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
657         for f in $?; do \
658           $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
659           sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
660           sed -e '1s/.*: //' -f dep.sed < DEPA | \
661             LC_ALL=C sort | LC_ALL=C uniq | \
662             sed -e 's/^[AB]/  /' -e '$$s/ \\$$//' >> DEP2; \
663         done
664         rm -f DEPA
665         mv -f DEP2 $@
667 dep.sed: dep-in.sed config.status
668         sed <$(srcdir)/dep-in.sed >dep.sed      \
669                 -e 's!@BFD_H@!$(BFD_H)!'        \
670                 -e 's!@INCDIR@!$(INCDIR)!'      \
671                 -e 's!@BFDDIR@!$(BFDDIR)!'      \
672                 -e 's!@SRCDIR@!$(srcdir)!'      \
673                 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
675 dep: DEP
676         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
677         cat DEP >> tmp-Makefile
678         $(srcdir)/../move-if-change tmp-Makefile Makefile
680 dep-in: DEP
681         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
682         cat DEP >> tmp-Makefile.in
683         $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
685 dep-am: DEP
686         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
687         cat DEP >> tmp-Makefile.am
688         $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
690 .PHONY: dep dep-in dep-am
692 # What appears below is generated by a hacked mkdep using gcc -MM.
694 # DO NOT DELETE THIS LINE -- mkdep uses it.
695 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
696 alpha-dis.lo: \
697   alpha-dis.c \
698   $(BFD_H) \
699   $(INCDIR)/ansidecl.h \
700   $(INCDIR)/dis-asm.h \
701   $(INCDIR)/opcode/alpha.h \
702   $(INCDIR)/symcat.h \
703   config.h \
704   sysdep.h
705 alpha-opc.lo: \
706   alpha-opc.c \
707   $(BFD_H) \
708   $(INCDIR)/ansidecl.h \
709   $(INCDIR)/opcode/alpha.h \
710   $(INCDIR)/symcat.h \
711   config.h \
712   opintl.h \
713   sysdep.h
714 arc-dis.lo: \
715   arc-dis.c \
716   $(BFDDIR)/elf-bfd.h \
717   $(BFD_H) \
718   $(INCDIR)/ansidecl.h \
719   $(INCDIR)/bfdlink.h \
720   $(INCDIR)/dis-asm.h \
721   $(INCDIR)/elf/arc.h \
722   $(INCDIR)/elf/common.h \
723   $(INCDIR)/elf/external.h \
724   $(INCDIR)/elf/internal.h \
725   $(INCDIR)/elf/reloc-macros.h \
726   $(INCDIR)/libiberty.h \
727   $(INCDIR)/opcode/arc.h \
728   $(INCDIR)/symcat.h \
729   arc-dis.h \
730   arc-ext.h \
731   opintl.h
732 arc-opc.lo: \
733   arc-opc.c \
734   $(BFD_H) \
735   $(INCDIR)/ansidecl.h \
736   $(INCDIR)/opcode/arc.h \
737   $(INCDIR)/symcat.h \
738   config.h \
739   opintl.h \
740   sysdep.h
741 arc-ext.lo: \
742   arc-ext.c \
743   $(BFD_H) \
744   $(INCDIR)/ansidecl.h \
745   $(INCDIR)/libiberty.h \
746   $(INCDIR)/symcat.h \
747   arc-ext.h \
748   config.h \
749   sysdep.h
750 arm-dis.lo: \
751   arm-dis.c \
752   $(BFDDIR)/elf-bfd.h \
753   $(BFDDIR)/libcoff.h \
754   $(BFD_H) \
755   $(INCDIR)/ansidecl.h \
756   $(INCDIR)/bfdlink.h \
757   $(INCDIR)/coff/internal.h \
758   $(INCDIR)/dis-asm.h \
759   $(INCDIR)/elf/arm.h \
760   $(INCDIR)/elf/common.h \
761   $(INCDIR)/elf/external.h \
762   $(INCDIR)/elf/internal.h \
763   $(INCDIR)/elf/reloc-macros.h \
764   $(INCDIR)/floatformat.h \
765   $(INCDIR)/opcode/arm.h \
766   $(INCDIR)/safe-ctype.h \
767   $(INCDIR)/symcat.h \
768   config.h \
769   opintl.h \
770   sysdep.h
771 avr-dis.lo: \
772   avr-dis.c \
773   $(BFD_H) \
774   $(INCDIR)/ansidecl.h \
775   $(INCDIR)/dis-asm.h \
776   $(INCDIR)/libiberty.h \
777   $(INCDIR)/opcode/avr.h \
778   $(INCDIR)/symcat.h \
779   config.h \
780   opintl.h \
781   sysdep.h
782 bfin-dis.lo: \
783   bfin-dis.c \
784   $(BFD_H) \
785   $(INCDIR)/ansidecl.h \
786   $(INCDIR)/dis-asm.h \
787   $(INCDIR)/opcode/bfin.h \
788   $(INCDIR)/symcat.h
789 cgen-asm.lo: \
790   cgen-asm.c \
791   $(BFD_H) \
792   $(INCDIR)/ansidecl.h \
793   $(INCDIR)/libiberty.h \
794   $(INCDIR)/opcode/cgen-bitset.h \
795   $(INCDIR)/opcode/cgen.h \
796   $(INCDIR)/safe-ctype.h \
797   $(INCDIR)/symcat.h \
798   config.h \
799   opintl.h \
800   sysdep.h
801 cgen-bitset.lo: \
802   cgen-bitset.c \
803   $(INCDIR)/ansidecl.h \
804   $(INCDIR)/libiberty.h \
805   $(INCDIR)/opcode/cgen-bitset.h
806 cgen-dis.lo: \
807   cgen-dis.c \
808   $(BFD_H) \
809   $(INCDIR)/ansidecl.h \
810   $(INCDIR)/libiberty.h \
811   $(INCDIR)/opcode/cgen-bitset.h \
812   $(INCDIR)/opcode/cgen.h \
813   $(INCDIR)/symcat.h \
814   config.h \
815   sysdep.h
816 cgen-opc.lo: \
817   cgen-opc.c \
818   $(BFD_H) \
819   $(INCDIR)/alloca-conf.h \
820   $(INCDIR)/ansidecl.h \
821   $(INCDIR)/libiberty.h \
822   $(INCDIR)/opcode/cgen-bitset.h \
823   $(INCDIR)/opcode/cgen.h \
824   $(INCDIR)/safe-ctype.h \
825   $(INCDIR)/symcat.h \
826   config.h \
827   sysdep.h
828 cr16-dis.lo: \
829   cr16-dis.c \
830   $(BFD_H) \
831   $(INCDIR)/ansidecl.h \
832   $(INCDIR)/dis-asm.h \
833   $(INCDIR)/libiberty.h \
834   $(INCDIR)/opcode/cr16.h \
835   $(INCDIR)/symcat.h \
836   config.h \
837   sysdep.h
838 cr16-opc.lo: \
839   cr16-opc.c \
840   $(INCDIR)/ansidecl.h \
841   $(INCDIR)/libiberty.h \
842   $(INCDIR)/opcode/cr16.h \
843   $(INCDIR)/symcat.h
844 cris-dis.lo: \
845   cris-dis.c \
846   $(BFD_H) \
847   $(INCDIR)/ansidecl.h \
848   $(INCDIR)/dis-asm.h \
849   $(INCDIR)/libiberty.h \
850   $(INCDIR)/opcode/cris.h \
851   $(INCDIR)/symcat.h \
852   config.h \
853   sysdep.h
854 cris-opc.lo: \
855   cris-opc.c \
856   $(INCDIR)/opcode/cris.h
857 crx-dis.lo: \
858   crx-dis.c \
859   $(BFD_H) \
860   $(INCDIR)/ansidecl.h \
861   $(INCDIR)/dis-asm.h \
862   $(INCDIR)/opcode/crx.h \
863   $(INCDIR)/symcat.h \
864   config.h \
865   sysdep.h
866 crx-opc.lo: \
867   crx-opc.c \
868   $(INCDIR)/ansidecl.h \
869   $(INCDIR)/libiberty.h \
870   $(INCDIR)/opcode/crx.h \
871   $(INCDIR)/symcat.h
872 d10v-dis.lo: \
873   d10v-dis.c \
874   $(BFD_H) \
875   $(INCDIR)/ansidecl.h \
876   $(INCDIR)/dis-asm.h \
877   $(INCDIR)/opcode/d10v.h \
878   $(INCDIR)/symcat.h \
879   config.h \
880   sysdep.h
881 d10v-opc.lo: \
882   d10v-opc.c \
883   $(INCDIR)/ansidecl.h \
884   $(INCDIR)/opcode/d10v.h \
885   config.h \
886   sysdep.h
887 d30v-dis.lo: \
888   d30v-dis.c \
889   $(BFD_H) \
890   $(INCDIR)/ansidecl.h \
891   $(INCDIR)/dis-asm.h \
892   $(INCDIR)/opcode/d30v.h \
893   $(INCDIR)/symcat.h \
894   config.h \
895   opintl.h \
896   sysdep.h
897 d30v-opc.lo: \
898   d30v-opc.c \
899   $(INCDIR)/ansidecl.h \
900   $(INCDIR)/opcode/d30v.h \
901   config.h \
902   sysdep.h
903 dlx-dis.lo: \
904   dlx-dis.c \
905   $(BFD_H) \
906   $(INCDIR)/ansidecl.h \
907   $(INCDIR)/dis-asm.h \
908   $(INCDIR)/opcode/dlx.h \
909   $(INCDIR)/symcat.h \
910   config.h \
911   sysdep.h
912 dis-buf.lo: \
913   dis-buf.c \
914   $(BFD_H) \
915   $(INCDIR)/ansidecl.h \
916   $(INCDIR)/dis-asm.h \
917   $(INCDIR)/symcat.h \
918   config.h \
919   opintl.h \
920   sysdep.h
921 dis-init.lo: \
922   dis-init.c \
923   $(BFD_H) \
924   $(INCDIR)/ansidecl.h \
925   $(INCDIR)/dis-asm.h \
926   $(INCDIR)/symcat.h \
927   config.h \
928   sysdep.h
929 disassemble.lo: \
930   disassemble.c \
931   $(BFD_H) \
932   $(INCDIR)/ansidecl.h \
933   $(INCDIR)/dis-asm.h \
934   $(INCDIR)/symcat.h \
935   config.h \
936   sysdep.h
937 fr30-asm.lo: \
938   fr30-asm.c \
939   $(BFD_H) \
940   $(INCDIR)/ansidecl.h \
941   $(INCDIR)/libiberty.h \
942   $(INCDIR)/opcode/cgen-bitset.h \
943   $(INCDIR)/opcode/cgen.h \
944   $(INCDIR)/safe-ctype.h \
945   $(INCDIR)/symcat.h \
946   $(INCDIR)/xregex.h \
947   $(INCDIR)/xregex2.h \
948   config.h \
949   fr30-desc.h \
950   fr30-opc.h \
951   opintl.h \
952   sysdep.h
953 fr30-desc.lo: \
954   fr30-desc.c \
955   $(BFD_H) \
956   $(INCDIR)/ansidecl.h \
957   $(INCDIR)/libiberty.h \
958   $(INCDIR)/opcode/cgen-bitset.h \
959   $(INCDIR)/opcode/cgen.h \
960   $(INCDIR)/symcat.h \
961   $(INCDIR)/xregex.h \
962   $(INCDIR)/xregex2.h \
963   config.h \
964   fr30-desc.h \
965   fr30-opc.h \
966   opintl.h \
967   sysdep.h
968 fr30-dis.lo: \
969   fr30-dis.c \
970   $(BFD_H) \
971   $(INCDIR)/ansidecl.h \
972   $(INCDIR)/dis-asm.h \
973   $(INCDIR)/libiberty.h \
974   $(INCDIR)/opcode/cgen-bitset.h \
975   $(INCDIR)/opcode/cgen.h \
976   $(INCDIR)/symcat.h \
977   config.h \
978   fr30-desc.h \
979   fr30-opc.h \
980   opintl.h \
981   sysdep.h
982 fr30-ibld.lo: \
983   fr30-ibld.c \
984   $(BFD_H) \
985   $(INCDIR)/ansidecl.h \
986   $(INCDIR)/dis-asm.h \
987   $(INCDIR)/opcode/cgen-bitset.h \
988   $(INCDIR)/opcode/cgen.h \
989   $(INCDIR)/safe-ctype.h \
990   $(INCDIR)/symcat.h \
991   config.h \
992   fr30-desc.h \
993   fr30-opc.h \
994   opintl.h \
995   sysdep.h
996 fr30-opc.lo: \
997   fr30-opc.c \
998   $(BFD_H) \
999   $(INCDIR)/ansidecl.h \
1000   $(INCDIR)/libiberty.h \
1001   $(INCDIR)/opcode/cgen-bitset.h \
1002   $(INCDIR)/opcode/cgen.h \
1003   $(INCDIR)/symcat.h \
1004   config.h \
1005   fr30-desc.h \
1006   fr30-opc.h \
1007   sysdep.h
1008 frv-asm.lo: \
1009   frv-asm.c \
1010   $(BFD_H) \
1011   $(INCDIR)/ansidecl.h \
1012   $(INCDIR)/libiberty.h \
1013   $(INCDIR)/opcode/cgen-bitset.h \
1014   $(INCDIR)/opcode/cgen.h \
1015   $(INCDIR)/safe-ctype.h \
1016   $(INCDIR)/symcat.h \
1017   $(INCDIR)/xregex.h \
1018   $(INCDIR)/xregex2.h \
1019   config.h \
1020   frv-desc.h \
1021   frv-opc.h \
1022   opintl.h \
1023   sysdep.h
1024 frv-desc.lo: \
1025   frv-desc.c \
1026   $(BFD_H) \
1027   $(INCDIR)/ansidecl.h \
1028   $(INCDIR)/libiberty.h \
1029   $(INCDIR)/opcode/cgen-bitset.h \
1030   $(INCDIR)/opcode/cgen.h \
1031   $(INCDIR)/symcat.h \
1032   $(INCDIR)/xregex.h \
1033   $(INCDIR)/xregex2.h \
1034   config.h \
1035   frv-desc.h \
1036   frv-opc.h \
1037   opintl.h \
1038   sysdep.h
1039 frv-dis.lo: \
1040   frv-dis.c \
1041   $(BFD_H) \
1042   $(INCDIR)/ansidecl.h \
1043   $(INCDIR)/dis-asm.h \
1044   $(INCDIR)/libiberty.h \
1045   $(INCDIR)/opcode/cgen-bitset.h \
1046   $(INCDIR)/opcode/cgen.h \
1047   $(INCDIR)/symcat.h \
1048   config.h \
1049   frv-desc.h \
1050   frv-opc.h \
1051   opintl.h \
1052   sysdep.h
1053 frv-ibld.lo: \
1054   frv-ibld.c \
1055   $(BFD_H) \
1056   $(INCDIR)/ansidecl.h \
1057   $(INCDIR)/dis-asm.h \
1058   $(INCDIR)/opcode/cgen-bitset.h \
1059   $(INCDIR)/opcode/cgen.h \
1060   $(INCDIR)/safe-ctype.h \
1061   $(INCDIR)/symcat.h \
1062   config.h \
1063   frv-desc.h \
1064   frv-opc.h \
1065   opintl.h \
1066   sysdep.h
1067 frv-opc.lo: \
1068   frv-opc.c \
1069   $(BFD_H) \
1070   $(INCDIR)/ansidecl.h \
1071   $(INCDIR)/elf/frv.h \
1072   $(INCDIR)/elf/reloc-macros.h \
1073   $(INCDIR)/libiberty.h \
1074   $(INCDIR)/opcode/cgen-bitset.h \
1075   $(INCDIR)/opcode/cgen.h \
1076   $(INCDIR)/symcat.h \
1077   config.h \
1078   frv-desc.h \
1079   frv-opc.h \
1080   sysdep.h
1081 moxie-dis.lo: \
1082   moxie-dis.c \
1083   $(BFD_H) \
1084   $(INCDIR)/ansidecl.h \
1085   $(INCDIR)/dis-asm.h \
1086   $(INCDIR)/opcode/moxie.h \
1087   $(INCDIR)/symcat.h \
1088   config.h \
1089   sysdep.h
1090 moxie-opc.lo: \
1091   moxie-opc.c \
1092   $(INCDIR)/ansidecl.h \
1093   $(INCDIR)/opcode/moxie.h \
1094   config.h \
1095   sysdep.h
1096 h8300-dis.lo: \
1097   h8300-dis.c \
1098   $(BFD_H) \
1099   $(INCDIR)/ansidecl.h \
1100   $(INCDIR)/dis-asm.h \
1101   $(INCDIR)/libiberty.h \
1102   $(INCDIR)/opcode/h8300.h \
1103   $(INCDIR)/symcat.h \
1104   config.h \
1105   opintl.h \
1106   sysdep.h
1107 h8500-dis.lo: \
1108   h8500-dis.c \
1109   $(BFD_H) \
1110   $(INCDIR)/ansidecl.h \
1111   $(INCDIR)/dis-asm.h \
1112   $(INCDIR)/symcat.h \
1113   config.h \
1114   h8500-opc.h \
1115   opintl.h \
1116   sysdep.h
1117 hppa-dis.lo: \
1118   hppa-dis.c \
1119   $(BFDDIR)/libhppa.h \
1120   $(BFD_H) \
1121   $(INCDIR)/ansidecl.h \
1122   $(INCDIR)/dis-asm.h \
1123   $(INCDIR)/opcode/hppa.h \
1124   $(INCDIR)/symcat.h \
1125   config.h \
1126   sysdep.h
1127 i370-dis.lo: \
1128   i370-dis.c \
1129   $(BFD_H) \
1130   $(INCDIR)/ansidecl.h \
1131   $(INCDIR)/dis-asm.h \
1132   $(INCDIR)/opcode/i370.h \
1133   $(INCDIR)/symcat.h \
1134   config.h \
1135   sysdep.h
1136 i370-opc.lo: \
1137   i370-opc.c \
1138   $(INCDIR)/ansidecl.h \
1139   $(INCDIR)/opcode/i370.h \
1140   config.h \
1141   sysdep.h
1142 i386-dis.lo: \
1143   i386-dis.c \
1144   $(BFD_H) \
1145   $(INCDIR)/ansidecl.h \
1146   $(INCDIR)/dis-asm.h \
1147   $(INCDIR)/libiberty.h \
1148   $(INCDIR)/opcode/i386.h \
1149   $(INCDIR)/symcat.h \
1150   config.h \
1151   opintl.h \
1152   sysdep.h
1153 i386-opc.lo: \
1154   i386-opc.c \
1155   $(INCDIR)/ansidecl.h \
1156   $(INCDIR)/libiberty.h \
1157   $(INCDIR)/opcode/i386.h \
1158   config.h \
1159   i386-opc.h \
1160   i386-tbl.h \
1161   sysdep.h
1162 i386-gen.lo: \
1163   i386-gen.c \
1164   $(INCDIR)/ansidecl.h \
1165   $(INCDIR)/getopt.h \
1166   $(INCDIR)/hashtab.h \
1167   $(INCDIR)/libiberty.h \
1168   $(INCDIR)/opcode/i386.h \
1169   $(INCDIR)/safe-ctype.h \
1170   config.h \
1171   i386-opc.h \
1172   sysdep.h
1173 i860-dis.lo: \
1174   i860-dis.c \
1175   $(BFD_H) \
1176   $(INCDIR)/ansidecl.h \
1177   $(INCDIR)/dis-asm.h \
1178   $(INCDIR)/opcode/i860.h \
1179   $(INCDIR)/symcat.h
1180 i960-dis.lo: \
1181   i960-dis.c \
1182   $(BFD_H) \
1183   $(INCDIR)/ansidecl.h \
1184   $(INCDIR)/dis-asm.h \
1185   $(INCDIR)/symcat.h \
1186   config.h \
1187   sysdep.h
1188 ia64-dis.lo: \
1189   ia64-dis.c \
1190   $(BFD_H) \
1191   $(INCDIR)/ansidecl.h \
1192   $(INCDIR)/dis-asm.h \
1193   $(INCDIR)/opcode/ia64.h \
1194   $(INCDIR)/symcat.h
1195 ia64-opc-a.lo: \
1196   ia64-opc-a.c \
1197   $(BFD_H) \
1198   $(INCDIR)/ansidecl.h \
1199   $(INCDIR)/opcode/ia64.h \
1200   $(INCDIR)/symcat.h \
1201   ia64-opc.h
1202 ia64-opc-b.lo: \
1203   ia64-opc-b.c \
1204   $(BFD_H) \
1205   $(INCDIR)/ansidecl.h \
1206   $(INCDIR)/opcode/ia64.h \
1207   $(INCDIR)/symcat.h \
1208   ia64-opc.h
1209 ia64-opc-f.lo: \
1210   ia64-opc-f.c \
1211   $(BFD_H) \
1212   $(INCDIR)/ansidecl.h \
1213   $(INCDIR)/opcode/ia64.h \
1214   $(INCDIR)/symcat.h \
1215   ia64-opc.h
1216 ia64-opc-i.lo: \
1217   ia64-opc-i.c \
1218   $(BFD_H) \
1219   $(INCDIR)/ansidecl.h \
1220   $(INCDIR)/opcode/ia64.h \
1221   $(INCDIR)/symcat.h \
1222   ia64-opc.h
1223 ia64-opc-m.lo: \
1224   ia64-opc-m.c \
1225   $(BFD_H) \
1226   $(INCDIR)/ansidecl.h \
1227   $(INCDIR)/opcode/ia64.h \
1228   $(INCDIR)/symcat.h \
1229   ia64-opc.h
1230 ia64-opc-d.lo: \
1231   ia64-opc-d.c
1232 ia64-opc.lo: \
1233   ia64-opc.c \
1234   $(BFD_H) \
1235   $(INCDIR)/ansidecl.h \
1236   $(INCDIR)/libiberty.h \
1237   $(INCDIR)/opcode/ia64.h \
1238   $(INCDIR)/symcat.h \
1239   config.h \
1240   ia64-asmtab.c \
1241   ia64-asmtab.h \
1242   sysdep.h
1243 ia64-gen.lo: \
1244   ia64-gen.c \
1245   $(BFD_H) \
1246   $(INCDIR)/ansidecl.h \
1247   $(INCDIR)/getopt.h \
1248   $(INCDIR)/libiberty.h \
1249   $(INCDIR)/opcode/ia64.h \
1250   $(INCDIR)/safe-ctype.h \
1251   $(INCDIR)/symcat.h \
1252   config.h \
1253   ia64-opc-a.c \
1254   ia64-opc-b.c \
1255   ia64-opc-d.c \
1256   ia64-opc-f.c \
1257   ia64-opc-i.c \
1258   ia64-opc-m.c \
1259   ia64-opc-x.c \
1260   ia64-opc.h \
1261   sysdep.h
1262 ia64-asmtab.lo: \
1263   ia64-asmtab.c
1264 ip2k-asm.lo: \
1265   ip2k-asm.c \
1266   $(BFD_H) \
1267   $(INCDIR)/ansidecl.h \
1268   $(INCDIR)/libiberty.h \
1269   $(INCDIR)/opcode/cgen-bitset.h \
1270   $(INCDIR)/opcode/cgen.h \
1271   $(INCDIR)/safe-ctype.h \
1272   $(INCDIR)/symcat.h \
1273   $(INCDIR)/xregex.h \
1274   $(INCDIR)/xregex2.h \
1275   config.h \
1276   ip2k-desc.h \
1277   ip2k-opc.h \
1278   opintl.h \
1279   sysdep.h
1280 ip2k-desc.lo: \
1281   ip2k-desc.c \
1282   $(BFD_H) \
1283   $(INCDIR)/ansidecl.h \
1284   $(INCDIR)/libiberty.h \
1285   $(INCDIR)/opcode/cgen-bitset.h \
1286   $(INCDIR)/opcode/cgen.h \
1287   $(INCDIR)/symcat.h \
1288   $(INCDIR)/xregex.h \
1289   $(INCDIR)/xregex2.h \
1290   config.h \
1291   ip2k-desc.h \
1292   ip2k-opc.h \
1293   opintl.h \
1294   sysdep.h
1295 ip2k-dis.lo: \
1296   ip2k-dis.c \
1297   $(BFD_H) \
1298   $(INCDIR)/ansidecl.h \
1299   $(INCDIR)/dis-asm.h \
1300   $(INCDIR)/libiberty.h \
1301   $(INCDIR)/opcode/cgen-bitset.h \
1302   $(INCDIR)/opcode/cgen.h \
1303   $(INCDIR)/symcat.h \
1304   config.h \
1305   ip2k-desc.h \
1306   ip2k-opc.h \
1307   opintl.h \
1308   sysdep.h
1309 ip2k-ibld.lo: \
1310   ip2k-ibld.c \
1311   $(BFD_H) \
1312   $(INCDIR)/ansidecl.h \
1313   $(INCDIR)/dis-asm.h \
1314   $(INCDIR)/opcode/cgen-bitset.h \
1315   $(INCDIR)/opcode/cgen.h \
1316   $(INCDIR)/safe-ctype.h \
1317   $(INCDIR)/symcat.h \
1318   config.h \
1319   ip2k-desc.h \
1320   ip2k-opc.h \
1321   opintl.h \
1322   sysdep.h
1323 ip2k-opc.lo: \
1324   ip2k-opc.c \
1325   $(BFD_H) \
1326   $(INCDIR)/ansidecl.h \
1327   $(INCDIR)/libiberty.h \
1328   $(INCDIR)/opcode/cgen-bitset.h \
1329   $(INCDIR)/opcode/cgen.h \
1330   $(INCDIR)/safe-ctype.h \
1331   $(INCDIR)/symcat.h \
1332   config.h \
1333   ip2k-desc.h \
1334   ip2k-opc.h \
1335   sysdep.h
1336 iq2000-asm.lo: \
1337   iq2000-asm.c \
1338   $(BFD_H) \
1339   $(INCDIR)/ansidecl.h \
1340   $(INCDIR)/libiberty.h \
1341   $(INCDIR)/opcode/cgen-bitset.h \
1342   $(INCDIR)/opcode/cgen.h \
1343   $(INCDIR)/safe-ctype.h \
1344   $(INCDIR)/symcat.h \
1345   $(INCDIR)/xregex.h \
1346   $(INCDIR)/xregex2.h \
1347   config.h \
1348   iq2000-desc.h \
1349   iq2000-opc.h \
1350   opintl.h \
1351   sysdep.h
1352 iq2000-desc.lo: \
1353   iq2000-desc.c \
1354   $(BFD_H) \
1355   $(INCDIR)/ansidecl.h \
1356   $(INCDIR)/libiberty.h \
1357   $(INCDIR)/opcode/cgen-bitset.h \
1358   $(INCDIR)/opcode/cgen.h \
1359   $(INCDIR)/symcat.h \
1360   $(INCDIR)/xregex.h \
1361   $(INCDIR)/xregex2.h \
1362   config.h \
1363   iq2000-desc.h \
1364   iq2000-opc.h \
1365   opintl.h \
1366   sysdep.h
1367 iq2000-dis.lo: \
1368   iq2000-dis.c \
1369   $(BFD_H) \
1370   $(INCDIR)/ansidecl.h \
1371   $(INCDIR)/dis-asm.h \
1372   $(INCDIR)/libiberty.h \
1373   $(INCDIR)/opcode/cgen-bitset.h \
1374   $(INCDIR)/opcode/cgen.h \
1375   $(INCDIR)/symcat.h \
1376   config.h \
1377   iq2000-desc.h \
1378   iq2000-opc.h \
1379   opintl.h \
1380   sysdep.h
1381 iq2000-ibld.lo: \
1382   iq2000-ibld.c \
1383   $(BFD_H) \
1384   $(INCDIR)/ansidecl.h \
1385   $(INCDIR)/dis-asm.h \
1386   $(INCDIR)/opcode/cgen-bitset.h \
1387   $(INCDIR)/opcode/cgen.h \
1388   $(INCDIR)/safe-ctype.h \
1389   $(INCDIR)/symcat.h \
1390   config.h \
1391   iq2000-desc.h \
1392   iq2000-opc.h \
1393   opintl.h \
1394   sysdep.h
1395 iq2000-opc.lo: \
1396   iq2000-opc.c \
1397   $(BFD_H) \
1398   $(INCDIR)/ansidecl.h \
1399   $(INCDIR)/libiberty.h \
1400   $(INCDIR)/opcode/cgen-bitset.h \
1401   $(INCDIR)/opcode/cgen.h \
1402   $(INCDIR)/symcat.h \
1403   config.h \
1404   iq2000-desc.h \
1405   iq2000-opc.h \
1406   sysdep.h
1407 lm32-asm.lo: \
1408   lm32-asm.c \
1409   $(BFD_H) \
1410   $(INCDIR)/ansidecl.h \
1411   $(INCDIR)/libiberty.h \
1412   $(INCDIR)/opcode/cgen-bitset.h \
1413   $(INCDIR)/opcode/cgen.h \
1414   $(INCDIR)/safe-ctype.h \
1415   $(INCDIR)/symcat.h \
1416   $(INCDIR)/xregex.h \
1417   $(INCDIR)/xregex2.h \
1418   config.h \
1419   lm32-desc.h \
1420   lm32-opc.h \
1421   opintl.h \
1422   sysdep.h
1423 lm32-desc.lo: \
1424   lm32-desc.c \
1425   $(BFD_H) \
1426   $(INCDIR)/ansidecl.h \
1427   $(INCDIR)/libiberty.h \
1428   $(INCDIR)/opcode/cgen-bitset.h \
1429   $(INCDIR)/opcode/cgen.h \
1430   $(INCDIR)/symcat.h \
1431   $(INCDIR)/xregex.h \
1432   $(INCDIR)/xregex2.h \
1433   config.h \
1434   lm32-desc.h \
1435   lm32-opc.h \
1436   opintl.h \
1437   sysdep.h
1438 lm32-dis.lo: \
1439   lm32-dis.c \
1440   $(BFD_H) \
1441   $(INCDIR)/ansidecl.h \
1442   $(INCDIR)/dis-asm.h \
1443   $(INCDIR)/libiberty.h \
1444   $(INCDIR)/opcode/cgen-bitset.h \
1445   $(INCDIR)/opcode/cgen.h \
1446   $(INCDIR)/symcat.h \
1447   config.h \
1448   lm32-desc.h \
1449   lm32-opc.h \
1450   opintl.h \
1451   sysdep.h
1452 lm32-ibld.lo: \
1453   lm32-ibld.c \
1454   $(BFD_H) \
1455   $(INCDIR)/ansidecl.h \
1456   $(INCDIR)/dis-asm.h \
1457   $(INCDIR)/opcode/cgen-bitset.h \
1458   $(INCDIR)/opcode/cgen.h \
1459   $(INCDIR)/safe-ctype.h \
1460   $(INCDIR)/symcat.h \
1461   config.h \
1462   lm32-desc.h \
1463   lm32-opc.h \
1464   opintl.h \
1465   sysdep.h
1466 lm32-opc.lo: \
1467   lm32-opc.c \
1468   $(BFD_H) \
1469   $(INCDIR)/ansidecl.h \
1470   $(INCDIR)/libiberty.h \
1471   $(INCDIR)/opcode/cgen-bitset.h \
1472   $(INCDIR)/opcode/cgen.h \
1473   $(INCDIR)/symcat.h \
1474   config.h \
1475   lm32-desc.h \
1476   lm32-opc.h \
1477   sysdep.h
1478 lm32-opinst.lo: \
1479   lm32-opinst.c \
1480   $(BFD_H) \
1481   $(INCDIR)/ansidecl.h \
1482   $(INCDIR)/opcode/cgen-bitset.h \
1483   $(INCDIR)/opcode/cgen.h \
1484   $(INCDIR)/symcat.h \
1485   config.h \
1486   lm32-desc.h \
1487   lm32-opc.h \
1488   sysdep.h
1489 m32c-asm.lo: \
1490   m32c-asm.c \
1491   $(BFD_H) \
1492   $(INCDIR)/ansidecl.h \
1493   $(INCDIR)/libiberty.h \
1494   $(INCDIR)/opcode/cgen-bitset.h \
1495   $(INCDIR)/opcode/cgen.h \
1496   $(INCDIR)/safe-ctype.h \
1497   $(INCDIR)/symcat.h \
1498   $(INCDIR)/xregex.h \
1499   $(INCDIR)/xregex2.h \
1500   ../bfd/bfd_stdint.h \
1501   cgen-ops.h \
1502   cgen-types.h \
1503   config.h \
1504   m32c-desc.h \
1505   m32c-opc.h \
1506   opintl.h \
1507   sysdep.h
1508 m32c-desc.lo: \
1509   m32c-desc.c \
1510   $(BFD_H) \
1511   $(INCDIR)/ansidecl.h \
1512   $(INCDIR)/libiberty.h \
1513   $(INCDIR)/opcode/cgen-bitset.h \
1514   $(INCDIR)/opcode/cgen.h \
1515   $(INCDIR)/symcat.h \
1516   $(INCDIR)/xregex.h \
1517   $(INCDIR)/xregex2.h \
1518   ../bfd/bfd_stdint.h \
1519   cgen-ops.h \
1520   cgen-types.h \
1521   config.h \
1522   m32c-desc.h \
1523   m32c-opc.h \
1524   opintl.h \
1525   sysdep.h
1526 m32c-dis.lo: \
1527   m32c-dis.c \
1528   $(BFDDIR)/elf-bfd.h \
1529   $(BFD_H) \
1530   $(INCDIR)/ansidecl.h \
1531   $(INCDIR)/bfdlink.h \
1532   $(INCDIR)/dis-asm.h \
1533   $(INCDIR)/elf/common.h \
1534   $(INCDIR)/elf/external.h \
1535   $(INCDIR)/elf/internal.h \
1536   $(INCDIR)/elf/m32c.h \
1537   $(INCDIR)/elf/reloc-macros.h \
1538   $(INCDIR)/libiberty.h \
1539   $(INCDIR)/opcode/cgen-bitset.h \
1540   $(INCDIR)/opcode/cgen.h \
1541   $(INCDIR)/symcat.h \
1542   ../bfd/bfd_stdint.h \
1543   cgen-ops.h \
1544   cgen-types.h \
1545   config.h \
1546   m32c-desc.h \
1547   m32c-opc.h \
1548   opintl.h \
1549   sysdep.h
1550 m32c-ibld.lo: \
1551   m32c-ibld.c \
1552   $(BFD_H) \
1553   $(INCDIR)/ansidecl.h \
1554   $(INCDIR)/dis-asm.h \
1555   $(INCDIR)/opcode/cgen-bitset.h \
1556   $(INCDIR)/opcode/cgen.h \
1557   $(INCDIR)/safe-ctype.h \
1558   $(INCDIR)/symcat.h \
1559   ../bfd/bfd_stdint.h \
1560   cgen-ops.h \
1561   cgen-types.h \
1562   config.h \
1563   m32c-desc.h \
1564   m32c-opc.h \
1565   opintl.h \
1566   sysdep.h
1567 m32c-opc.lo: \
1568   m32c-opc.c \
1569   $(BFD_H) \
1570   $(INCDIR)/ansidecl.h \
1571   $(INCDIR)/libiberty.h \
1572   $(INCDIR)/opcode/cgen-bitset.h \
1573   $(INCDIR)/opcode/cgen.h \
1574   $(INCDIR)/symcat.h \
1575   ../bfd/bfd_stdint.h \
1576   cgen-ops.h \
1577   cgen-types.h \
1578   config.h \
1579   m32c-desc.h \
1580   m32c-opc.h \
1581   sysdep.h
1582 m32r-asm.lo: \
1583   m32r-asm.c \
1584   $(BFD_H) \
1585   $(INCDIR)/ansidecl.h \
1586   $(INCDIR)/libiberty.h \
1587   $(INCDIR)/opcode/cgen-bitset.h \
1588   $(INCDIR)/opcode/cgen.h \
1589   $(INCDIR)/safe-ctype.h \
1590   $(INCDIR)/symcat.h \
1591   $(INCDIR)/xregex.h \
1592   $(INCDIR)/xregex2.h \
1593   config.h \
1594   m32r-desc.h \
1595   m32r-opc.h \
1596   opintl.h \
1597   sysdep.h
1598 m32r-desc.lo: \
1599   m32r-desc.c \
1600   $(BFD_H) \
1601   $(INCDIR)/ansidecl.h \
1602   $(INCDIR)/libiberty.h \
1603   $(INCDIR)/opcode/cgen-bitset.h \
1604   $(INCDIR)/opcode/cgen.h \
1605   $(INCDIR)/symcat.h \
1606   $(INCDIR)/xregex.h \
1607   $(INCDIR)/xregex2.h \
1608   config.h \
1609   m32r-desc.h \
1610   m32r-opc.h \
1611   opintl.h \
1612   sysdep.h
1613 m32r-dis.lo: \
1614   m32r-dis.c \
1615   $(BFD_H) \
1616   $(INCDIR)/ansidecl.h \
1617   $(INCDIR)/dis-asm.h \
1618   $(INCDIR)/libiberty.h \
1619   $(INCDIR)/opcode/cgen-bitset.h \
1620   $(INCDIR)/opcode/cgen.h \
1621   $(INCDIR)/symcat.h \
1622   config.h \
1623   m32r-desc.h \
1624   m32r-opc.h \
1625   opintl.h \
1626   sysdep.h
1627 m32r-ibld.lo: \
1628   m32r-ibld.c \
1629   $(BFD_H) \
1630   $(INCDIR)/ansidecl.h \
1631   $(INCDIR)/dis-asm.h \
1632   $(INCDIR)/opcode/cgen-bitset.h \
1633   $(INCDIR)/opcode/cgen.h \
1634   $(INCDIR)/safe-ctype.h \
1635   $(INCDIR)/symcat.h \
1636   config.h \
1637   m32r-desc.h \
1638   m32r-opc.h \
1639   opintl.h \
1640   sysdep.h
1641 m32r-opc.lo: \
1642   m32r-opc.c \
1643   $(BFD_H) \
1644   $(INCDIR)/ansidecl.h \
1645   $(INCDIR)/libiberty.h \
1646   $(INCDIR)/opcode/cgen-bitset.h \
1647   $(INCDIR)/opcode/cgen.h \
1648   $(INCDIR)/symcat.h \
1649   config.h \
1650   m32r-desc.h \
1651   m32r-opc.h \
1652   sysdep.h
1653 m32r-opinst.lo: \
1654   m32r-opinst.c \
1655   $(BFD_H) \
1656   $(INCDIR)/ansidecl.h \
1657   $(INCDIR)/opcode/cgen-bitset.h \
1658   $(INCDIR)/opcode/cgen.h \
1659   $(INCDIR)/symcat.h \
1660   config.h \
1661   m32r-desc.h \
1662   m32r-opc.h \
1663   sysdep.h
1664 m68hc11-dis.lo: \
1665   m68hc11-dis.c \
1666   $(BFD_H) \
1667   $(INCDIR)/ansidecl.h \
1668   $(INCDIR)/dis-asm.h \
1669   $(INCDIR)/opcode/m68hc11.h \
1670   $(INCDIR)/symcat.h
1671 m68hc11-opc.lo: \
1672   m68hc11-opc.c \
1673   $(INCDIR)/ansidecl.h \
1674   $(INCDIR)/opcode/m68hc11.h
1675 m68k-dis.lo: \
1676   m68k-dis.c \
1677   $(BFD_H) \
1678   $(INCDIR)/ansidecl.h \
1679   $(INCDIR)/dis-asm.h \
1680   $(INCDIR)/floatformat.h \
1681   $(INCDIR)/libiberty.h \
1682   $(INCDIR)/opcode/m68k.h \
1683   $(INCDIR)/symcat.h \
1684   config.h \
1685   opintl.h \
1686   sysdep.h
1687 m68k-opc.lo: \
1688   m68k-opc.c \
1689   $(INCDIR)/ansidecl.h \
1690   $(INCDIR)/opcode/m68k.h \
1691   config.h \
1692   sysdep.h
1693 m88k-dis.lo: \
1694   m88k-dis.c \
1695   $(BFD_H) \
1696   $(INCDIR)/ansidecl.h \
1697   $(INCDIR)/dis-asm.h \
1698   $(INCDIR)/libiberty.h \
1699   $(INCDIR)/opcode/m88k.h \
1700   $(INCDIR)/symcat.h \
1701   config.h \
1702   opintl.h \
1703   sysdep.h
1704 maxq-dis.lo: \
1705   maxq-dis.c \
1706   $(BFD_H) \
1707   $(INCDIR)/ansidecl.h \
1708   $(INCDIR)/dis-asm.h \
1709   $(INCDIR)/opcode/maxq.h \
1710   $(INCDIR)/symcat.h \
1711   config.h \
1712   sysdep.h
1713 mcore-dis.lo: \
1714   mcore-dis.c \
1715   $(BFD_H) \
1716   $(INCDIR)/ansidecl.h \
1717   $(INCDIR)/dis-asm.h \
1718   $(INCDIR)/symcat.h \
1719   config.h \
1720   mcore-opc.h \
1721   sysdep.h
1722 mep-asm.lo: \
1723   mep-asm.c \
1724   $(BFD_H) \
1725   $(INCDIR)/ansidecl.h \
1726   $(INCDIR)/elf/mep.h \
1727   $(INCDIR)/elf/reloc-macros.h \
1728   $(INCDIR)/libiberty.h \
1729   $(INCDIR)/opcode/cgen-bitset.h \
1730   $(INCDIR)/opcode/cgen.h \
1731   $(INCDIR)/safe-ctype.h \
1732   $(INCDIR)/symcat.h \
1733   $(INCDIR)/xregex.h \
1734   $(INCDIR)/xregex2.h \
1735   config.h \
1736   mep-desc.h \
1737   mep-opc.h \
1738   opintl.h \
1739   sysdep.h
1740 mep-desc.lo: \
1741   mep-desc.c \
1742   $(BFD_H) \
1743   $(INCDIR)/ansidecl.h \
1744   $(INCDIR)/libiberty.h \
1745   $(INCDIR)/opcode/cgen-bitset.h \
1746   $(INCDIR)/opcode/cgen.h \
1747   $(INCDIR)/symcat.h \
1748   $(INCDIR)/xregex.h \
1749   $(INCDIR)/xregex2.h \
1750   config.h \
1751   mep-desc.h \
1752   mep-opc.h \
1753   opintl.h \
1754   sysdep.h
1755 mep-dis.lo: \
1756   mep-dis.c \
1757   $(BFDDIR)/elf-bfd.h \
1758   $(BFD_H) \
1759   $(INCDIR)/ansidecl.h \
1760   $(INCDIR)/bfdlink.h \
1761   $(INCDIR)/dis-asm.h \
1762   $(INCDIR)/elf/common.h \
1763   $(INCDIR)/elf/external.h \
1764   $(INCDIR)/elf/internal.h \
1765   $(INCDIR)/elf/mep.h \
1766   $(INCDIR)/elf/reloc-macros.h \
1767   $(INCDIR)/libiberty.h \
1768   $(INCDIR)/opcode/cgen-bitset.h \
1769   $(INCDIR)/opcode/cgen.h \
1770   $(INCDIR)/symcat.h \
1771   config.h \
1772   mep-desc.h \
1773   mep-opc.h \
1774   opintl.h \
1775   sysdep.h
1776 mep-ibld.lo: \
1777   mep-ibld.c \
1778   $(BFD_H) \
1779   $(INCDIR)/ansidecl.h \
1780   $(INCDIR)/dis-asm.h \
1781   $(INCDIR)/opcode/cgen-bitset.h \
1782   $(INCDIR)/opcode/cgen.h \
1783   $(INCDIR)/safe-ctype.h \
1784   $(INCDIR)/symcat.h \
1785   config.h \
1786   mep-desc.h \
1787   mep-opc.h \
1788   opintl.h \
1789   sysdep.h
1790 mep-opc.lo: \
1791   mep-opc.c \
1792   $(BFD_H) \
1793   $(INCDIR)/ansidecl.h \
1794   $(INCDIR)/elf/mep.h \
1795   $(INCDIR)/elf/reloc-macros.h \
1796   $(INCDIR)/libiberty.h \
1797   $(INCDIR)/opcode/cgen-bitset.h \
1798   $(INCDIR)/opcode/cgen.h \
1799   $(INCDIR)/symcat.h \
1800   config.h \
1801   mep-desc.h \
1802   mep-opc.h \
1803   sysdep.h
1804 microblaze-dis.lo: \
1805   microblaze-dis.c \
1806   microblaze-opc.h \
1807   $(INCDIR)/ansidecl.h \
1808   $(INCDIR)/dis-asm.h 
1809 mips-dis.lo: \
1810   mips-dis.c \
1811   $(BFDDIR)/elf-bfd.h \
1812   $(BFD_H) \
1813   $(INCDIR)/ansidecl.h \
1814   $(INCDIR)/bfdlink.h \
1815   $(INCDIR)/dis-asm.h \
1816   $(INCDIR)/elf/common.h \
1817   $(INCDIR)/elf/external.h \
1818   $(INCDIR)/elf/internal.h \
1819   $(INCDIR)/elf/mips.h \
1820   $(INCDIR)/elf/reloc-macros.h \
1821   $(INCDIR)/libiberty.h \
1822   $(INCDIR)/opcode/mips.h \
1823   $(INCDIR)/symcat.h \
1824   config.h \
1825   opintl.h \
1826   sysdep.h
1827 mips-opc.lo: \
1828   mips-opc.c \
1829   $(INCDIR)/ansidecl.h \
1830   $(INCDIR)/opcode/mips.h \
1831   config.h \
1832   sysdep.h
1833 mips16-opc.lo: \
1834   mips16-opc.c \
1835   $(INCDIR)/ansidecl.h \
1836   $(INCDIR)/opcode/mips.h \
1837   config.h \
1838   sysdep.h
1839 m10200-dis.lo: \
1840   m10200-dis.c \
1841   $(BFD_H) \
1842   $(INCDIR)/ansidecl.h \
1843   $(INCDIR)/dis-asm.h \
1844   $(INCDIR)/opcode/mn10200.h \
1845   $(INCDIR)/symcat.h \
1846   config.h \
1847   opintl.h \
1848   sysdep.h
1849 m10200-opc.lo: \
1850   m10200-opc.c \
1851   $(INCDIR)/ansidecl.h \
1852   $(INCDIR)/opcode/mn10200.h \
1853   config.h \
1854   sysdep.h
1855 m10300-dis.lo: \
1856   m10300-dis.c \
1857   $(BFD_H) \
1858   $(INCDIR)/ansidecl.h \
1859   $(INCDIR)/dis-asm.h \
1860   $(INCDIR)/opcode/mn10300.h \
1861   $(INCDIR)/symcat.h \
1862   config.h \
1863   opintl.h \
1864   sysdep.h
1865 m10300-opc.lo: \
1866   m10300-opc.c \
1867   $(INCDIR)/ansidecl.h \
1868   $(INCDIR)/opcode/mn10300.h \
1869   config.h \
1870   sysdep.h
1871 mmix-dis.lo: \
1872   mmix-dis.c \
1873   $(BFD_H) \
1874   $(INCDIR)/ansidecl.h \
1875   $(INCDIR)/dis-asm.h \
1876   $(INCDIR)/libiberty.h \
1877   $(INCDIR)/opcode/mmix.h \
1878   $(INCDIR)/symcat.h \
1879   opintl.h
1880 mmix-opc.lo: \
1881   mmix-opc.c \
1882   $(INCDIR)/opcode/mmix.h \
1883   $(INCDIR)/symcat.h
1884 mt-asm.lo: \
1885   mt-asm.c \
1886   $(BFD_H) \
1887   $(INCDIR)/ansidecl.h \
1888   $(INCDIR)/libiberty.h \
1889   $(INCDIR)/opcode/cgen-bitset.h \
1890   $(INCDIR)/opcode/cgen.h \
1891   $(INCDIR)/safe-ctype.h \
1892   $(INCDIR)/symcat.h \
1893   $(INCDIR)/xregex.h \
1894   $(INCDIR)/xregex2.h \
1895   config.h \
1896   mt-desc.h \
1897   mt-opc.h \
1898   opintl.h \
1899   sysdep.h
1900 mt-desc.lo: \
1901   mt-desc.c \
1902   $(BFD_H) \
1903   $(INCDIR)/ansidecl.h \
1904   $(INCDIR)/libiberty.h \
1905   $(INCDIR)/opcode/cgen-bitset.h \
1906   $(INCDIR)/opcode/cgen.h \
1907   $(INCDIR)/symcat.h \
1908   $(INCDIR)/xregex.h \
1909   $(INCDIR)/xregex2.h \
1910   config.h \
1911   mt-desc.h \
1912   mt-opc.h \
1913   opintl.h \
1914   sysdep.h
1915 mt-dis.lo: \
1916   mt-dis.c \
1917   $(BFD_H) \
1918   $(INCDIR)/ansidecl.h \
1919   $(INCDIR)/dis-asm.h \
1920   $(INCDIR)/libiberty.h \
1921   $(INCDIR)/opcode/cgen-bitset.h \
1922   $(INCDIR)/opcode/cgen.h \
1923   $(INCDIR)/symcat.h \
1924   config.h \
1925   mt-desc.h \
1926   mt-opc.h \
1927   opintl.h \
1928   sysdep.h
1929 mt-ibld.lo: \
1930   mt-ibld.c \
1931   $(BFD_H) \
1932   $(INCDIR)/ansidecl.h \
1933   $(INCDIR)/dis-asm.h \
1934   $(INCDIR)/opcode/cgen-bitset.h \
1935   $(INCDIR)/opcode/cgen.h \
1936   $(INCDIR)/safe-ctype.h \
1937   $(INCDIR)/symcat.h \
1938   config.h \
1939   mt-desc.h \
1940   mt-opc.h \
1941   opintl.h \
1942   sysdep.h
1943 mt-opc.lo: \
1944   mt-opc.c \
1945   $(BFD_H) \
1946   $(INCDIR)/ansidecl.h \
1947   $(INCDIR)/libiberty.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   mt-desc.h \
1954   mt-opc.h \
1955   sysdep.h
1956 ns32k-dis.lo: \
1957   ns32k-dis.c \
1958   $(BFD_H) \
1959   $(INCDIR)/ansidecl.h \
1960   $(INCDIR)/dis-asm.h \
1961   $(INCDIR)/opcode/ns32k.h \
1962   $(INCDIR)/symcat.h \
1963   config.h \
1964   opintl.h \
1965   sysdep.h
1966 openrisc-asm.lo: \
1967   openrisc-asm.c \
1968   $(BFD_H) \
1969   $(INCDIR)/ansidecl.h \
1970   $(INCDIR)/libiberty.h \
1971   $(INCDIR)/opcode/cgen-bitset.h \
1972   $(INCDIR)/opcode/cgen.h \
1973   $(INCDIR)/safe-ctype.h \
1974   $(INCDIR)/symcat.h \
1975   $(INCDIR)/xregex.h \
1976   $(INCDIR)/xregex2.h \
1977   config.h \
1978   openrisc-desc.h \
1979   openrisc-opc.h \
1980   opintl.h \
1981   sysdep.h
1982 openrisc-desc.lo: \
1983   openrisc-desc.c \
1984   $(BFD_H) \
1985   $(INCDIR)/ansidecl.h \
1986   $(INCDIR)/libiberty.h \
1987   $(INCDIR)/opcode/cgen-bitset.h \
1988   $(INCDIR)/opcode/cgen.h \
1989   $(INCDIR)/symcat.h \
1990   $(INCDIR)/xregex.h \
1991   $(INCDIR)/xregex2.h \
1992   config.h \
1993   openrisc-desc.h \
1994   openrisc-opc.h \
1995   opintl.h \
1996   sysdep.h
1997 openrisc-dis.lo: \
1998   openrisc-dis.c \
1999   $(BFD_H) \
2000   $(INCDIR)/ansidecl.h \
2001   $(INCDIR)/dis-asm.h \
2002   $(INCDIR)/libiberty.h \
2003   $(INCDIR)/opcode/cgen-bitset.h \
2004   $(INCDIR)/opcode/cgen.h \
2005   $(INCDIR)/symcat.h \
2006   config.h \
2007   openrisc-desc.h \
2008   openrisc-opc.h \
2009   opintl.h \
2010   sysdep.h
2011 openrisc-ibld.lo: \
2012   openrisc-ibld.c \
2013   $(BFD_H) \
2014   $(INCDIR)/ansidecl.h \
2015   $(INCDIR)/dis-asm.h \
2016   $(INCDIR)/opcode/cgen-bitset.h \
2017   $(INCDIR)/opcode/cgen.h \
2018   $(INCDIR)/safe-ctype.h \
2019   $(INCDIR)/symcat.h \
2020   config.h \
2021   openrisc-desc.h \
2022   openrisc-opc.h \
2023   opintl.h \
2024   sysdep.h
2025 openrisc-opc.lo: \
2026   openrisc-opc.c \
2027   $(BFD_H) \
2028   $(INCDIR)/ansidecl.h \
2029   $(INCDIR)/libiberty.h \
2030   $(INCDIR)/opcode/cgen-bitset.h \
2031   $(INCDIR)/opcode/cgen.h \
2032   $(INCDIR)/symcat.h \
2033   config.h \
2034   openrisc-desc.h \
2035   openrisc-opc.h \
2036   sysdep.h
2037 or32-dis.lo: \
2038   or32-dis.c \
2039   $(BFD_H) \
2040   $(INCDIR)/ansidecl.h \
2041   $(INCDIR)/dis-asm.h \
2042   $(INCDIR)/opcode/or32.h \
2043   $(INCDIR)/safe-ctype.h \
2044   $(INCDIR)/symcat.h
2045 or32-opc.lo: \
2046   or32-opc.c \
2047   $(INCDIR)/ansidecl.h \
2048   $(INCDIR)/opcode/or32.h \
2049   $(INCDIR)/safe-ctype.h
2050 pdp11-dis.lo: \
2051   pdp11-dis.c \
2052   $(BFD_H) \
2053   $(INCDIR)/ansidecl.h \
2054   $(INCDIR)/dis-asm.h \
2055   $(INCDIR)/opcode/pdp11.h \
2056   $(INCDIR)/symcat.h \
2057   config.h \
2058   sysdep.h
2059 pdp11-opc.lo: \
2060   pdp11-opc.c \
2061   $(INCDIR)/opcode/pdp11.h
2062 pj-dis.lo: \
2063   pj-dis.c \
2064   $(BFD_H) \
2065   $(INCDIR)/ansidecl.h \
2066   $(INCDIR)/dis-asm.h \
2067   $(INCDIR)/opcode/pj.h \
2068   $(INCDIR)/symcat.h \
2069   config.h \
2070   sysdep.h
2071 pj-opc.lo: \
2072   pj-opc.c \
2073   $(INCDIR)/ansidecl.h \
2074   $(INCDIR)/opcode/pj.h \
2075   config.h \
2076   sysdep.h
2077 ppc-dis.lo: \
2078   ppc-dis.c \
2079   $(BFD_H) \
2080   $(INCDIR)/ansidecl.h \
2081   $(INCDIR)/dis-asm.h \
2082   $(INCDIR)/opcode/ppc.h \
2083   $(INCDIR)/symcat.h \
2084   config.h \
2085   opintl.h \
2086   sysdep.h
2087 ppc-opc.lo: \
2088   ppc-opc.c \
2089   $(INCDIR)/ansidecl.h \
2090   $(INCDIR)/opcode/ppc.h \
2091   config.h \
2092   opintl.h \
2093   sysdep.h
2094 s390-mkopc.lo: \
2095   s390-mkopc.c
2096 s390-opc.lo: \
2097   s390-opc.c \
2098   $(INCDIR)/ansidecl.h \
2099   $(INCDIR)/opcode/s390.h \
2100   s390-opc.tab
2101 s390-dis.lo: \
2102   s390-dis.c \
2103   $(BFD_H) \
2104   $(INCDIR)/ansidecl.h \
2105   $(INCDIR)/dis-asm.h \
2106   $(INCDIR)/opcode/s390.h \
2107   $(INCDIR)/symcat.h \
2108   config.h \
2109   opintl.h \
2110   sysdep.h
2111 score-dis.lo: \
2112   score-dis.c \
2113   $(BFDDIR)/elf-bfd.h \
2114   $(BFD_H) \
2115   $(INCDIR)/ansidecl.h \
2116   $(INCDIR)/bfdlink.h \
2117   $(INCDIR)/dis-asm.h \
2118   $(INCDIR)/elf/common.h \
2119   $(INCDIR)/elf/external.h \
2120   $(INCDIR)/elf/internal.h \
2121   $(INCDIR)/elf/reloc-macros.h \
2122   $(INCDIR)/elf/score.h \
2123   $(INCDIR)/symcat.h \
2124   config.h \
2125   opintl.h \
2126   sysdep.h
2127 score7-dis.lo: \
2128   score7-dis.c \
2129   $(BFDDIR)/elf-bfd.h \
2130   $(BFD_H) \
2131   $(INCDIR)/ansidecl.h \
2132   $(INCDIR)/bfdlink.h \
2133   $(INCDIR)/dis-asm.h \
2134   $(INCDIR)/elf/common.h \
2135   $(INCDIR)/elf/external.h \
2136   $(INCDIR)/elf/internal.h \
2137   $(INCDIR)/elf/reloc-macros.h \
2138   $(INCDIR)/elf/score.h \
2139   $(INCDIR)/symcat.h \
2140   config.h \
2141   opintl.h \
2142   sysdep.h
2143 sh-dis.lo: \
2144   sh-dis.c \
2145   $(BFD_H) \
2146   $(INCDIR)/ansidecl.h \
2147   $(INCDIR)/dis-asm.h \
2148   $(INCDIR)/symcat.h \
2149   config.h \
2150   sh-opc.h \
2151   sysdep.h
2152 sh64-dis.lo: \
2153   sh64-dis.c \
2154   $(BFDDIR)/elf-bfd.h \
2155   $(BFDDIR)/elf32-sh64.h \
2156   $(BFD_H) \
2157   $(INCDIR)/ansidecl.h \
2158   $(INCDIR)/bfdlink.h \
2159   $(INCDIR)/dis-asm.h \
2160   $(INCDIR)/elf/common.h \
2161   $(INCDIR)/elf/external.h \
2162   $(INCDIR)/elf/internal.h \
2163   $(INCDIR)/elf/reloc-macros.h \
2164   $(INCDIR)/elf/sh.h \
2165   $(INCDIR)/libiberty.h \
2166   $(INCDIR)/symcat.h \
2167   config.h \
2168   sh64-opc.h \
2169   sysdep.h
2170 sh64-opc.lo: \
2171   sh64-opc.c \
2172   sh64-opc.h
2173 sparc-dis.lo: \
2174   sparc-dis.c \
2175   $(BFD_H) \
2176   $(INCDIR)/ansidecl.h \
2177   $(INCDIR)/dis-asm.h \
2178   $(INCDIR)/libiberty.h \
2179   $(INCDIR)/opcode/sparc.h \
2180   $(INCDIR)/symcat.h \
2181   config.h \
2182   opintl.h \
2183   sysdep.h
2184 sparc-opc.lo: \
2185   sparc-opc.c \
2186   $(INCDIR)/ansidecl.h \
2187   $(INCDIR)/opcode/sparc.h \
2188   config.h \
2189   sysdep.h
2190 spu-dis.lo: \
2191   spu-dis.c \
2192   $(BFD_H) \
2193   $(INCDIR)/ansidecl.h \
2194   $(INCDIR)/dis-asm.h \
2195   $(INCDIR)/opcode/spu-insns.h \
2196   $(INCDIR)/opcode/spu.h \
2197   $(INCDIR)/symcat.h \
2198   config.h \
2199   sysdep.h
2200 spu-opc.lo: \
2201   spu-opc.c \
2202   $(INCDIR)/opcode/spu-insns.h \
2203   $(INCDIR)/opcode/spu.h
2204 tic30-dis.lo: \
2205   tic30-dis.c \
2206   $(BFD_H) \
2207   $(INCDIR)/ansidecl.h \
2208   $(INCDIR)/dis-asm.h \
2209   $(INCDIR)/opcode/tic30.h \
2210   $(INCDIR)/symcat.h \
2211   config.h \
2212   sysdep.h
2213 tic4x-dis.lo: \
2214   tic4x-dis.c \
2215   $(BFD_H) \
2216   $(INCDIR)/ansidecl.h \
2217   $(INCDIR)/dis-asm.h \
2218   $(INCDIR)/libiberty.h \
2219   $(INCDIR)/opcode/tic4x.h \
2220   $(INCDIR)/symcat.h
2221 tic54x-dis.lo: \
2222   tic54x-dis.c \
2223   $(BFD_H) \
2224   $(INCDIR)/ansidecl.h \
2225   $(INCDIR)/coff/ti.h \
2226   $(INCDIR)/coff/tic54x.h \
2227   $(INCDIR)/dis-asm.h \
2228   $(INCDIR)/opcode/tic54x.h \
2229   $(INCDIR)/symcat.h \
2230   config.h \
2231   sysdep.h
2232 tic54x-opc.lo: \
2233   tic54x-opc.c \
2234   $(BFD_H) \
2235   $(INCDIR)/ansidecl.h \
2236   $(INCDIR)/dis-asm.h \
2237   $(INCDIR)/opcode/tic54x.h \
2238   $(INCDIR)/symcat.h \
2239   config.h \
2240   sysdep.h
2241 tic80-dis.lo: \
2242   tic80-dis.c \
2243   $(BFD_H) \
2244   $(INCDIR)/ansidecl.h \
2245   $(INCDIR)/dis-asm.h \
2246   $(INCDIR)/opcode/tic80.h \
2247   $(INCDIR)/symcat.h \
2248   config.h \
2249   sysdep.h
2250 tic80-opc.lo: \
2251   tic80-opc.c \
2252   $(INCDIR)/ansidecl.h \
2253   $(INCDIR)/opcode/tic80.h \
2254   config.h \
2255   sysdep.h
2256 v850-dis.lo: \
2257   v850-dis.c \
2258   $(BFD_H) \
2259   $(INCDIR)/ansidecl.h \
2260   $(INCDIR)/dis-asm.h \
2261   $(INCDIR)/opcode/v850.h \
2262   $(INCDIR)/symcat.h \
2263   config.h \
2264   opintl.h \
2265   sysdep.h
2266 v850-opc.lo: \
2267   v850-opc.c \
2268   $(INCDIR)/ansidecl.h \
2269   $(INCDIR)/opcode/v850.h \
2270   config.h \
2271   opintl.h \
2272   sysdep.h
2273 vax-dis.lo: \
2274   vax-dis.c \
2275   $(BFD_H) \
2276   $(INCDIR)/ansidecl.h \
2277   $(INCDIR)/dis-asm.h \
2278   $(INCDIR)/opcode/vax.h \
2279   $(INCDIR)/symcat.h \
2280   config.h \
2281   sysdep.h
2282 w65-dis.lo: \
2283   w65-dis.c \
2284   $(BFD_H) \
2285   $(INCDIR)/ansidecl.h \
2286   $(INCDIR)/dis-asm.h \
2287   $(INCDIR)/symcat.h \
2288   config.h \
2289   sysdep.h \
2290   w65-opc.h
2291 xc16x-asm.lo: \
2292   xc16x-asm.c \
2293   $(BFD_H) \
2294   $(INCDIR)/ansidecl.h \
2295   $(INCDIR)/libiberty.h \
2296   $(INCDIR)/opcode/cgen-bitset.h \
2297   $(INCDIR)/opcode/cgen.h \
2298   $(INCDIR)/safe-ctype.h \
2299   $(INCDIR)/symcat.h \
2300   $(INCDIR)/xregex.h \
2301   $(INCDIR)/xregex2.h \
2302   config.h \
2303   opintl.h \
2304   sysdep.h \
2305   xc16x-desc.h \
2306   xc16x-opc.h
2307 xc16x-desc.lo: \
2308   xc16x-desc.c \
2309   $(BFD_H) \
2310   $(INCDIR)/ansidecl.h \
2311   $(INCDIR)/libiberty.h \
2312   $(INCDIR)/opcode/cgen-bitset.h \
2313   $(INCDIR)/opcode/cgen.h \
2314   $(INCDIR)/symcat.h \
2315   $(INCDIR)/xregex.h \
2316   $(INCDIR)/xregex2.h \
2317   config.h \
2318   opintl.h \
2319   sysdep.h \
2320   xc16x-desc.h \
2321   xc16x-opc.h
2322 xc16x-dis.lo: \
2323   xc16x-dis.c \
2324   $(BFD_H) \
2325   $(INCDIR)/ansidecl.h \
2326   $(INCDIR)/dis-asm.h \
2327   $(INCDIR)/libiberty.h \
2328   $(INCDIR)/opcode/cgen-bitset.h \
2329   $(INCDIR)/opcode/cgen.h \
2330   $(INCDIR)/symcat.h \
2331   config.h \
2332   opintl.h \
2333   sysdep.h \
2334   xc16x-desc.h \
2335   xc16x-opc.h
2336 xc16x-ibld.lo: \
2337   xc16x-ibld.c \
2338   $(BFD_H) \
2339   $(INCDIR)/ansidecl.h \
2340   $(INCDIR)/dis-asm.h \
2341   $(INCDIR)/opcode/cgen-bitset.h \
2342   $(INCDIR)/opcode/cgen.h \
2343   $(INCDIR)/safe-ctype.h \
2344   $(INCDIR)/symcat.h \
2345   config.h \
2346   opintl.h \
2347   sysdep.h \
2348   xc16x-desc.h \
2349   xc16x-opc.h
2350 xc16x-opc.lo: \
2351   xc16x-opc.c \
2352   $(BFD_H) \
2353   $(INCDIR)/ansidecl.h \
2354   $(INCDIR)/libiberty.h \
2355   $(INCDIR)/opcode/cgen-bitset.h \
2356   $(INCDIR)/opcode/cgen.h \
2357   $(INCDIR)/symcat.h \
2358   config.h \
2359   sysdep.h \
2360   xc16x-desc.h \
2361   xc16x-opc.h
2362 xstormy16-asm.lo: \
2363   xstormy16-asm.c \
2364   $(BFD_H) \
2365   $(INCDIR)/ansidecl.h \
2366   $(INCDIR)/libiberty.h \
2367   $(INCDIR)/opcode/cgen-bitset.h \
2368   $(INCDIR)/opcode/cgen.h \
2369   $(INCDIR)/safe-ctype.h \
2370   $(INCDIR)/symcat.h \
2371   $(INCDIR)/xregex.h \
2372   $(INCDIR)/xregex2.h \
2373   config.h \
2374   opintl.h \
2375   sysdep.h \
2376   xstormy16-desc.h \
2377   xstormy16-opc.h
2378 xstormy16-desc.lo: \
2379   xstormy16-desc.c \
2380   $(BFD_H) \
2381   $(INCDIR)/ansidecl.h \
2382   $(INCDIR)/libiberty.h \
2383   $(INCDIR)/opcode/cgen-bitset.h \
2384   $(INCDIR)/opcode/cgen.h \
2385   $(INCDIR)/symcat.h \
2386   $(INCDIR)/xregex.h \
2387   $(INCDIR)/xregex2.h \
2388   config.h \
2389   opintl.h \
2390   sysdep.h \
2391   xstormy16-desc.h \
2392   xstormy16-opc.h
2393 xstormy16-dis.lo: \
2394   xstormy16-dis.c \
2395   $(BFD_H) \
2396   $(INCDIR)/ansidecl.h \
2397   $(INCDIR)/dis-asm.h \
2398   $(INCDIR)/libiberty.h \
2399   $(INCDIR)/opcode/cgen-bitset.h \
2400   $(INCDIR)/opcode/cgen.h \
2401   $(INCDIR)/symcat.h \
2402   config.h \
2403   opintl.h \
2404   sysdep.h \
2405   xstormy16-desc.h \
2406   xstormy16-opc.h
2407 xstormy16-ibld.lo: \
2408   xstormy16-ibld.c \
2409   $(BFD_H) \
2410   $(INCDIR)/ansidecl.h \
2411   $(INCDIR)/dis-asm.h \
2412   $(INCDIR)/opcode/cgen-bitset.h \
2413   $(INCDIR)/opcode/cgen.h \
2414   $(INCDIR)/safe-ctype.h \
2415   $(INCDIR)/symcat.h \
2416   config.h \
2417   opintl.h \
2418   sysdep.h \
2419   xstormy16-desc.h \
2420   xstormy16-opc.h
2421 xstormy16-opc.lo: \
2422   xstormy16-opc.c \
2423   $(BFD_H) \
2424   $(INCDIR)/ansidecl.h \
2425   $(INCDIR)/libiberty.h \
2426   $(INCDIR)/opcode/cgen-bitset.h \
2427   $(INCDIR)/opcode/cgen.h \
2428   $(INCDIR)/symcat.h \
2429   config.h \
2430   sysdep.h \
2431   xstormy16-desc.h \
2432   xstormy16-opc.h
2433 xtensa-dis.lo: \
2434   xtensa-dis.c \
2435   $(BFD_H) \
2436   $(INCDIR)/ansidecl.h \
2437   $(INCDIR)/dis-asm.h \
2438   $(INCDIR)/libiberty.h \
2439   $(INCDIR)/symcat.h \
2440   $(INCDIR)/xtensa-isa.h \
2441   config.h \
2442   sysdep.h
2443 z80-dis.lo: \
2444   z80-dis.c \
2445   $(BFD_H) \
2446   $(INCDIR)/ansidecl.h \
2447   $(INCDIR)/dis-asm.h \
2448   $(INCDIR)/symcat.h \
2449   config.h \
2450   sysdep.h
2451 z8k-dis.lo: \
2452   z8k-dis.c \
2453   $(BFD_H) \
2454   $(INCDIR)/ansidecl.h \
2455   $(INCDIR)/dis-asm.h \
2456   $(INCDIR)/symcat.h \
2457   config.h \
2458   sysdep.h \
2459   z8k-opc.h
2460 z8kgen.lo: \
2461   z8kgen.c \
2462   $(INCDIR)/ansidecl.h \
2463   $(INCDIR)/libiberty.h \
2464   config.h \
2465   sysdep.h
2466 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY