* Makefile.am: Run "make dep-am"
[external/binutils.git] / opcodes / Makefile.am
1 ## Process this file with automake to generate Makefile.in
2
3 AUTOMAKE_OPTIONS = 1.9 cygnus
4
5 SUBDIRS = po
6
7 INCDIR = $(srcdir)/../include
8 BFDDIR = $(srcdir)/../bfd
9 MKDEP = gcc -MM
10
11 WARN_CFLAGS = @WARN_CFLAGS@
12 AM_CFLAGS = $(WARN_CFLAGS)
13
14 bfdlibdir = @bfdlibdir@
15 bfdincludedir = @bfdincludedir@
16
17 bfdlib_LTLIBRARIES = libopcodes.la
18
19 # This is where bfd.h lives.
20 BFD_H = ../bfd/bfd.h
21
22 # This is where libiberty lives.
23 LIBIBERTY = ../libiberty/libiberty.a
24
25 # Header files.
26 HFILES = \
27         arm-opc.h \
28         fr30-desc.h fr30-opc.h \
29         frv-desc.h frv-opc.h \
30         h8500-opc.h \
31         ia64-asmtab.h \
32         ia64-opc.h \
33         ip2k-desc.h ip2k-opc.h \
34         iq2000-desc.h iq2000-opc.h \
35         m32r-desc.h m32r-opc.h \
36         mcore-opc.h \
37         openrisc-desc.h openrisc-opc.h \
38         sh-opc.h \
39         sh64-opc.h \
40         sysdep.h \
41         w65-opc.h \
42         xstormy16-desc.h xstormy16-opc.h \
43         z8k-opc.h
44
45 # C source files that correspond to .o's.
46 CFILES = \
47         a29k-dis.c \
48         alpha-dis.c \
49         alpha-opc.c \
50         arc-dis.c \
51         arc-opc.c \
52         arc-ext.c \
53         arm-dis.c \
54         avr-dis.c \
55         cgen-asm.c \
56         cgen-dis.c \
57         cgen-opc.c \
58         cris-dis.c \
59         cris-opc.c \
60         crx-dis.c \
61         crx-opc.c \
62         d10v-dis.c \
63         d10v-opc.c \
64         d30v-dis.c \
65         d30v-opc.c \
66         dlx-dis.c \
67         dis-buf.c \
68         dis-init.c \
69         disassemble.c \
70         fr30-asm.c \
71         fr30-desc.c \
72         fr30-dis.c \
73         fr30-ibld.c \
74         fr30-opc.c \
75         frv-asm.c \
76         frv-desc.c \
77         frv-dis.c \
78         frv-ibld.c \
79         frv-opc.c \
80         h8300-dis.c \
81         h8500-dis.c \
82         hppa-dis.c \
83         i370-dis.c \
84         i370-opc.c \
85         i386-dis.c \
86         i860-dis.c \
87         i960-dis.c \
88         ia64-dis.c \
89         ia64-opc-a.c \
90         ia64-opc-b.c \
91         ia64-opc-f.c \
92         ia64-opc-i.c \
93         ia64-opc-m.c \
94         ia64-opc-d.c \
95         ia64-opc.c \
96         ia64-gen.c \
97         ia64-asmtab.c \
98         ip2k-asm.c \
99         ip2k-desc.c \
100         ip2k-dis.c \
101         ip2k-ibld.c \
102         ip2k-opc.c \
103         iq2000-asm.c \
104         iq2000-desc.c \
105         iq2000-dis.c \
106         iq2000-ibld.c \
107         iq2000-opc.c \
108         m32r-asm.c \
109         m32r-desc.c \
110         m32r-dis.c \
111         m32r-ibld.c \
112         m32r-opc.c \
113         m32r-opinst.c \
114         m68hc11-dis.c \
115         m68hc11-opc.c \
116         m68k-dis.c \
117         m68k-opc.c \
118         m88k-dis.c \
119         mcore-dis.c \
120         mips-dis.c \
121         mips-opc.c \
122         mips16-opc.c \
123         m10200-dis.c \
124         m10200-opc.c \
125         m10300-dis.c \
126         m10300-opc.c \
127         mmix-dis.c \
128         mmix-opc.c \
129         ns32k-dis.c \
130         openrisc-asm.c \
131         openrisc-desc.c \
132         openrisc-dis.c \
133         openrisc-ibld.c \
134         openrisc-opc.c \
135         or32-dis.c \
136         or32-opc.c \
137         pdp11-dis.c \
138         pdp11-opc.c \
139         pj-dis.c \
140         pj-opc.c \
141         ppc-dis.c \
142         ppc-opc.c \
143         s390-mkopc.c \
144         s390-opc.c \
145         s390-dis.c \
146         sh-dis.c \
147         sh64-dis.c \
148         sh64-opc.c \
149         sparc-dis.c \
150         sparc-opc.c \
151         tic30-dis.c \
152         tic4x-dis.c \
153         tic54x-dis.c \
154         tic54x-opc.c \
155         tic80-dis.c \
156         tic80-opc.c \
157         v850-dis.c \
158         v850-opc.c \
159         vax-dis.c \
160         w65-dis.c \
161         xstormy16-asm.c \
162         xstormy16-desc.c \
163         xstormy16-dis.c \
164         xstormy16-ibld.c \
165         xstormy16-opc.c \
166         xtensa-dis.c \
167         z8k-dis.c \
168         z8kgen.c
169
170 ALL_MACHINES = \
171         a29k-dis.lo \
172         alpha-dis.lo \
173         alpha-opc.lo \
174         arc-dis.lo \
175         arc-opc.lo \
176         arc-ext.lo \
177         arm-dis.lo \
178         avr-dis.lo \
179         cgen-asm.lo \
180         cgen-dis.lo \
181         cgen-opc.lo \
182         cris-dis.lo \
183         cris-opc.lo \
184         crx-dis.lo \
185         crx-opc.lo \
186         d10v-dis.lo \
187         d10v-opc.lo \
188         d30v-dis.lo \
189         d30v-opc.lo \
190         dlx-dis.lo \
191         fr30-asm.lo \
192         fr30-desc.lo \
193         fr30-dis.lo \
194         fr30-ibld.lo \
195         fr30-opc.lo \
196         frv-asm.lo \
197         frv-desc.lo \
198         frv-dis.lo \
199         frv-ibld.lo \
200         frv-opc.lo \
201         h8300-dis.lo \
202         h8500-dis.lo \
203         hppa-dis.lo \
204         i386-dis.lo \
205         i370-dis.lo \
206         i370-opc.lo \
207         i860-dis.lo \
208         i960-dis.lo \
209         ia64-dis.lo \
210         ia64-opc.lo \
211         ip2k-asm.lo \
212         ip2k-desc.lo \
213         ip2k-dis.lo \
214         ip2k-ibld.lo \
215         ip2k-opc.lo \
216         iq2000-asm.lo \
217         iq2000-desc.lo \
218         iq2000-dis.lo \
219         iq2000-ibld.lo \
220         iq2000-opc.lo \
221         m32r-asm.lo \
222         m32r-desc.lo \
223         m32r-dis.lo \
224         m32r-ibld.lo \
225         m32r-opc.lo \
226         m32r-opinst.lo \
227         m68hc11-dis.lo \
228         m68hc11-opc.lo \
229         m68k-dis.lo \
230         m68k-opc.lo \
231         m88k-dis.lo \
232         m10200-dis.lo \
233         m10200-opc.lo \
234         m10300-dis.lo \
235         m10300-opc.lo \
236         mcore-dis.lo \
237         mips-dis.lo \
238         mips-opc.lo \
239         mips16-opc.lo \
240         mmix-dis.lo \
241         mmix-opc.lo \
242         msp430-dis.lo \
243         ns32k-dis.lo \
244         openrisc-asm.lo \
245         openrisc-desc.lo \
246         openrisc-dis.lo \
247         openrisc-ibld.lo \
248         openrisc-opc.lo \
249         or32-dis.lo \
250         or32-opc.lo \
251         pdp11-dis.lo \
252         pdp11-opc.lo \
253         pj-dis.lo \
254         pj-opc.lo \
255         ppc-dis.lo \
256         ppc-opc.lo \
257         s390-dis.lo \
258         s390-opc.lo \
259         sh-dis.lo \
260         sh64-dis.lo \
261         sh64-opc.lo \
262         sparc-dis.lo \
263         sparc-opc.lo \
264         tic30-dis.lo \
265         tic4x-dis.lo \
266         tic54x-dis.lo \
267         tic54x-opc.lo \
268         tic80-dis.lo \
269         tic80-opc.lo \
270         v850-dis.lo \
271         v850-opc.lo \
272         vax-dis.lo \
273         w65-dis.lo \
274         xstormy16-asm.lo \
275         xstormy16-desc.lo \
276         xstormy16-dis.lo \
277         xstormy16-ibld.lo \
278         xstormy16-opc.lo \
279         xtensa-dis.lo \
280         z8k-dis.lo
281
282 OFILES = @BFD_MACHINES@
283
284 # We should reconfigure whenever bfd/configure.in changes, because
285 # that's where the version number in Makefile comes from.
286 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
287
288 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
289
290 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
291         $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
292
293 libopcodes_la_SOURCES =  dis-buf.c disassemble.c dis-init.c
294 # It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
295 # Unfortunately this causes libtool to add -L$(libdir), referring to the
296 # planned install directory of libbfd.  This can cause us to pick up an
297 # old version of libbfd, or to pick up libbfd for the wrong architecture
298 # if host != build.
299 libopcodes_la_DEPENDENCIES = $(OFILES)
300 libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
301 libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
302
303 # libtool will build .libs/libopcodes.a.  We create libopcodes.a in
304 # the build directory so that we don't have to convert all the
305 # programs that use libopcodes.a simultaneously.  This is a hack which
306 # should be removed if everything else starts using libtool.  FIXME.
307
308 noinst_LIBRARIES = libopcodes.a
309
310 stamp-lib: libopcodes.la
311         libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
312         if [ -f $$libtooldir/libopcodes.a ]; then \
313           cp $$libtooldir/libopcodes.a libopcodes.tmp; \
314           $(RANLIB) libopcodes.tmp; \
315           $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
316         else true; fi
317         touch stamp-lib
318
319 libopcodes.a: stamp-lib ; @true
320
321 POTFILES = $(HFILES) $(CFILES)
322 po/POTFILES.in: @MAINT@ Makefile
323         for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
324           && mv tmp $(srcdir)/po/POTFILES.in
325
326 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
327         @$(NORMAL_INSTALL)
328
329 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
330         @$(NORMAL_UNINSTALL)
331
332 .PHONY: install_libopcodes uninstall_libopcodes
333 install_libopcodes: $(bfdlib_LTLIBRARIES)
334         $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
335         $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
336         @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
337           if test -f $$p; then \
338             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
339             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
340           else :; fi; \
341         done
342         $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
343
344 uninstall_libopcodes:
345         list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
346           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
347         done
348         rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
349
350 CLEANFILES = \
351         stamp-ip2k stamp-m32r stamp-fr30 stamp-frv stamp-openrisc \
352         stamp-iq2000 stamp-xstormy16 \
353         libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
354
355
356 CGENDIR = @cgendir@
357 CPUDIR = $(CGENDIR)/cpu
358 CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
359 CGENFLAGS = -v
360
361 CGENDEPS = \
362         $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
363         $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
364         $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
365         $(CGENDIR)/opc-opinst.scm \
366         cgen-asm.in cgen-dis.in cgen-ibld.in
367
368 CGEN_CPUS = fr30 frv ip2k m32r openrisc xstormy16
369
370 if CGEN_MAINT
371 IP2K_DEPS = stamp-ip2k
372 M32R_DEPS = stamp-m32r
373 FR30_DEPS = stamp-fr30
374 FRV_DEPS = stamp-frv
375 OPENRISC_DEPS = stamp-openrisc
376 IQ2000_DEPS = stamp-iq2000
377 XSTORMY16_DEPS = stamp-xstormy16
378 else
379 IP2K_DEPS =
380 M32R_DEPS =
381 FR30_DEPS =
382 FRV_DEPS =
383 OPENRISC_DEPS = 
384 IQ2000_DEPS = 
385 XSTORMY16_DEPS = 
386 endif
387
388 run-cgen:
389         $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
390           $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
391           "$(options)" "$(extrafiles)"
392         touch stamp-${prefix}
393 .PHONY: run-cgen
394
395 # Maintainer utility rule to regenerate all cgen files.
396 run-cgen-all:
397         for c in $(CGEN_CPUS) ; \
398         do \
399                 $(MAKE) stamp-$$c || exit 1 ; \
400         done
401 .PHONY: run-cgen-all
402
403 # For now, require developers to configure with --enable-cgen-maint.
404 $(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)
405         @true
406 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
407         $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
408                 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
409
410 $(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)
411         @true
412 stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
413         $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
414                 archfile=$(CPUDIR)/m32r.cpu opcfile=$(CPUDIR)/m32r.opc extrafiles=opinst
415
416 $(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)
417         @true
418 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
419         $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
420                 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
421
422 $(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)
423         @true
424 # .cpu and .opc files for frv are kept in a different directory, but cgen has no switch to specify that location, so
425 # copy those file to the regular place.
426 stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
427         $(MAKE) run-cgen arch=frv prefix=frv options= \
428                 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
429
430 $(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)
431         @true
432 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
433         $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
434                 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
435
436 $(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)
437         @true
438 stamp-iq2000: $(CGENDEPS) $(CPUDIR)/iq2000.cpu $(CPUDIR)/iq2000.opc \
439         $(CPUDIR)/iq2000m.cpu $(CPUDIR)/iq10.cpu
440         $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
441                 archfile=$(CPUDIR)/iq2000.cpu opcfile=$(CPUDIR)/iq2000.opc extrafiles=
442
443 $(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)
444         @true
445 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
446         $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
447                 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
448
449 ia64-gen: ia64-gen.o
450         $(LINK) ia64-gen.o $(LIBIBERTY)
451
452 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
453   ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
454
455 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
456         ./ia64-gen --srcdir $(srcdir) > $(srcdir)/ia64-asmtab.c
457
458 s390-mkopc: s390-mkopc.c
459         $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
460
461 s390-opc.tab: s390-mkopc s390-opc.txt
462         ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
463
464 sh-dis.lo: sh-dis.c
465         $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
466
467 # This dependency stuff is copied from BFD.
468
469 DEP: dep.sed $(CFILES) $(HFILES) config.h
470         rm -f DEP1
471         $(MAKE) MKDEP="$(MKDEP)" DEP1
472         sed -f dep.sed < DEP1 > DEPA
473         echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
474         if grep ' /' DEPA > /dev/null 2> /dev/null; then \
475           echo 'make DEP failed!'; exit 1; \
476         else \
477           mv -f DEPA $@; \
478         fi
479
480 DEP1: $(CFILES)
481         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
482         echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
483         $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
484         mv -f DEP2 $@
485
486 dep.sed: dep-in.sed config.status
487         sed <$(srcdir)/dep-in.sed >dep.sed      \
488                 -e 's!@BFD_H@!$(BFD_H)!'        \
489                 -e 's!@INCDIR@!$(INCDIR)!'      \
490                 -e 's!@BFDDIR@!$(BFDDIR)!'      \
491                 -e 's!@SRCDIR@!$(srcdir)!'      \
492                 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
493
494 dep: DEP
495         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
496         cat DEP >> tmp-Makefile
497         $(srcdir)/../move-if-change tmp-Makefile Makefile
498
499 dep-in: DEP
500         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
501         cat DEP >> tmp-Makefile.in
502         $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
503
504 dep-am: DEP
505         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
506         cat DEP >> tmp-Makefile.am
507         $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
508
509 .PHONY: dep dep-in dep-am
510
511 # What appears below is generated by a hacked mkdep using gcc -MM.
512
513 # DO NOT DELETE THIS LINE -- mkdep uses it.
514 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
515 a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
516   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/a29k.h
517 alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
518   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
519 alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
520   $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
521   opintl.h
522 arc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
523   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
524   $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
525   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
526   $(INCDIR)/elf/reloc-macros.h opintl.h arc-dis.h arc-ext.h
527 arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
528   $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h
529 arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
530   $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h
531 arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
532   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h arm-opc.h \
533   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
534   opintl.h $(INCDIR)/safe-ctype.h $(BFDDIR)/elf-bfd.h \
535   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
536   $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h
537 avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
538   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
539   $(INCDIR)/libiberty.h $(INCDIR)/opcode/avr.h
540 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
541   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
542   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h opintl.h
543 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
544   $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
545 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
546   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
547   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
548 cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
549   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
550   $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h
551 cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
552 crx-dis.lo: crx-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
553   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
554   $(INCDIR)/opcode/crx.h
555 crx-opc.lo: crx-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
556   $(INCDIR)/symcat.h $(INCDIR)/opcode/crx.h
557 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
558   $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
559   $(INCDIR)/symcat.h
560 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
561   $(INCDIR)/opcode/d10v.h
562 d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
563   $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
564   $(INCDIR)/symcat.h opintl.h
565 d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
566   $(INCDIR)/opcode/d30v.h
567 dlx-dis.lo: dlx-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
568   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/dlx.h
569 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
570   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
571 dis-init.lo: dis-init.c sysdep.h config.h $(INCDIR)/ansidecl.h \
572   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
573 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
574   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
575 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
576   $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
577   fr30-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
578   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
579 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
580   $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
581   fr30-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
582   $(INCDIR)/xregex2.h
583 fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
584   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
585   fr30-desc.h $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
586 fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
587   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
588   $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
589 fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
590   $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
591   fr30-opc.h $(INCDIR)/libiberty.h
592 frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
593   $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
594   frv-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
595   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
596 frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
597   $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
598   frv-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
599   $(INCDIR)/xregex2.h
600 frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
601   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
602   frv-desc.h $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h
603 frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
604   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \
605   $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
606 frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
607   $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
608   frv-opc.h $(INCDIR)/libiberty.h $(INCDIR)/elf/frv.h \
609   $(INCDIR)/elf/reloc-macros.h
610 h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
611   $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
612   $(INCDIR)/symcat.h opintl.h $(INCDIR)/libiberty.h
613 h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
614   h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
615   opintl.h
616 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
617   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
618   $(INCDIR)/opcode/hppa.h
619 i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
620   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
621 i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
622   $(INCDIR)/opcode/i370.h
623 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
624   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
625   opintl.h
626 i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
627   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
628 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
629   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
630 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
631   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
632 ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
633   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
634 ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
635   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
636 ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
637   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
638 ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
639   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
640 ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
641   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
642 ia64-opc-d.lo: ia64-opc-d.c
643 ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
644   sysdep.h config.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
645   $(BFD_H) $(INCDIR)/symcat.h ia64-asmtab.c
646 ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
647   $(INCDIR)/safe-ctype.h sysdep.h config.h $(INCDIR)/getopt.h \
648   ia64-opc.h $(INCDIR)/opcode/ia64.h $(BFD_H) $(INCDIR)/symcat.h \
649   ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c \
650   ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
651 ia64-asmtab.lo: ia64-asmtab.c
652 ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
653   $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
654   ip2k-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
655   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
656 ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
657   $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
658   ip2k-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
659   $(INCDIR)/xregex2.h
660 ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
661   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
662   ip2k-desc.h $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h
663 ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
664   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \
665   $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h $(INCDIR)/safe-ctype.h
666 ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
667   $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
668   ip2k-opc.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
669 iq2000-asm.lo: iq2000-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
670   $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen.h \
671   iq2000-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
672   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
673 iq2000-desc.lo: iq2000-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
674   $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen.h \
675   iq2000-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
676   $(INCDIR)/xregex2.h
677 iq2000-dis.lo: iq2000-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
678   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
679   iq2000-desc.h $(INCDIR)/opcode/cgen.h iq2000-opc.h \
680   opintl.h
681 iq2000-ibld.lo: iq2000-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
682   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h \
683   $(INCDIR)/opcode/cgen.h iq2000-opc.h opintl.h $(INCDIR)/safe-ctype.h
684 iq2000-opc.lo: iq2000-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
685   $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen.h \
686   iq2000-opc.h $(INCDIR)/libiberty.h
687 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
688   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
689   m32r-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
690   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
691 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
692   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
693   m32r-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
694   $(INCDIR)/xregex2.h
695 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
696   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
697   m32r-desc.h $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
698 m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
699   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
700   $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h $(INCDIR)/safe-ctype.h
701 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
702   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
703   m32r-opc.h $(INCDIR)/libiberty.h
704 m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
705   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
706   m32r-opc.h
707 m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
708   $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
709   $(INCDIR)/symcat.h
710 m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
711   $(INCDIR)/opcode/m68hc11.h
712 m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
713   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
714   $(INCDIR)/libiberty.h opintl.h $(INCDIR)/opcode/m68k.h
715 m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
716   $(INCDIR)/opcode/m68k.h
717 m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
718   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
719   opintl.h $(INCDIR)/libiberty.h
720 mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
721   mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
722 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
723   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
724   $(INCDIR)/opcode/mips.h opintl.h $(BFDDIR)/elf-bfd.h \
725   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
726   $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
727 mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
728   $(INCDIR)/opcode/mips.h
729 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
730   $(INCDIR)/opcode/mips.h
731 m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
732   $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
733   $(INCDIR)/symcat.h opintl.h
734 m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
735   $(INCDIR)/opcode/mn10200.h
736 m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
737   $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
738   $(INCDIR)/symcat.h opintl.h
739 m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
740   $(INCDIR)/opcode/mn10300.h
741 mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
742   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
743   opintl.h
744 mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
745 ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
746   $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/dis-asm.h \
747   $(INCDIR)/opcode/ns32k.h opintl.h
748 openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
749   $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
750   openrisc-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
751   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
752 openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
753   $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
754   $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h $(INCDIR)/libiberty.h \
755   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
756 openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
757   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
758   openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
759   opintl.h
760 openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
761   $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
762   openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
763   opintl.h $(INCDIR)/safe-ctype.h
764 openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
765   $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
766   openrisc-opc.h $(INCDIR)/libiberty.h
767 or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
768   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
769   $(INCDIR)/safe-ctype.h
770 or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
771   $(INCDIR)/opcode/or32.h
772 pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
773   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
774 pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
775 pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
776   $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
777   $(INCDIR)/symcat.h
778 pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
779   $(INCDIR)/opcode/pj.h
780 ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
781   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
782 ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
783   $(INCDIR)/opcode/ppc.h opintl.h
784 s390-mkopc.lo: s390-mkopc.c
785 s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
786   s390-opc.tab
787 s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
788   config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
789   $(INCDIR)/opcode/s390.h
790 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
791   sh-opc.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/dis-asm.h
792 sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
793   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
794   sh64-opc.h $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h \
795   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
796   $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
797   $(BFDDIR)/elf32-sh64.h
798 sh64-opc.lo: sh64-opc.c sh64-opc.h
799 sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
800   $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
801   $(INCDIR)/symcat.h $(INCDIR)/libiberty.h opintl.h
802 sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
803   $(INCDIR)/opcode/sparc.h
804 tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
805   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
806 tic4x-dis.lo: tic4x-dis.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
807   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic4x.h
808 tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
809   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
810   $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
811 tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
812   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h
813 tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
814   $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
815   $(INCDIR)/symcat.h
816 tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
817   $(INCDIR)/opcode/tic80.h
818 v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
819   $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
820   $(INCDIR)/symcat.h opintl.h
821 v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
822   $(INCDIR)/opcode/v850.h opintl.h
823 vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
824   $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
825   $(INCDIR)/symcat.h
826 w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
827   w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
828 xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
829   $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
830   $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/xregex.h \
831   $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
832 xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
833   $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
834   $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/libiberty.h \
835   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
836 xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
837   $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
838   $(INCDIR)/libiberty.h xstormy16-desc.h $(INCDIR)/opcode/cgen.h \
839   xstormy16-opc.h opintl.h
840 xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
841   $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
842   xstormy16-desc.h $(INCDIR)/opcode/cgen.h xstormy16-opc.h \
843   opintl.h $(INCDIR)/safe-ctype.h
844 xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
845   $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
846   $(INCDIR)/opcode/cgen.h xstormy16-opc.h $(INCDIR)/libiberty.h
847 xtensa-dis.lo: xtensa-dis.c $(INCDIR)/xtensa-isa.h \
848   $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h sysdep.h \
849   config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
850 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
851   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
852 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h \
853   $(INCDIR)/libiberty.h
854 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY