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