s390 assembler improvements and testsuite
[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 lib_LTLIBRARIES = libopcodes.la
15
16 # This is where bfd.h lives.
17 BFD_H = ../bfd/bfd.h
18
19 # This is where libiberty lives.
20 LIBIBERTY = ../libiberty/libiberty.a
21
22 # Header files.
23 HFILES = \
24         arm-opc.h \
25         fr30-desc.h fr30-opc.h \
26         h8500-opc.h \
27         m32r-desc.h m32r-opc.h \
28         mcore-opc.h \
29         openrisc-desc.h openrisc-opc.h \
30         sh-opc.h \
31         sysdep.h \
32         ia64-asmtab.h \
33         ia64-opc.h \
34         w65-opc.h \
35         z8k-opc.h
36
37 # C source files that correspond to .o's.
38 CFILES = \
39         a29k-dis.c \
40         alpha-dis.c \
41         alpha-opc.c \
42         arc-dis.c \
43         arc-opc.c \
44         arc-ext.c \
45         arm-dis.c \
46         avr-dis.c \
47         cgen-asm.c \
48         cgen-dis.c \
49         cgen-opc.c \
50         cris-dis.c \
51         cris-opc.c \
52         d10v-dis.c \
53         d10v-opc.c \
54         d30v-dis.c \
55         d30v-opc.c \
56         dis-buf.c \
57         disassemble.c \
58         fr30-asm.c \
59         fr30-desc.c \
60         fr30-dis.c \
61         fr30-ibld.c \
62         fr30-opc.c \
63         h8300-dis.c \
64         h8500-dis.c \
65         hppa-dis.c \
66         i370-dis.c \
67         i370-opc.c \
68         i386-dis.c \
69         i860-dis.c \
70         i960-dis.c \
71         ia64-dis.c \
72         ia64-opc-a.c \
73         ia64-opc-b.c \
74         ia64-opc-f.c \
75         ia64-opc-i.c \
76         ia64-opc-m.c \
77         ia64-opc-d.c \
78         ia64-opc.c \
79         ia64-gen.c \
80         ia64-asmtab.c \
81         m32r-asm.c \
82         m32r-desc.c \
83         m32r-dis.c \
84         m32r-ibld.c \
85         m32r-opc.c \
86         m32r-opinst.c \
87         m68hc11-dis.c \
88         m68hc11-opc.c \
89         m68k-dis.c \
90         m68k-opc.c \
91         m88k-dis.c \
92         mcore-dis.c \
93         mips-dis.c \
94         mips-opc.c \
95         mips16-opc.c \
96         m10200-dis.c \
97         m10200-opc.c \
98         m10300-dis.c \
99         m10300-opc.c \
100         ns32k-dis.c \
101         openrisc-asm.c \
102         openrisc-desc.c \
103         openrisc-dis.c \
104         openrisc-ibld.c \
105         openrisc-opc.c \
106         pdp11-dis.c \
107         pdp11-opc.c \
108         pj-dis.c \
109         pj-opc.c \
110         ppc-dis.c \
111         ppc-opc.c \
112         s390-mkopc.c \
113         s390-opc.c \
114         s390-dis.c \
115         sh-dis.c \
116         sparc-dis.c \
117         sparc-opc.c \
118         tic30-dis.c \
119         tic54x-dis.c \
120         tic54x-opc.c \
121         tic80-dis.c \
122         tic80-opc.c \
123         v850-dis.c \
124         v850-opc.c \
125         vax-dis.c \
126         w65-dis.c \
127         z8k-dis.c \
128         z8kgen.c
129
130 ALL_MACHINES = \
131         a29k-dis.lo \
132         alpha-dis.lo \
133         alpha-opc.lo \
134         arc-dis.lo \
135         arc-opc.lo \
136         arc-ext.lo \
137         arm-dis.lo \
138         avr-dis.lo \
139         cgen-asm.lo \
140         cgen-dis.lo \
141         cgen-opc.lo \
142         cris-dis.lo \
143         cris-opc.lo \
144         d10v-dis.lo \
145         d10v-opc.lo \
146         d30v-dis.lo \
147         d30v-opc.lo \
148         fr30-asm.lo \
149         fr30-desc.lo \
150         fr30-dis.lo \
151         fr30-ibld.lo \
152         fr30-opc.lo \
153         h8300-dis.lo \
154         h8500-dis.lo \
155         hppa-dis.lo \
156         i386-dis.lo \
157         i370-dis.lo \
158         i370-opc.lo \
159         i860-dis.lo \
160         i960-dis.lo \
161         ia64-dis.lo \
162         ia64-opc.lo \
163         m32r-asm.lo \
164         m32r-desc.lo \
165         m32r-dis.lo \
166         m32r-ibld.lo \
167         m32r-opc.lo \
168         m32r-opinst.lo \
169         m68hc11-dis.lo \
170         m68hc11-opc.lo \
171         m68k-dis.lo \
172         m68k-opc.lo \
173         m88k-dis.lo \
174         m10200-dis.lo \
175         m10200-opc.lo \
176         m10300-dis.lo \
177         m10300-opc.lo \
178         mcore-dis.lo \
179         mips-dis.lo \
180         mips-opc.lo \
181         mips16-opc.lo \
182         ns32k-dis.lo \
183         openrisc-asm.lo \
184         openrisc-desc.lo \
185         openrisc-dis.lo \
186         openrisc-ibld.lo \
187         openrisc-opc.lo \
188         pdp11-dis.lo \
189         pdp11-opc.lo \
190         pj-dis.lo \
191         pj-opc.lo \
192         ppc-dis.lo \
193         ppc-opc.lo \
194         s390-dis.lo \
195         s390-opc.lo \
196         sh-dis.lo \
197         sparc-dis.lo \
198         sparc-opc.lo \
199         tic30-dis.lo \
200         tic54x-dis.lo \
201         tic54x-opc.lo \
202         tic80-dis.lo \
203         tic80-opc.lo \
204         v850-dis.lo \
205         v850-opc.lo \
206         vax-dis.lo \
207         w65-dis.lo \
208         z8k-dis.lo
209
210 OFILES = @BFD_MACHINES@
211
212 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
213
214 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
215         $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
216
217 libopcodes_la_SOURCES =  dis-buf.c disassemble.c
218 libopcodes_la_DEPENDENCIES = $(OFILES)
219 libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
220 libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
221
222 # libtool will build .libs/libopcodes.a.  We create libopcodes.a in
223 # the build directory so that we don't have to convert all the
224 # programs that use libopcodes.a simultaneously.  This is a hack which
225 # should be removed if everything else starts using libtool.  FIXME.
226
227 noinst_LIBRARIES = libopcodes.a
228
229 stamp-lib: libopcodes.la
230         libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
231         if [ -f $$libtooldir/libopcodes.a ]; then \
232           cp $$libtooldir/libopcodes.a libopcodes.tmp; \
233           $(RANLIB) libopcodes.tmp; \
234           $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
235         else true; fi
236         touch stamp-lib
237
238 libopcodes.a: stamp-lib ; @true
239
240 POTFILES = $(HFILES) $(CFILES)
241 po/POTFILES.in: @MAINT@ Makefile
242         for file in $(POTFILES); do echo $$file; done | sort > tmp \
243           && mv tmp $(srcdir)/po/POTFILES.in
244
245 # We should reconfigure whenever bfd/configure.in changes, because
246 # that's where the version number comes from.
247 config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
248         $(SHELL) ./config.status --recheck
249
250 CLEANFILES = \
251         stamp-m32r stamp-fr30 stamp-openrisc \
252         libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
253
254
255 CGENDIR = @cgendir@
256 CPUDIR = $(CGENDIR)/cpu
257 CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
258 CGENFLAGS = -v
259
260 CGENDEPS = ../cgen/stamp-cgen \
261         $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
262         $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
263         $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
264         $(CGENDIR)/opc-opinst.scm \
265         cgen-asm.in cgen-dis.in cgen-ibld.in
266
267 if CGEN_MAINT
268 M32R_DEPS = stamp-m32r
269 FR30_DEPS = stamp-fr30
270 OPENRISC_DEPS = stamp-openrisc
271 else
272 M32R_DEPS =
273 FR30_DEPS =
274 OPENRISC_DEPS = 
275 endif
276
277 run-cgen:
278         $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
279           $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) \
280           "$(options)" $(extrafiles)
281         touch stamp-${prefix}
282 .PHONY: run-cgen
283
284 # For now, require developers to configure with --enable-cgen-maint.
285 $(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)
286         @true
287 stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
288         $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst extrafiles=opinst
289
290 $(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)
291         @true
292 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
293         $(MAKE) run-cgen arch=fr30 prefix=fr30 options= extrafiles=
294
295 $(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)
296         @true
297 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
298         $(MAKE) run-cgen arch=openrisc prefix=openrisc options= extrafiles=
299
300 ia64-gen: ia64-gen.o
301         $(LINK) ia64-gen.o $(LIBIBERTY)
302
303 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
304   ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
305
306 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
307         here=`pwd`; cd $(srcdir); $$here/ia64-gen > ia64-asmtab.c
308
309 s390-mkopc: s390-mkopc.c
310         $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
311
312 s390-opc.tab: s390-mkopc s390-opc.txt
313         ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
314
315 # This dependency stuff is copied from BFD.
316
317 DEP: dep.sed $(CFILES) $(HFILES) config.h
318         rm -f DEP1
319         $(MAKE) MKDEP="$(MKDEP)" DEP1
320         sed -f dep.sed < DEP1 > DEPA
321         echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
322         if grep ' /' DEPA > /dev/null 2> /dev/null; then \
323           echo 'make DEP failed!'; exit 1; \
324         else \
325           mv -f DEPA $@; \
326         fi
327
328 DEP1: $(CFILES)
329         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
330         echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
331         $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
332         mv -f DEP2 $@
333
334 dep.sed: dep-in.sed config.status
335         sed <$(srcdir)/dep-in.sed >dep.sed      \
336                 -e 's!@BFD_H@!$(BFD_H)!'        \
337                 -e 's!@INCDIR@!$(INCDIR)!'      \
338                 -e 's!@BFDDIR@!$(BFDDIR)!'      \
339                 -e 's!@SRCDIR@!$(srcdir)!'
340
341 dep: DEP
342         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
343         cat DEP >> tmp-Makefile
344         $(srcdir)/../move-if-change tmp-Makefile Makefile
345
346 dep-in: DEP
347         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
348         cat DEP >> tmp-Makefile.in
349         $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
350
351 dep-am: DEP
352         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
353         cat DEP >> tmp-Makefile.am
354         $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
355
356 .PHONY: dep dep-in dep-am
357
358 # What appears below is generated by a hacked mkdep using gcc -MM.
359
360 # DO NOT DELETE THIS LINE -- mkdep uses it.
361 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
362 a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
363   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/a29k.h
364 alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
365   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/alpha.h
366 alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
367   $(INCDIR)/opcode/alpha.h $(BFD_H) opintl.h
368 arc-dis.lo: arc-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
369   $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
370   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
371   $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h opintl.h \
372   arc-dis.h arc-ext.h
373 arc-opc.lo: arc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/arc.h
374 arc-ext.lo: arc-ext.c $(BFD_H) $(INCDIR)/ansidecl.h \
375   arc-ext.h $(INCDIR)/libiberty.h
376 arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
377   $(INCDIR)/dis-asm.h $(BFD_H) arm-opc.h $(INCDIR)/coff/internal.h \
378   $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h opintl.h $(BFDDIR)/elf-bfd.h \
379   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
380   $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h
381 avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
382   $(INCDIR)/dis-asm.h $(BFD_H) opintl.h $(INCDIR)/opcode/avr.h
383 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
384   $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \
385   opintl.h
386 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
387   $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
388 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
389   $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
390 cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
391   $(INCDIR)/ansidecl.h sysdep.h config.h $(INCDIR)/opcode/cris.h \
392   $(INCDIR)/libiberty.h
393 cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
394 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
395   $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H)
396 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
397   $(INCDIR)/opcode/d10v.h
398 d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
399   $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
400   opintl.h
401 d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
402   $(INCDIR)/opcode/d30v.h
403 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
404   $(INCDIR)/dis-asm.h $(BFD_H) opintl.h
405 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
406   $(INCDIR)/dis-asm.h $(BFD_H)
407 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
408   $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
409   fr30-opc.h opintl.h
410 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
411   $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
412   fr30-opc.h opintl.h $(INCDIR)/libiberty.h
413 fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
414   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
415   $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
416 fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
417   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
418   $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
419 fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
420   $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
421   fr30-opc.h $(INCDIR)/libiberty.h
422 h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
423   $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
424   opintl.h
425 h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
426   h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) opintl.h
427 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
428   $(INCDIR)/dis-asm.h $(BFD_H) $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
429 i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
430   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/i370.h
431 i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
432   $(INCDIR)/opcode/i370.h
433 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
434   $(INCDIR)/ansidecl.h sysdep.h config.h opintl.h
435 i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
436   $(INCDIR)/ansidecl.h $(INCDIR)/opcode/i860.h
437 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
438   $(INCDIR)/dis-asm.h $(BFD_H)
439 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
440   $(INCDIR)/ansidecl.h $(INCDIR)/opcode/ia64.h
441 ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h
442 ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h
443 ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h
444 ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h
445 ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h
446 ia64-opc-d.lo: ia64-opc-d.c
447 ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
448   sysdep.h config.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
449   ia64-asmtab.c
450 ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
451   sysdep.h config.h ia64-opc.h $(INCDIR)/opcode/ia64.h \
452   ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c \
453   ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
454 ia64-asmtab.lo: ia64-asmtab.c
455 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
456   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
457   m32r-opc.h opintl.h
458 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
459   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
460   m32r-opc.h opintl.h $(INCDIR)/libiberty.h
461 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
462   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
463   $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
464 m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
465   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
466   $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
467 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
468   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
469   m32r-opc.h $(INCDIR)/libiberty.h
470 m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
471   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
472   m32r-opc.h
473 m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
474   $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H)
475 m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
476   $(INCDIR)/opcode/m68hc11.h
477 m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
478   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/floatformat.h \
479   opintl.h $(INCDIR)/opcode/m68k.h
480 m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
481   $(INCDIR)/opcode/m68k.h
482 m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
483   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/m88k.h \
484   opintl.h
485 mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
486   mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H)
487 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
488   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/mips.h \
489   opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
490   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
491   $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
492 mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
493   $(INCDIR)/opcode/mips.h
494 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
495   $(INCDIR)/opcode/mips.h
496 m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
497   $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
498   opintl.h
499 m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
500   $(INCDIR)/opcode/mn10200.h
501 m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
502   $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
503   opintl.h
504 m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
505   $(INCDIR)/opcode/mn10300.h
506 ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
507   sysdep.h config.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h \
508   opintl.h
509 openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
510   $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
511   openrisc-opc.h opintl.h
512 openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
513   $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
514   $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h $(INCDIR)/libiberty.h
515 openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
516   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
517   $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h
518 openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
519   $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
520   openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
521   opintl.h
522 openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
523   $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
524   openrisc-opc.h $(INCDIR)/libiberty.h
525 pdp11-dis.lo: pdp11-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
526   $(INCDIR)/ansidecl.h $(INCDIR)/opcode/pdp11.h
527 pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
528 pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
529   $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H)
530 pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
531   $(INCDIR)/opcode/pj.h
532 ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
533   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/ppc.h
534 ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
535   $(INCDIR)/opcode/ppc.h opintl.h
536 s390-opc.lo: s390-opc.c s390-opc.tab $(INCDIR)/ansidecl.h \
537   $(INCDIR)/opcode/s390.h
538 s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
539   config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/s390.h
540 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
541   sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H)
542 sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
543   $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
544   $(INCDIR)/libiberty.h opintl.h
545 sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
546   $(INCDIR)/opcode/sparc.h
547 tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
548   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/tic30.h
549 tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
550   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/tic54x.h \
551   $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
552 tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
553   $(INCDIR)/opcode/tic54x.h
554 tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
555   $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H)
556 tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
557   $(INCDIR)/opcode/tic80.h
558 v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
559   $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
560   opintl.h
561 v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
562   $(INCDIR)/opcode/v850.h opintl.h
563 vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
564   $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H)
565 w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
566   w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H)
567 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
568   $(INCDIR)/dis-asm.h $(BFD_H) z8k-opc.h
569 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h
570 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY