* cgen-types.h: Include bfd_stdint.h, not stdint.h.
[external/binutils.git] / opcodes / Makefile.am
1 ## Process this file with automake to generate Makefile.in
2
3 AUTOMAKE_OPTIONS = 1.9 cygnus
4 ACLOCAL_AMFLAGS = -I ..
5
6 SUBDIRS = po
7
8 INCDIR = $(srcdir)/../include
9 BFDDIR = $(srcdir)/../bfd
10 MKDEP = gcc -MM
11
12 WARN_CFLAGS = @WARN_CFLAGS@
13 NO_WERROR = @NO_WERROR@
14 AM_CFLAGS = $(WARN_CFLAGS)
15
16 bfdlibdir = @bfdlibdir@
17 bfdincludedir = @bfdincludedir@
18
19 .PHONY: install-html
20 install-html:
21
22 bfdlib_LTLIBRARIES = libopcodes.la
23
24 # This is where bfd.h lives.
25 BFD_H = ../bfd/bfd.h
26
27 # This is where libiberty lives.
28 LIBIBERTY = ../libiberty/libiberty.a
29
30 # Header files.
31 HFILES = \
32         cgen-ops.h cgen-types.h \
33         fr30-desc.h fr30-opc.h \
34         frv-desc.h frv-opc.h \
35         h8500-opc.h \
36         ia64-asmtab.h \
37         ia64-opc.h \
38         ip2k-desc.h ip2k-opc.h \
39         iq2000-desc.h iq2000-opc.h \
40         m32c-desc.h m32c-opc.h \
41         m32r-desc.h m32r-opc.h \
42         mcore-opc.h \
43         mep-desc.h mep-opc.h \
44         mt-desc.h mt-opc.h \
45         openrisc-desc.h openrisc-opc.h \
46         score-opc.h \
47         sh-opc.h \
48         sh64-opc.h \
49         sysdep.h \
50         w65-opc.h \
51         xc16x-desc.h xc16x-opc.h \
52         xstormy16-desc.h xstormy16-opc.h \
53         z8k-opc.h
54
55 # C source files that correspond to .o's.
56 CFILES = \
57         alpha-dis.c \
58         alpha-opc.c \
59         arc-dis.c \
60         arc-opc.c \
61         arc-ext.c \
62         arm-dis.c \
63         avr-dis.c \
64         bfin-dis.c \
65         cgen-asm.c \
66         cgen-bitset.c \
67         cgen-dis.c \
68         cgen-opc.c \
69         cris-dis.c \
70         cris-opc.c \
71         crx-dis.c \
72         crx-opc.c \
73         d10v-dis.c \
74         d10v-opc.c \
75         d30v-dis.c \
76         d30v-opc.c \
77         dlx-dis.c \
78         dis-buf.c \
79         dis-init.c \
80         disassemble.c \
81         fr30-asm.c \
82         fr30-desc.c \
83         fr30-dis.c \
84         fr30-ibld.c \
85         fr30-opc.c \
86         frv-asm.c \
87         frv-desc.c \
88         frv-dis.c \
89         frv-ibld.c \
90         frv-opc.c \
91         h8300-dis.c \
92         h8500-dis.c \
93         hppa-dis.c \
94         i370-dis.c \
95         i370-opc.c \
96         i386-dis.c \
97         i386-opc.c \
98         i860-dis.c \
99         i960-dis.c \
100         ia64-dis.c \
101         ia64-opc-a.c \
102         ia64-opc-b.c \
103         ia64-opc-f.c \
104         ia64-opc-i.c \
105         ia64-opc-m.c \
106         ia64-opc-d.c \
107         ia64-opc.c \
108         ia64-gen.c \
109         ia64-asmtab.c \
110         ip2k-asm.c \
111         ip2k-desc.c \
112         ip2k-dis.c \
113         ip2k-ibld.c \
114         ip2k-opc.c \
115         iq2000-asm.c \
116         iq2000-desc.c \
117         iq2000-dis.c \
118         iq2000-ibld.c \
119         iq2000-opc.c \
120         m32c-asm.c \
121         m32c-desc.c \
122         m32c-dis.c \
123         m32c-ibld.c \
124         m32c-opc.c \
125         m32r-asm.c \
126         m32r-desc.c \
127         m32r-dis.c \
128         m32r-ibld.c \
129         m32r-opc.c \
130         m32r-opinst.c \
131         m68hc11-dis.c \
132         m68hc11-opc.c \
133         m68k-dis.c \
134         m68k-opc.c \
135         m88k-dis.c \
136         maxq-dis.c \
137         mcore-dis.c \
138         mep-asm.c \
139         mep-desc.c \
140         mep-dis.c \
141         mep-ibld.c \
142         mep-opc.c \
143         mips-dis.c \
144         mips-opc.c \
145         mips16-opc.c \
146         m10200-dis.c \
147         m10200-opc.c \
148         m10300-dis.c \
149         m10300-opc.c \
150         mmix-dis.c \
151         mmix-opc.c \
152         mt-asm.c \
153         mt-desc.c \
154         mt-dis.c \
155         mt-ibld.c \
156         mt-opc.c \
157         ns32k-dis.c \
158         openrisc-asm.c \
159         openrisc-desc.c \
160         openrisc-dis.c \
161         openrisc-ibld.c \
162         openrisc-opc.c \
163         or32-dis.c \
164         or32-opc.c \
165         pdp11-dis.c \
166         pdp11-opc.c \
167         pj-dis.c \
168         pj-opc.c \
169         ppc-dis.c \
170         ppc-opc.c \
171         s390-mkopc.c \
172         s390-opc.c \
173         s390-dis.c \
174         score-dis.c \
175         sh-dis.c \
176         sh64-dis.c \
177         sh64-opc.c \
178         sparc-dis.c \
179         sparc-opc.c \
180         spu-dis.c \
181         spu-opc.c \
182         tic30-dis.c \
183         tic4x-dis.c \
184         tic54x-dis.c \
185         tic54x-opc.c \
186         tic80-dis.c \
187         tic80-opc.c \
188         v850-dis.c \
189         v850-opc.c \
190         vax-dis.c \
191         w65-dis.c \
192         xc16x-asm.c \
193         xc16x-desc.c \
194         xc16x-dis.c \
195         xc16x-ibld.c \
196         xc16x-opc.c \
197         xstormy16-asm.c \
198         xstormy16-desc.c \
199         xstormy16-dis.c \
200         xstormy16-ibld.c \
201         xstormy16-opc.c \
202         xtensa-dis.c \
203         z80-dis.c \
204         z8k-dis.c \
205         z8kgen.c
206
207 ALL_MACHINES = \
208         alpha-dis.lo \
209         alpha-opc.lo \
210         arc-dis.lo \
211         arc-opc.lo \
212         arc-ext.lo \
213         arm-dis.lo \
214         avr-dis.lo \
215         bfin-dis.lo \
216         cgen-asm.lo \
217         cgen-bitset.lo \
218         cgen-dis.lo \
219         cgen-opc.lo \
220         cris-dis.lo \
221         cris-opc.lo \
222         crx-dis.lo \
223         crx-opc.lo \
224         d10v-dis.lo \
225         d10v-opc.lo \
226         d30v-dis.lo \
227         d30v-opc.lo \
228         dlx-dis.lo \
229         fr30-asm.lo \
230         fr30-desc.lo \
231         fr30-dis.lo \
232         fr30-ibld.lo \
233         fr30-opc.lo \
234         frv-asm.lo \
235         frv-desc.lo \
236         frv-dis.lo \
237         frv-ibld.lo \
238         frv-opc.lo \
239         h8300-dis.lo \
240         h8500-dis.lo \
241         hppa-dis.lo \
242         i386-dis.lo \
243         i386-opc.lo \
244         i370-dis.lo \
245         i370-opc.lo \
246         i860-dis.lo \
247         i960-dis.lo \
248         ia64-dis.lo \
249         ia64-opc.lo \
250         ip2k-asm.lo \
251         ip2k-desc.lo \
252         ip2k-dis.lo \
253         ip2k-ibld.lo \
254         ip2k-opc.lo \
255         iq2000-asm.lo \
256         iq2000-desc.lo \
257         iq2000-dis.lo \
258         iq2000-ibld.lo \
259         iq2000-opc.lo \
260         m32c-asm.lo \
261         m32c-desc.lo \
262         m32c-dis.lo \
263         m32c-ibld.lo \
264         m32c-opc.lo \
265         m32r-asm.lo \
266         m32r-desc.lo \
267         m32r-dis.lo \
268         m32r-ibld.lo \
269         m32r-opc.lo \
270         m32r-opinst.lo \
271         m68hc11-dis.lo \
272         m68hc11-opc.lo \
273         m68k-dis.lo \
274         m68k-opc.lo \
275         m88k-dis.lo \
276         m10200-dis.lo \
277         m10200-opc.lo \
278         m10300-dis.lo \
279         m10300-opc.lo \
280         maxq-dis.lo \
281         mcore-dis.lo \
282         mep-asm.lo \
283         mep-desc.lo \
284         mep-dis.lo \
285         mep-ibld.lo \
286         mep-opc.lo \
287         mips-dis.lo \
288         mips-opc.lo \
289         mips16-opc.lo \
290         mmix-dis.lo \
291         mmix-opc.lo \
292         msp430-dis.lo \
293         mt-asm.lo \
294         mt-desc.lo \
295         mt-dis.lo \
296         mt-ibld.lo \
297         mt-opc.lo \
298         ns32k-dis.lo \
299         openrisc-asm.lo \
300         openrisc-desc.lo \
301         openrisc-dis.lo \
302         openrisc-ibld.lo \
303         openrisc-opc.lo \
304         or32-dis.lo \
305         or32-opc.lo \
306         pdp11-dis.lo \
307         pdp11-opc.lo \
308         pj-dis.lo \
309         pj-opc.lo \
310         ppc-dis.lo \
311         ppc-opc.lo \
312         s390-dis.lo \
313         s390-opc.lo \
314         score-dis.lo \
315         sh-dis.lo \
316         sh64-dis.lo \
317         sh64-opc.lo \
318         sparc-dis.lo \
319         sparc-opc.lo \
320         spu-dis.lo \
321         spu-opc.lo \
322         tic30-dis.lo \
323         tic4x-dis.lo \
324         tic54x-dis.lo \
325         tic54x-opc.lo \
326         tic80-dis.lo \
327         tic80-opc.lo \
328         v850-dis.lo \
329         v850-opc.lo \
330         vax-dis.lo \
331         w65-dis.lo \
332         xc16x-asm.lo \
333         xc16x-desc.lo \
334         xc16x-dis.lo \
335         xc16x-ibld.lo \
336         xc16x-opc.lo \
337         xstormy16-asm.lo \
338         xstormy16-desc.lo \
339         xstormy16-dis.lo \
340         xstormy16-ibld.lo \
341         xstormy16-opc.lo \
342         xtensa-dis.lo \
343         z80-dis.lo \
344         z8k-dis.lo
345
346 OFILES = @BFD_MACHINES@
347
348 # We should reconfigure whenever bfd/configure.in changes, because
349 # that's where the version number in Makefile comes from.
350 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
351
352 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
353
354 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
355         $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
356
357 libopcodes_la_SOURCES =  dis-buf.c disassemble.c dis-init.c
358 # It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
359 # Unfortunately this causes libtool to add -L$(libdir), referring to the
360 # planned install directory of libbfd.  This can cause us to pick up an
361 # old version of libbfd, or to pick up libbfd for the wrong architecture
362 # if host != build.
363 libopcodes_la_DEPENDENCIES = $(OFILES)
364 libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
365 libopcodes_la_LDFLAGS = -release `cat ../bfd/libtool-soversion` @WIN32LDFLAGS@
366
367 # libtool will build .libs/libopcodes.a.  We create libopcodes.a in
368 # the build directory so that we don't have to convert all the
369 # programs that use libopcodes.a simultaneously.  This is a hack which
370 # should be removed if everything else starts using libtool.  FIXME.
371
372 noinst_LIBRARIES = libopcodes.a
373
374 stamp-lib: libopcodes.la
375         libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
376         if [ -f $$libtooldir/libopcodes.a ]; then \
377           cp $$libtooldir/libopcodes.a libopcodes.tmp; \
378           $(RANLIB) libopcodes.tmp; \
379           $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
380         else true; fi
381         touch stamp-lib
382
383 libopcodes.a: stamp-lib ; @true
384
385 POTFILES = $(HFILES) $(CFILES)
386 po/POTFILES.in: @MAINT@ Makefile
387         for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
388           && mv tmp $(srcdir)/po/POTFILES.in
389
390 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
391         @$(NORMAL_INSTALL)
392
393 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
394         @$(NORMAL_UNINSTALL)
395
396 .PHONY: install_libopcodes uninstall_libopcodes
397 install_libopcodes: $(bfdlib_LTLIBRARIES)
398         $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
399         $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
400         @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
401           if test -f $$p; then \
402             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
403             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
404           else :; fi; \
405         done
406         $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
407
408 uninstall_libopcodes:
409         list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
410           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
411         done
412         rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
413
414 CLEANFILES = \
415         stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
416         stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
417         libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
418
419
420 CGENDIR = @cgendir@
421 CPUDIR = $(CGENDIR)/cpu
422 CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
423 CGENFLAGS = -v
424
425 CGENDEPS = \
426         $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
427         $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
428         $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
429         $(CGENDIR)/opc-opinst.scm \
430         cgen-asm.in cgen-dis.in cgen-ibld.in
431
432 CGEN_CPUS = fr30 frv ip2k m32c m32r mep mt openrisc xc16x xstormy16
433
434 if CGEN_MAINT
435 IP2K_DEPS = stamp-ip2k
436 M32C_DEPS = stamp-m32c
437 M32R_DEPS = stamp-m32r
438 FR30_DEPS = stamp-fr30
439 FRV_DEPS = stamp-frv
440 MEP_DEPS = stamp-mep
441 MT_DEPS = stamp-mt
442 OPENRISC_DEPS = stamp-openrisc
443 IQ2000_DEPS = stamp-iq2000
444 XC16X_DEPS = stamp-xc16x
445 XSTORMY16_DEPS = stamp-xstormy16
446 else
447 IP2K_DEPS =
448 M32C_DEPS =
449 M32R_DEPS =
450 FR30_DEPS =
451 FRV_DEPS =
452 MEP_DEPS =
453 MT_DEPS =
454 OPENRISC_DEPS = 
455 IQ2000_DEPS = 
456 XC16X_DEPS = 
457 XSTORMY16_DEPS = 
458 endif
459
460 run-cgen:
461         $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
462           $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
463           "$(options)" "$(extrafiles)"
464         touch stamp-${prefix}
465 .PHONY: run-cgen
466
467 # Maintainer utility rule to regenerate all cgen files.
468 run-cgen-all:
469         for c in $(CGEN_CPUS) ; \
470         do \
471                 $(MAKE) stamp-$$c || exit 1 ; \
472         done
473 .PHONY: run-cgen-all
474
475 # For now, require developers to configure with --enable-cgen-maint.
476 $(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)
477         @true
478 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
479         $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
480                 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
481
482 $(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)
483 #       @true
484 stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
485         $(MAKE) run-cgen arch=m32c prefix=m32c options= \
486                 archfile=$(srcdir)/../cpu/m32c.cpu \
487                 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
488 m32c_opc_h = m32c-opc.h cgen-types.h cgen-ops.h
489 m32c-asm.lo: m32c-asm.c sysdep.h config.h $(BFD_H) \
490   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
491   $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
492 m32c-desc.lo: m32c-desc.c sysdep.h config.h $(BFD_H) \
493   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
494   $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
495 m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
496   $(BFD_H) $(INCDIR)/ansidecl.h \
497   $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
498   $(m32c_opc_h) opintl.h
499 m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
500   $(BFD_H) $(INCDIR)/ansidecl.h \
501   $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
502   $(m32c_opc_h) opintl.h
503 m32c-opc.lo: m32c-opc.c sysdep.h config.h $(BFD_H) \
504   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
505   $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
506
507 $(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)
508         @true
509 stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
510         $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
511                 archfile=$(srcdir)/../cpu/m32r.cpu \
512                 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
513
514 $(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)
515         @true
516 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
517         $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
518                 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
519
520 $(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)
521         @true
522 stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
523         $(MAKE) run-cgen arch=frv prefix=frv options= \
524                 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
525
526 $(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)
527         @true
528 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
529         $(MAKE) run-cgen arch=mep prefix=mep options= \
530                 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
531
532 $(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)
533         @true
534 stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
535         $(MAKE) run-cgen arch=mt prefix=mt options= \
536                 archfile=$(srcdir)/../cpu/mt.cpu \
537                 opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
538
539 $(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)
540         @true
541 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
542         $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
543                 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
544
545 $(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)
546         @true
547 stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
548                 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
549                 $(srcdir)/../cpu/iq10.cpu
550         $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
551                 archfile=$(srcdir)/../cpu/iq2000.cpu \
552                 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
553
554 $(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)
555         @true
556 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
557         $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
558                 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
559
560 $(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)
561         @true
562 stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
563         $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
564                 archfile=$(CPUDIR)/xc16x.cpu opcfile=$(CPUDIR)/xc16x.opc extrafiles=
565
566 ia64-gen: ia64-gen.o
567         $(LINK) ia64-gen.o $(LIBIBERTY)
568
569 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
570   ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
571
572 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
573         ./ia64-gen --srcdir $(srcdir) > $(srcdir)/ia64-asmtab.c
574
575 s390-mkopc: s390-mkopc.c
576         $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
577
578 s390-opc.tab: s390-mkopc s390-opc.txt
579         ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
580
581 sh-dis.lo: sh-dis.c
582         $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
583
584 # This dependency stuff is copied from BFD.
585
586 DEP: dep.sed $(CFILES) $(HFILES) config.h
587         rm -f DEP1
588         $(MAKE) MKDEP="$(MKDEP)" DEP1
589         sed -f dep.sed < DEP1 > DEPA
590         echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
591         if grep ' /' DEPA > /dev/null 2> /dev/null; then \
592           echo 'make DEP failed!'; exit 1; \
593         else \
594           mv -f DEPA $@; \
595         fi
596
597 DEP1: $(CFILES)
598         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
599         echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
600         $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
601         mv -f DEP2 $@
602
603 dep.sed: dep-in.sed config.status
604         sed <$(srcdir)/dep-in.sed >dep.sed      \
605                 -e 's!@BFD_H@!$(BFD_H)!'        \
606                 -e 's!@INCDIR@!$(INCDIR)!'      \
607                 -e 's!@BFDDIR@!$(BFDDIR)!'      \
608                 -e 's!@SRCDIR@!$(srcdir)!'      \
609                 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
610
611 dep: DEP
612         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
613         cat DEP >> tmp-Makefile
614         $(srcdir)/../move-if-change tmp-Makefile Makefile
615
616 dep-in: DEP
617         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
618         cat DEP >> tmp-Makefile.in
619         $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
620
621 dep-am: DEP
622         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
623         cat DEP >> tmp-Makefile.am
624         $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
625
626 .PHONY: dep dep-in dep-am
627
628 # What appears below is generated by a hacked mkdep using gcc -MM.
629
630 # DO NOT DELETE THIS LINE -- mkdep uses it.
631 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
632 alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
633   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
634   $(INCDIR)/opcode/alpha.h
635 alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
636   $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/ansidecl.h \
637   $(INCDIR)/symcat.h opintl.h
638 arc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
639   $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
640   $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h \
641   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
642   $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
643   opintl.h arc-dis.h arc-ext.h
644 arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
645   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
646   opintl.h
647 arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
648   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h arc-ext.h \
649   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
650 arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
651   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
652   $(INCDIR)/opcode/arm.h opintl.h $(INCDIR)/safe-ctype.h \
653   $(INCDIR)/floatformat.h $(INCDIR)/ansidecl.h $(INCDIR)/coff/internal.h \
654   $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(BFDDIR)/elf-bfd.h \
655   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
656   $(INCDIR)/elf/internal.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h
657 avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
658   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
659   opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
660   $(INCDIR)/opcode/avr.h
661 bfin-dis.lo: bfin-dis.c $(INCDIR)/opcode/bfin.h $(INCDIR)/dis-asm.h \
662   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
663 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
664   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
665   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
666   $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
667   opintl.h
668 cgen-bitset.lo: cgen-bitset.c $(INCDIR)/libiberty.h \
669   $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cgen-bitset.h
670 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
671   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(BFD_H) \
672   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
673   $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h
674 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
675   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
676   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
677   $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h
678 cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
679   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
680   $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h \
681   $(INCDIR)/ansidecl.h
682 cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
683 crx-dis.lo: crx-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
684   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
685   $(INCDIR)/ansidecl.h $(INCDIR)/opcode/crx.h
686 crx-opc.lo: crx-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
687   $(INCDIR)/symcat.h $(INCDIR)/opcode/crx.h
688 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
689   $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
690   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
691 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
692   $(INCDIR)/opcode/d10v.h
693 d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
694   $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
695   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h
696 d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
697   $(INCDIR)/opcode/d30v.h
698 dlx-dis.lo: dlx-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
699   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
700   $(INCDIR)/opcode/dlx.h
701 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
702   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
703   opintl.h
704 dis-init.lo: dis-init.c sysdep.h config.h $(INCDIR)/ansidecl.h \
705   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
706   $(BFD_H)
707 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
708   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
709 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
710   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
711   fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
712   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h \
713   opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
714   $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
715 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
716   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
717   fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
718   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h \
719   opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
720   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
721 fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
722   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
723   $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
724   fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
725   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h \
726   opintl.h
727 fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
728   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
729   $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
730   $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
731   fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
732 fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
733   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
734   fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
735   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h \
736   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
737 frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
738   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
739   frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
740   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h frv-opc.h \
741   opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
742   $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
743 frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
744   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
745   frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
746   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h frv-opc.h \
747   opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
748   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
749 frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
750   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
751   $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
752   frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
753   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h frv-opc.h \
754   opintl.h
755 frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
756   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
757   $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
758   $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
759   frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
760 frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
761   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
762   frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
763   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h frv-opc.h \
764   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/elf/frv.h \
765   $(INCDIR)/elf/reloc-macros.h
766 h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
767   $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
768   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h $(INCDIR)/libiberty.h \
769   $(INCDIR)/ansidecl.h
770 h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
771   h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
772   $(INCDIR)/symcat.h opintl.h
773 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
774   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
775   $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
776 i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
777   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
778   $(INCDIR)/opcode/i370.h
779 i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
780   $(INCDIR)/opcode/i370.h
781 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
782   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
783   $(INCDIR)/ansidecl.h opintl.h $(INCDIR)/opcode/i386.h
784 i386-opc.lo: i386-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
785   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h i386-opc.h \
786   $(INCDIR)/opcode/i386.h
787 i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
788   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
789 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
790   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
791 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
792   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h \
793   $(BFD_H)
794 ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
795   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
796 ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
797   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
798 ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
799   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
800 ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
801   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
802 ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
803   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
804 ia64-opc-d.lo: ia64-opc-d.c
805 ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h sysdep.h \
806   config.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
807   ia64-asmtab.h $(INCDIR)/opcode/ia64.h $(BFD_H) $(INCDIR)/ansidecl.h \
808   $(INCDIR)/symcat.h ia64-asmtab.c
809 ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
810   $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h sysdep.h \
811   config.h $(INCDIR)/getopt.h ia64-opc.h $(INCDIR)/opcode/ia64.h \
812   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h ia64-opc-a.c \
813   ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c ia64-opc-f.c \
814   ia64-opc-x.c ia64-opc-d.c
815 ia64-asmtab.lo: ia64-asmtab.c
816 ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
817   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
818   ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
819   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h ip2k-opc.h \
820   opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
821   $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
822 ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
823   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
824   ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
825   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h ip2k-opc.h \
826   opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
827   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
828 ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
829   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
830   $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
831   ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
832   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h ip2k-opc.h \
833   opintl.h
834 ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
835   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
836   $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
837   $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
838   ip2k-opc.h opintl.h $(INCDIR)/safe-ctype.h
839 ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
840   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
841   ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
842   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h ip2k-opc.h \
843   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
844 iq2000-asm.lo: iq2000-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
845   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
846   iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
847   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h iq2000-opc.h \
848   opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
849   $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
850 iq2000-desc.lo: iq2000-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
851   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
852   iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
853   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h iq2000-opc.h \
854   opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
855   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
856 iq2000-dis.lo: iq2000-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
857   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
858   $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
859   iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
860   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h iq2000-opc.h \
861   opintl.h
862 iq2000-ibld.lo: iq2000-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
863   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
864   $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
865   $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
866   iq2000-opc.h opintl.h $(INCDIR)/safe-ctype.h
867 iq2000-opc.lo: iq2000-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
868   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
869   iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
870   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h iq2000-opc.h \
871   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
872 m32c-asm.lo: m32c-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
873   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
874   m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
875   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32c-opc.h \
876   cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h opintl.h \
877   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
878   $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
879 m32c-desc.lo: m32c-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
880   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
881   m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
882   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32c-opc.h \
883   cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h opintl.h \
884   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/xregex.h \
885   $(INCDIR)/xregex2.h
886 m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
887   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
888   $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
889   m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
890   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32c-opc.h \
891   cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h opintl.h \
892   $(INCDIR)/elf/m32c.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf-bfd.h \
893   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
894   $(INCDIR)/bfdlink.h
895 m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
896   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
897   $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
898   $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
899   m32c-opc.h cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h \
900   opintl.h $(INCDIR)/safe-ctype.h
901 m32c-opc.lo: m32c-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
902   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
903   m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
904   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32c-opc.h \
905   cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h $(INCDIR)/libiberty.h \
906   $(INCDIR)/ansidecl.h
907 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
908   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
909   m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
910   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h \
911   opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
912   $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
913 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
914   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
915   m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
916   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h \
917   opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
918   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
919 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
920   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
921   $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
922   m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
923   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h \
924   opintl.h
925 m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
926   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
927   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
928   $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
929   m32r-opc.h opintl.h $(INCDIR)/safe-ctype.h
930 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
931   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
932   m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
933   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h \
934   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
935 m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
936   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
937   m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
938   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h
939 m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
940   $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
941   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
942 m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
943   $(INCDIR)/opcode/m68hc11.h
944 m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
945   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
946   $(INCDIR)/floatformat.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
947   opintl.h $(INCDIR)/opcode/m68k.h
948 m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
949   $(INCDIR)/opcode/m68k.h
950 m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
951   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
952   $(INCDIR)/opcode/m88k.h opintl.h $(INCDIR)/libiberty.h \
953   $(INCDIR)/ansidecl.h
954 maxq-dis.lo: maxq-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
955   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
956   $(INCDIR)/opcode/maxq.h
957 mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
958   mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
959   $(INCDIR)/symcat.h
960 mep-asm.lo: mep-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
961   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
962   mep-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
963   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mep-opc.h \
964   opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
965   $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
966 mep-desc.lo: mep-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
967   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
968   mep-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
969   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mep-opc.h \
970   opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
971   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
972 mep-dis.lo: mep-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
973   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
974   $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
975   mep-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
976   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mep-opc.h \
977   opintl.h $(INCDIR)/elf/mep.h $(INCDIR)/elf/reloc-macros.h \
978   $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
979   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h
980 mep-ibld.lo: mep-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
981   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
982   $(BFD_H) $(INCDIR)/symcat.h mep-desc.h $(INCDIR)/opcode/cgen-bitset.h \
983   $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
984   mep-opc.h opintl.h $(INCDIR)/safe-ctype.h
985 mep-opc.lo: mep-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
986   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
987   mep-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
988   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mep-opc.h \
989   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/elf/mep.h \
990   $(INCDIR)/elf/reloc-macros.h
991 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
992   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
993   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h \
994   opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
995   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
996   $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
997 mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
998   $(INCDIR)/opcode/mips.h
999 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1000   $(INCDIR)/opcode/mips.h
1001 m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1002   $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
1003   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h
1004 m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1005   $(INCDIR)/opcode/mn10200.h
1006 m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1007   $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
1008   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h
1009 m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1010   $(INCDIR)/opcode/mn10300.h
1011 mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
1012   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1013   $(INCDIR)/ansidecl.h $(BFD_H) opintl.h
1014 mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
1015 mt-asm.lo: mt-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1016   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1017   mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1018   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mt-opc.h \
1019   opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1020   $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1021 mt-desc.lo: mt-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1022   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1023   mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1024   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mt-opc.h \
1025   opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1026   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1027 mt-dis.lo: mt-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1028   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1029   $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1030   mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1031   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mt-opc.h \
1032   opintl.h
1033 mt-ibld.lo: mt-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1034   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1035   $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1036   $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
1037   mt-opc.h opintl.h $(INCDIR)/safe-ctype.h
1038 mt-opc.lo: mt-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1039   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1040   mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1041   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mt-opc.h \
1042   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1043 ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
1044   $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/ansidecl.h \
1045   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/ns32k.h \
1046   opintl.h
1047 openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1048   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1049   openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1050   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h \
1051   opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1052   $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1053 openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
1054   $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/ansidecl.h \
1055   $(INCDIR)/symcat.h $(INCDIR)/symcat.h openrisc-desc.h \
1056   $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1057   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h \
1058   opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1059   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1060 openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1061   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1062   $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1063   openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1064   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h \
1065   opintl.h
1066 openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
1067   $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1068   $(INCDIR)/symcat.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
1069   $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1070   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h \
1071   opintl.h $(INCDIR)/safe-ctype.h
1072 openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1073   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1074   openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1075   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h \
1076   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
1077 or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1078   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
1079   $(INCDIR)/safe-ctype.h
1080 or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
1081   $(INCDIR)/opcode/or32.h
1082 pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1083   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1084   $(INCDIR)/opcode/pdp11.h
1085 pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
1086 pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1087   $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
1088   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1089 pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1090   $(INCDIR)/opcode/pj.h
1091 ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1092   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1093   $(INCDIR)/opcode/ppc.h
1094 ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1095   $(INCDIR)/opcode/ppc.h opintl.h
1096 s390-mkopc.lo: s390-mkopc.c
1097 s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
1098   s390-opc.tab
1099 s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
1100   config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1101   $(INCDIR)/symcat.h $(INCDIR)/opcode/s390.h
1102 score-dis.lo: score-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1103   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1104   score-opc.h opintl.h $(BFD_H) $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1105   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1106   $(INCDIR)/elf/internal.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h
1107 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1108   sh-opc.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1109   $(INCDIR)/dis-asm.h $(BFD_H)
1110 sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1111   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
1112   $(INCDIR)/ansidecl.h sh64-opc.h $(INCDIR)/libiberty.h \
1113   $(INCDIR)/ansidecl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1114   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1115   $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h
1116 sh64-opc.lo: sh64-opc.c sh64-opc.h
1117 sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1118   $(INCDIR)/opcode/sparc.h $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h \
1119   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1120   $(INCDIR)/ansidecl.h opintl.h
1121 sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1122   $(INCDIR)/opcode/sparc.h $(INCDIR)/ansidecl.h
1123 spu-dis.lo: spu-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1124   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1125   $(INCDIR)/opcode/spu.h $(INCDIR)/opcode/spu-insns.h
1126 spu-opc.lo: spu-opc.c $(INCDIR)/opcode/spu.h $(INCDIR)/opcode/spu-insns.h \
1127   $(INCDIR)/opcode/spu-insns.h
1128 tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1129   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1130   $(INCDIR)/opcode/tic30.h
1131 tic4x-dis.lo: tic4x-dis.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1132   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1133   $(INCDIR)/opcode/tic4x.h
1134 tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1135   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1136   $(INCDIR)/opcode/tic54x.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
1137 tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1138   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1139   $(INCDIR)/opcode/tic54x.h
1140 tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1141   $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
1142   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1143 tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1144   $(INCDIR)/opcode/tic80.h
1145 v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1146   $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
1147   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h
1148 v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1149   $(INCDIR)/opcode/v850.h opintl.h
1150 vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1151   $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
1152   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1153 w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1154   w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1155   $(INCDIR)/symcat.h
1156 xc16x-asm.lo: xc16x-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1157   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1158   xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1159   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xc16x-opc.h \
1160   opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1161   $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1162 xc16x-desc.lo: xc16x-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1163   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1164   xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1165   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xc16x-opc.h \
1166   opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1167   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1168 xc16x-dis.lo: xc16x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1169   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1170   $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1171   xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1172   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xc16x-opc.h \
1173   opintl.h
1174 xc16x-ibld.lo: xc16x-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1175   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1176   $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1177   $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
1178   xc16x-opc.h opintl.h $(INCDIR)/safe-ctype.h
1179 xc16x-opc.lo: xc16x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1180   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1181   xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1182   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xc16x-opc.h \
1183   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
1184 xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
1185   $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/ansidecl.h \
1186   $(INCDIR)/symcat.h $(INCDIR)/symcat.h xstormy16-desc.h \
1187   $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1188   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h \
1189   opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1190   $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1191 xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
1192   $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/ansidecl.h \
1193   $(INCDIR)/symcat.h $(INCDIR)/symcat.h xstormy16-desc.h \
1194   $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1195   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h \
1196   opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1197   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1198 xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
1199   $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1200   $(INCDIR)/symcat.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1201   $(INCDIR)/ansidecl.h xstormy16-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1202   $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
1203   xstormy16-opc.h opintl.h
1204 xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
1205   $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1206   $(INCDIR)/symcat.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1207   $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1208   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h \
1209   opintl.h $(INCDIR)/safe-ctype.h
1210 xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
1211   $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/ansidecl.h \
1212   $(INCDIR)/symcat.h $(INCDIR)/symcat.h xstormy16-desc.h \
1213   $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1214   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h \
1215   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
1216 xtensa-dis.lo: xtensa-dis.c $(INCDIR)/xtensa-isa.h \
1217   $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1218   sysdep.h config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1219   $(INCDIR)/symcat.h
1220 z80-dis.lo: z80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1221   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1222 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1223   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1224   z8k-opc.h
1225 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1226   $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
1227 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY