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