OSDN Git Service

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