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