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