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