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