opcodes/
[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 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
5
6 SUBDIRS = po
7
8 INCDIR = $(srcdir)/../include
9 BFDDIR = $(srcdir)/../bfd
10 MKDEP = gcc -MM
11
12 WARN_CFLAGS = @WARN_CFLAGS@
13 NO_WERROR = @NO_WERROR@
14 AM_CFLAGS = $(WARN_CFLAGS)
15
16 bfdlibdir = @bfdlibdir@
17 bfdincludedir = @bfdincludedir@
18
19 .PHONY: install-html
20 install-html:
21
22 bfdlib_LTLIBRARIES = libopcodes.la
23
24 # This is where bfd.h lives.
25 BFD_H = ../bfd/bfd.h
26
27 # This is where libiberty lives.
28 LIBIBERTY = ../libiberty/libiberty.a
29
30 # Header files.
31 HFILES = \
32 cgen-ops.h cgen-types.h \
33 fr30-desc.h fr30-opc.h \
34 frv-desc.h frv-opc.h \
35 h8500-opc.h \
36 i386-init.h \
37 i386-opc.h \
38 i386-tbl.h \
39 ia64-asmtab.h \
40 ia64-opc.h \
41 ip2k-desc.h ip2k-opc.h \
42 iq2000-desc.h iq2000-opc.h \
43 m32c-desc.h m32c-opc.h \
44 m32r-desc.h m32r-opc.h \
45 mcore-opc.h \
46 mep-desc.h mep-opc.h \
47 mt-desc.h mt-opc.h \
48 openrisc-desc.h openrisc-opc.h \
49 score-opc.h \
50 sh-opc.h \
51 sh64-opc.h \
52 sysdep.h \
53 w65-opc.h \
54 xc16x-desc.h xc16x-opc.h \
55 xstormy16-desc.h xstormy16-opc.h \
56 z8k-opc.h
57
58 # C source files that correspond to .o's.
59 CFILES = \
60 alpha-dis.c \
61 alpha-opc.c \
62 arc-dis.c \
63 arc-opc.c \
64 arc-ext.c \
65 arm-dis.c \
66 avr-dis.c \
67 bfin-dis.c \
68 cgen-asm.c \
69 cgen-bitset.c \
70 cgen-dis.c \
71 cgen-opc.c \
72 cr16-dis.c \
73 cr16-opc.c \
74 cris-dis.c \
75 cris-opc.c \
76 crx-dis.c \
77 crx-opc.c \
78 d10v-dis.c \
79 d10v-opc.c \
80 d30v-dis.c \
81 d30v-opc.c \
82 dlx-dis.c \
83 dis-buf.c \
84 dis-init.c \
85 disassemble.c \
86 fr30-asm.c \
87 fr30-desc.c \
88 fr30-dis.c \
89 fr30-ibld.c \
90 fr30-opc.c \
91 frv-asm.c \
92 frv-desc.c \
93 frv-dis.c \
94 frv-ibld.c \
95 frv-opc.c \
96 h8300-dis.c \
97 h8500-dis.c \
98 hppa-dis.c \
99 i370-dis.c \
100 i370-opc.c \
101 i386-dis.c \
102 i386-opc.c \
103 i386-gen.c \
104 i860-dis.c \
105 i960-dis.c \
106 ia64-dis.c \
107 ia64-opc-a.c \
108 ia64-opc-b.c \
109 ia64-opc-f.c \
110 ia64-opc-i.c \
111 ia64-opc-m.c \
112 ia64-opc-d.c \
113 ia64-opc.c \
114 ia64-gen.c \
115 ia64-asmtab.c \
116 ip2k-asm.c \
117 ip2k-desc.c \
118 ip2k-dis.c \
119 ip2k-ibld.c \
120 ip2k-opc.c \
121 iq2000-asm.c \
122 iq2000-desc.c \
123 iq2000-dis.c \
124 iq2000-ibld.c \
125 iq2000-opc.c \
126 lm32-asm.c \
127 lm32-desc.c \
128 lm32-desc.h \
129 lm32-dis.c \
130 lm32-ibld.c \
131 lm32-opc.c \
132 lm32-opc.h \
133 lm32-opinst.c \
134 m32c-asm.c \
135 m32c-desc.c \
136 m32c-dis.c \
137 m32c-ibld.c \
138 m32c-opc.c \
139 m32r-asm.c \
140 m32r-desc.c \
141 m32r-dis.c \
142 m32r-ibld.c \
143 m32r-opc.c \
144 m32r-opinst.c \
145 m68hc11-dis.c \
146 m68hc11-opc.c \
147 m68k-dis.c \
148 m68k-opc.c \
149 m88k-dis.c \
150 maxq-dis.c \
151 mcore-dis.c \
152 mep-asm.c \
153 mep-desc.c \
154 mep-dis.c \
155 mep-ibld.c \
156 mep-opc.c \
157 mips-dis.c \
158 mips-opc.c \
159 mips16-opc.c \
160 m10200-dis.c \
161 m10200-opc.c \
162 m10300-dis.c \
163 m10300-opc.c \
164 mmix-dis.c \
165 mmix-opc.c \
166 mt-asm.c \
167 mt-desc.c \
168 mt-dis.c \
169 mt-ibld.c \
170 mt-opc.c \
171 ns32k-dis.c \
172 openrisc-asm.c \
173 openrisc-desc.c \
174 openrisc-dis.c \
175 openrisc-ibld.c \
176 openrisc-opc.c \
177 or32-dis.c \
178 or32-opc.c \
179 pdp11-dis.c \
180 pdp11-opc.c \
181 pj-dis.c \
182 pj-opc.c \
183 ppc-dis.c \
184 ppc-opc.c \
185 s390-mkopc.c \
186 s390-opc.c \
187 s390-dis.c \
188 score-dis.c \
189 sh-dis.c \
190 sh64-dis.c \
191 sh64-opc.c \
192 sparc-dis.c \
193 sparc-opc.c \
194 spu-dis.c \
195 spu-opc.c \
196 tic30-dis.c \
197 tic4x-dis.c \
198 tic54x-dis.c \
199 tic54x-opc.c \
200 tic80-dis.c \
201 tic80-opc.c \
202 v850-dis.c \
203 v850-opc.c \
204 vax-dis.c \
205 w65-dis.c \
206 xc16x-asm.c \
207 xc16x-desc.c \
208 xc16x-dis.c \
209 xc16x-ibld.c \
210 xc16x-opc.c \
211 xstormy16-asm.c \
212 xstormy16-desc.c \
213 xstormy16-dis.c \
214 xstormy16-ibld.c \
215 xstormy16-opc.c \
216 xtensa-dis.c \
217 z80-dis.c \
218 z8k-dis.c \
219 z8kgen.c
220
221 ALL_MACHINES = \
222 alpha-dis.lo \
223 alpha-opc.lo \
224 arc-dis.lo \
225 arc-opc.lo \
226 arc-ext.lo \
227 arm-dis.lo \
228 avr-dis.lo \
229 bfin-dis.lo \
230 cgen-asm.lo \
231 cgen-bitset.lo \
232 cgen-dis.lo \
233 cgen-opc.lo \
234 cr16-dis.lo \
235 cr16-opc.lo \
236 cris-dis.lo \
237 cris-opc.lo \
238 crx-dis.lo \
239 crx-opc.lo \
240 d10v-dis.lo \
241 d10v-opc.lo \
242 d30v-dis.lo \
243 d30v-opc.lo \
244 dlx-dis.lo \
245 fr30-asm.lo \
246 fr30-desc.lo \
247 fr30-dis.lo \
248 fr30-ibld.lo \
249 fr30-opc.lo \
250 frv-asm.lo \
251 frv-desc.lo \
252 frv-dis.lo \
253 frv-ibld.lo \
254 frv-opc.lo \
255 h8300-dis.lo \
256 h8500-dis.lo \
257 hppa-dis.lo \
258 i386-dis.lo \
259 i386-opc.lo \
260 i370-dis.lo \
261 i370-opc.lo \
262 i860-dis.lo \
263 i960-dis.lo \
264 ia64-dis.lo \
265 ia64-opc.lo \
266 ip2k-asm.lo \
267 ip2k-desc.lo \
268 ip2k-dis.lo \
269 ip2k-ibld.lo \
270 ip2k-opc.lo \
271 iq2000-asm.lo \
272 iq2000-desc.lo \
273 iq2000-dis.lo \
274 iq2000-ibld.lo \
275 iq2000-opc.lo \
276 lm32-asm.lo \
277 lm32-desc.lo \
278 lm32-dis.lo \
279 lm32-ibld.lo \
280 lm32-opc.lo \
281 lm32-opinst.lo \
282 m32c-asm.lo \
283 m32c-desc.lo \
284 m32c-dis.lo \
285 m32c-ibld.lo \
286 m32c-opc.lo \
287 m32r-asm.lo \
288 m32r-desc.lo \
289 m32r-dis.lo \
290 m32r-ibld.lo \
291 m32r-opc.lo \
292 m32r-opinst.lo \
293 m68hc11-dis.lo \
294 m68hc11-opc.lo \
295 m68k-dis.lo \
296 m68k-opc.lo \
297 m88k-dis.lo \
298 m10200-dis.lo \
299 m10200-opc.lo \
300 m10300-dis.lo \
301 m10300-opc.lo \
302 maxq-dis.lo \
303 mcore-dis.lo \
304 mep-asm.lo \
305 mep-desc.lo \
306 mep-dis.lo \
307 mep-ibld.lo \
308 mep-opc.lo \
309 mips-dis.lo \
310 mips-opc.lo \
311 mips16-opc.lo \
312 mmix-dis.lo \
313 mmix-opc.lo \
314 msp430-dis.lo \
315 mt-asm.lo \
316 mt-desc.lo \
317 mt-dis.lo \
318 mt-ibld.lo \
319 mt-opc.lo \
320 ns32k-dis.lo \
321 openrisc-asm.lo \
322 openrisc-desc.lo \
323 openrisc-dis.lo \
324 openrisc-ibld.lo \
325 openrisc-opc.lo \
326 or32-dis.lo \
327 or32-opc.lo \
328 pdp11-dis.lo \
329 pdp11-opc.lo \
330 pj-dis.lo \
331 pj-opc.lo \
332 ppc-dis.lo \
333 ppc-opc.lo \
334 s390-dis.lo \
335 s390-opc.lo \
336 score-dis.lo \
337 sh-dis.lo \
338 sh64-dis.lo \
339 sh64-opc.lo \
340 sparc-dis.lo \
341 sparc-opc.lo \
342 spu-dis.lo \
343 spu-opc.lo \
344 tic30-dis.lo \
345 tic4x-dis.lo \
346 tic54x-dis.lo \
347 tic54x-opc.lo \
348 tic80-dis.lo \
349 tic80-opc.lo \
350 v850-dis.lo \
351 v850-opc.lo \
352 vax-dis.lo \
353 w65-dis.lo \
354 xc16x-asm.lo \
355 xc16x-desc.lo \
356 xc16x-dis.lo \
357 xc16x-ibld.lo \
358 xc16x-opc.lo \
359 xstormy16-asm.lo \
360 xstormy16-desc.lo \
361 xstormy16-dis.lo \
362 xstormy16-ibld.lo \
363 xstormy16-opc.lo \
364 xtensa-dis.lo \
365 z80-dis.lo \
366 z8k-dis.lo
367
368 OFILES = @BFD_MACHINES@
369
370 # We should reconfigure whenever bfd/configure.in changes, because
371 # that's where the version number in Makefile comes from.
372 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
373
374 INCLUDES = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
375
376 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
377 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
378
379 libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
380 # It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
381 # Unfortunately this causes libtool to add -L$(libdir), referring to the
382 # planned install directory of libbfd. This can cause us to pick up an
383 # old version of libbfd, or to pick up libbfd for the wrong architecture
384 # if host != build. So for building with shared libraries we use a
385 # hardcoded path to libbfd.so instead of relying on the entries in libbfd.la.
386 libopcodes_la_DEPENDENCIES = $(OFILES) @SHARED_DEPENDENCIES@
387 libopcodes_la_LIBADD = $(OFILES) @SHARED_LIBADD@
388 libopcodes_la_LDFLAGS = -release `cat ../bfd/libtool-soversion` @SHARED_LDFLAGS@
389
390 # libtool will build .libs/libopcodes.a. We create libopcodes.a in
391 # the build directory so that we don't have to convert all the
392 # programs that use libopcodes.a simultaneously. This is a hack which
393 # should be removed if everything else starts using libtool. FIXME.
394
395 noinst_LIBRARIES = libopcodes.a
396
397 stamp-lib: libopcodes.la
398 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
399 if [ -f $$libtooldir/libopcodes.a ]; then \
400 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
401 $(RANLIB) libopcodes.tmp; \
402 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
403 else true; fi
404 touch stamp-lib
405
406 libopcodes.a: stamp-lib ; @true
407
408 POTFILES = $(HFILES) $(CFILES)
409 po/POTFILES.in: @MAINT@ Makefile
410 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
411 && mv tmp $(srcdir)/po/POTFILES.in
412
413 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
414 @$(NORMAL_INSTALL)
415
416 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
417 @$(NORMAL_UNINSTALL)
418
419 .PHONY: install_libopcodes uninstall_libopcodes
420 install_libopcodes: $(bfdlib_LTLIBRARIES)
421 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
422 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
423 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
424 if test -f $$p; then \
425 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
426 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
427 else :; fi; \
428 done
429 $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
430
431 uninstall_libopcodes:
432 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
433 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
434 done
435 rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
436
437 CLEANFILES = \
438 stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
439 stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
440 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
441
442
443 CGENDIR = @cgendir@
444 CPUDIR = $(CGENDIR)/cpu
445 CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
446 CGENFLAGS = -v
447
448 CGENDEPS = \
449 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
450 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
451 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
452 $(CGENDIR)/opc-opinst.scm \
453 cgen-asm.in cgen-dis.in cgen-ibld.in
454
455 CGEN_CPUS = fr30 frv ip2k m32c m32r mep mt openrisc xc16x xstormy16
456
457 if CGEN_MAINT
458 IP2K_DEPS = stamp-ip2k
459 LM32_DEPS = stamp-lm32
460 M32C_DEPS = stamp-m32c
461 M32R_DEPS = stamp-m32r
462 FR30_DEPS = stamp-fr30
463 FRV_DEPS = stamp-frv
464 MEP_DEPS = stamp-mep
465 MT_DEPS = stamp-mt
466 OPENRISC_DEPS = stamp-openrisc
467 IQ2000_DEPS = stamp-iq2000
468 XC16X_DEPS = stamp-xc16x
469 XSTORMY16_DEPS = stamp-xstormy16
470 else
471 IP2K_DEPS =
472 LM32_DEPS =
473 M32C_DEPS =
474 M32R_DEPS =
475 FR30_DEPS =
476 FRV_DEPS =
477 MEP_DEPS =
478 MT_DEPS =
479 OPENRISC_DEPS =
480 IQ2000_DEPS =
481 XC16X_DEPS =
482 XSTORMY16_DEPS =
483 endif
484
485 run-cgen:
486 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
487 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
488 "$(options)" "$(extrafiles)"
489 touch stamp-${prefix}
490 .PHONY: run-cgen
491
492 # Maintainer utility rule to regenerate all cgen files.
493 run-cgen-all:
494 for c in $(CGEN_CPUS) ; \
495 do \
496 $(MAKE) stamp-$$c || exit 1 ; \
497 done
498 .PHONY: run-cgen-all
499
500 # For now, require developers to configure with --enable-cgen-maint.
501 $(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)
502 @true
503 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
504 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
505 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
506
507 $(srcdir)lm32-desc.h $(srcdir)/lm32-desc.c $(srcdir)/lm32-opc.h $(srcdir)/lm32-opc.c $(srcdir)/lm32-ibld.c $(srcdir)/lm32-opinst.c $(srcdir)/lm32-asm.c $(srcdir)/lm32-dis.c: $(LM32_DEPS)
508 @true
509 stamp-lm32: $(CGENDEPS) $(srcdir)/../cpu/lm32.cpu $(srcdir)/../cpu/lm32.opc
510 $(MAKE) run-cgen arch=lm32 prefix=lm32 options=opinst \
511 archfile=$(srcdir)/../cpu/lm32.cpu \
512 opcfile=$(srcdir)/../cpu/lm32.opc \
513 extrafiles=opinst
514
515 $(srcdir)/m32c-desc.h $(srcdir)/m32c-desc.c $(srcdir)/m32c-opc.h $(srcdir)/m32c-opc.c $(srcdir)/m32c-ibld.c $(srcdir)/m32c-asm.c $(srcdir)/m32c-dis.c: $(M32C_DEPS)
516 # @true
517 stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
518 $(MAKE) run-cgen arch=m32c prefix=m32c options= \
519 archfile=$(srcdir)/../cpu/m32c.cpu \
520 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
521 m32c_opc_h = m32c-opc.h cgen-types.h cgen-ops.h
522 m32c-asm.lo: m32c-asm.c sysdep.h config.h $(BFD_H) \
523 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
524 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
525 m32c-desc.lo: m32c-desc.c sysdep.h config.h $(BFD_H) \
526 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
527 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
528 m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
529 $(BFD_H) $(INCDIR)/ansidecl.h \
530 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
531 $(m32c_opc_h) opintl.h
532 m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
533 $(BFD_H) $(INCDIR)/ansidecl.h \
534 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
535 $(m32c_opc_h) opintl.h
536 m32c-opc.lo: m32c-opc.c sysdep.h config.h $(BFD_H) \
537 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
538 $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
539
540 $(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)
541 @true
542 stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
543 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
544 archfile=$(srcdir)/../cpu/m32r.cpu \
545 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
546
547 $(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)
548 @true
549 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
550 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
551 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
552
553 $(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)
554 @true
555 stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
556 $(MAKE) run-cgen arch=frv prefix=frv options= \
557 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
558
559 $(srcdir)/mep-desc.h $(srcdir)/mep-desc.c $(srcdir)/mep-opc.h $(srcdir)/mep-opc.c $(srcdir)/mep-ibld.c $(srcdir)/mep-asm.c $(srcdir)/mep-dis.c: $(MEP_DEPS)
560 @true
561 stamp-mep: $(CGENDEPS) $(CPUDIR)/mep.cpu $(CPUDIR)/mep-default.cpu $(CPUDIR)/mep-core.cpu $(CPUDIR)/mep-h1.cpu $(CPUDIR)/mep-ext-cop.cpu $(CPUDIR)/mep-sample-ucidsp.cpu $(CPUDIR)/mep-rhcop.cpu $(CPUDIR)/mep-fmax.cpu $(CPUDIR)/mep.opc
562 $(MAKE) run-cgen arch=mep prefix=mep options= \
563 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
564
565 $(srcdir)/mt-desc.h $(srcdir)/mt-desc.c $(srcdir)/mt-opc.h $(srcdir)/mt-opc.c $(srcdir)/mt-ibld.c $(srcdir)/mt-asm.c $(srcdir)/mt-dis.c: $(MT_DEPS)
566 @true
567 stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
568 $(MAKE) run-cgen arch=mt prefix=mt options= \
569 archfile=$(srcdir)/../cpu/mt.cpu \
570 opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
571
572 $(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)
573 @true
574 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
575 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
576 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
577
578 $(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)
579 @true
580 stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
581 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
582 $(srcdir)/../cpu/iq10.cpu
583 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
584 archfile=$(srcdir)/../cpu/iq2000.cpu \
585 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
586
587 $(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)
588 @true
589 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
590 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
591 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
592
593 $(srcdir)/xc16x-desc.h $(srcdir)/xc16x-desc.c $(srcdir)/xc16x-opc.h $(srcdir)/xc16x-opc.c $(srcdir)/xc16x-ibld.c $(srcdir)/xc16x-asm.c $(srcdir)/xc16x-dis.c: $(XC16X_DEPS)
594 @true
595 stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
596 $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
597 archfile=$(CPUDIR)/xc16x.cpu opcfile=$(CPUDIR)/xc16x.opc extrafiles=
598
599 i386-gen: i386-gen.o
600 $(LINK) i386-gen.o $(LIBIBERTY)
601
602 i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h
603
604 $(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h
605 @echo $@
606
607 $(srcdir)/i386-init.h: @MAINT@ i386-gen i386-opc.tbl i386-reg.tbl
608 ./i386-gen --srcdir $(srcdir)
609
610 ia64-gen: ia64-gen.o
611 $(LINK) ia64-gen.o $(LIBIBERTY)
612
613 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
614 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
615
616 # Don't wrap the line below, as @MAINT@ can be expanded to '#'.
617 # Some make versions don't handle line continuations in comments.
618 $(srcdir)/ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
619 ./ia64-gen --srcdir $(srcdir) > $@
620
621 s390-mkopc: s390-mkopc.c
622 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
623
624 s390-opc.tab: s390-mkopc s390-opc.txt
625 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
626
627 sh-dis.lo: sh-dis.c
628 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
629
630 # This dependency stuff is copied from BFD.
631
632 DEP: dep.sed $(CFILES) $(HFILES) config.h
633 rm -f DEP1
634 $(MAKE) MKDEP="$(MKDEP)" DEP1
635 sed -f dep.sed < DEP1 > DEPA
636 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
637 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
638 echo 'make DEP failed!'; exit 1; \
639 else \
640 mv -f DEPA $@; \
641 fi
642
643 DEP1: $(CFILES)
644 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
645 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
646 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
647 mv -f DEP2 $@
648
649 dep.sed: dep-in.sed config.status
650 sed <$(srcdir)/dep-in.sed >dep.sed \
651 -e 's!@BFD_H@!$(BFD_H)!' \
652 -e 's!@INCDIR@!$(INCDIR)!' \
653 -e 's!@BFDDIR@!$(BFDDIR)!' \
654 -e 's!@SRCDIR@!$(srcdir)!' \
655 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
656
657 dep: DEP
658 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
659 cat DEP >> tmp-Makefile
660 $(srcdir)/../move-if-change tmp-Makefile Makefile
661
662 dep-in: DEP
663 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
664 cat DEP >> tmp-Makefile.in
665 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
666
667 dep-am: DEP
668 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
669 cat DEP >> tmp-Makefile.am
670 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
671
672 .PHONY: dep dep-in dep-am
673
674 # What appears below is generated by a hacked mkdep using gcc -MM.
675
676 # DO NOT DELETE THIS LINE -- mkdep uses it.
677 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
678 alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
679 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
680 alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
681 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
682 opintl.h
683 arc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
684 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
685 $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
686 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
687 $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h opintl.h \
688 arc-dis.h arc-ext.h
689 arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
690 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
691 opintl.h
692 arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
693 $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h \
694 $(INCDIR)/ansidecl.h
695 arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
696 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arm.h \
697 opintl.h $(INCDIR)/safe-ctype.h $(INCDIR)/floatformat.h \
698 $(INCDIR)/ansidecl.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
699 $(INCDIR)/bfdlink.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
700 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/arm.h \
701 $(INCDIR)/elf/reloc-macros.h
702 avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
703 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
704 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/opcode/avr.h
705 bfin-dis.lo: bfin-dis.c $(INCDIR)/opcode/bfin.h $(INCDIR)/dis-asm.h \
706 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
707 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
708 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
709 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \
710 $(INCDIR)/opcode/cgen-bitset.h opintl.h
711 cgen-bitset.lo: cgen-bitset.c $(INCDIR)/libiberty.h \
712 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cgen-bitset.h
713 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
714 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(BFD_H) \
715 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h
716 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
717 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
718 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \
719 $(INCDIR)/opcode/cgen-bitset.h
720 cr16-dis.lo: cr16-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
721 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
722 $(INCDIR)/opcode/cr16.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
723 cr16-opc.lo: cr16-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
724 $(INCDIR)/symcat.h $(INCDIR)/opcode/cr16.h
725 cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
726 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
727 $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
728 cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
729 crx-dis.lo: crx-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
730 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
731 $(INCDIR)/opcode/crx.h
732 crx-opc.lo: crx-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
733 $(INCDIR)/symcat.h $(INCDIR)/opcode/crx.h
734 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
735 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
736 $(INCDIR)/symcat.h
737 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
738 $(INCDIR)/opcode/d10v.h
739 d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
740 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
741 $(INCDIR)/symcat.h opintl.h
742 d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
743 $(INCDIR)/opcode/d30v.h
744 dlx-dis.lo: dlx-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
745 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/dlx.h
746 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
747 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
748 dis-init.lo: dis-init.c sysdep.h config.h $(INCDIR)/ansidecl.h \
749 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
750 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
751 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
752 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
753 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
754 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
755 fr30-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
756 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
757 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
758 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
759 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
760 fr30-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
761 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
762 fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
763 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
764 $(INCDIR)/ansidecl.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
765 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
766 fr30-opc.h opintl.h
767 fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
768 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
769 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
770 $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h opintl.h \
771 $(INCDIR)/safe-ctype.h
772 fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
773 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
774 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
775 fr30-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
776 frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
777 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
778 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
779 frv-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
780 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
781 frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
782 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
783 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
784 frv-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
785 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
786 frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
787 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
788 $(INCDIR)/ansidecl.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
789 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
790 frv-opc.h opintl.h
791 frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
792 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \
793 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
794 $(INCDIR)/opcode/cgen-bitset.h frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
795 frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
796 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
797 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
798 frv-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
799 $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h
800 h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
801 $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
802 $(INCDIR)/symcat.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
803 h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
804 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
805 opintl.h
806 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
807 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
808 $(INCDIR)/opcode/hppa.h
809 i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
810 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
811 i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
812 $(INCDIR)/opcode/i370.h
813 i386-dis.lo: i386-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
814 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
815 $(INCDIR)/opcode/i386.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
816 i386-opc.lo: i386-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
817 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h i386-opc.h \
818 $(INCDIR)/opcode/i386.h i386-tbl.h
819 i386-gen.lo: i386-gen.c sysdep.h config.h $(INCDIR)/ansidecl.h \
820 $(INCDIR)/getopt.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
821 $(INCDIR)/safe-ctype.h i386-opc.h $(INCDIR)/opcode/i386.h
822 i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
823 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
824 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
825 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
826 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
827 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
828 ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
829 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
830 ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
831 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
832 ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
833 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
834 ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
835 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
836 ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
837 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
838 ia64-opc-d.lo: ia64-opc-d.c
839 ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h sysdep.h \
840 config.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
841 ia64-asmtab.h $(INCDIR)/opcode/ia64.h $(BFD_H) $(INCDIR)/symcat.h \
842 ia64-asmtab.c
843 ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
844 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h sysdep.h \
845 config.h $(INCDIR)/getopt.h ia64-opc.h $(INCDIR)/opcode/ia64.h \
846 $(BFD_H) $(INCDIR)/symcat.h ia64-opc-a.c ia64-opc-i.c \
847 ia64-opc-m.c ia64-opc-b.c ia64-opc-f.c ia64-opc-x.c \
848 ia64-opc-d.c
849 ia64-asmtab.lo: ia64-asmtab.c
850 ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
851 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
852 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
853 ip2k-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
854 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
855 ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
856 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
857 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
858 ip2k-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
859 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
860 ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
861 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
862 $(INCDIR)/ansidecl.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
863 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
864 ip2k-opc.h opintl.h
865 ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
866 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \
867 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
868 $(INCDIR)/opcode/cgen-bitset.h ip2k-opc.h opintl.h \
869 $(INCDIR)/safe-ctype.h
870 ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
871 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
872 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
873 ip2k-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
874 $(INCDIR)/safe-ctype.h
875 iq2000-asm.lo: iq2000-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
876 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
877 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
878 iq2000-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
879 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
880 iq2000-desc.lo: iq2000-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
881 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
882 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
883 iq2000-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
884 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
885 iq2000-dis.lo: iq2000-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
886 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
887 $(INCDIR)/ansidecl.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
888 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
889 iq2000-opc.h opintl.h
890 iq2000-ibld.lo: iq2000-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
891 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h \
892 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
893 $(INCDIR)/opcode/cgen-bitset.h iq2000-opc.h opintl.h \
894 $(INCDIR)/safe-ctype.h
895 iq2000-opc.lo: iq2000-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
896 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
897 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
898 iq2000-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
899 lm32-asm.lo: lm32-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
900 $(BFD_H) $(INCDIR)/symcat.h lm32-desc.h $(INCDIR)/opcode/cgen.h \
901 lm32-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
902 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
903 lm32-desc.lo: lm32-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
904 $(BFD_H) $(INCDIR)/symcat.h lm32-desc.h $(INCDIR)/opcode/cgen.h \
905 lm32-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
906 $(INCDIR)/xregex2.h
907 lm32-dis.lo: lm32-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
908 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
909 lm32-desc.h $(INCDIR)/opcode/cgen.h lm32-opc.h opintl.h
910 lm32-ibld.lo: lm32-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
911 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h lm32-desc.h \
912 $(INCDIR)/opcode/cgen.h lm32-opc.h opintl.h $(INCDIR)/safe-ctype.h
913 lm32-opc.lo: lm32-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
914 $(BFD_H) $(INCDIR)/symcat.h lm32-desc.h $(INCDIR)/opcode/cgen.h \
915 lm32-opc.h $(INCDIR)/libiberty.h
916 lm32-opinst.lo: lm32-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
917 $(BFD_H) $(INCDIR)/symcat.h lm32-desc.h $(INCDIR)/opcode/cgen.h \
918 lm32-opc.h
919 m32c-asm.lo: m32c-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
920 $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
921 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
922 m32c-opc.h cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h \
923 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
924 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
925 m32c-desc.lo: m32c-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
926 $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
927 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
928 m32c-opc.h cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h \
929 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
930 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
931 m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
932 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
933 $(INCDIR)/ansidecl.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
934 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
935 m32c-opc.h cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h \
936 opintl.h $(INCDIR)/elf/m32c.h $(INCDIR)/elf/reloc-macros.h \
937 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
938 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h
939 m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
940 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h \
941 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
942 $(INCDIR)/opcode/cgen-bitset.h m32c-opc.h cgen-types.h \
943 ../bfd/bfd_stdint.h cgen-ops.h opintl.h $(INCDIR)/safe-ctype.h
944 m32c-opc.lo: m32c-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
945 $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
946 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
947 m32c-opc.h cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h \
948 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
949 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
950 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
951 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
952 m32r-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
953 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
954 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
955 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
956 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
957 m32r-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
958 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
959 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
960 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
961 $(INCDIR)/ansidecl.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
962 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
963 m32r-opc.h opintl.h
964 m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
965 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
966 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
967 $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h opintl.h \
968 $(INCDIR)/safe-ctype.h
969 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
970 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
971 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
972 m32r-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
973 m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
974 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
975 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
976 m32r-opc.h
977 m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
978 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
979 $(INCDIR)/symcat.h
980 m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
981 $(INCDIR)/opcode/m68hc11.h
982 m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
983 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
984 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h opintl.h \
985 $(INCDIR)/opcode/m68k.h
986 m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
987 $(INCDIR)/opcode/m68k.h
988 m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
989 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
990 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
991 maxq-dis.lo: maxq-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
992 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/maxq.h
993 mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
994 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
995 mep-asm.lo: mep-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
996 $(BFD_H) $(INCDIR)/symcat.h mep-desc.h $(INCDIR)/opcode/cgen-bitset.h \
997 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
998 mep-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
999 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1000 mep-desc.lo: mep-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1001 $(BFD_H) $(INCDIR)/symcat.h mep-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1002 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1003 mep-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1004 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1005 mep-dis.lo: mep-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1006 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1007 $(INCDIR)/ansidecl.h mep-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1008 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1009 mep-opc.h opintl.h $(INCDIR)/elf/mep.h $(INCDIR)/elf/reloc-macros.h \
1010 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1011 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h
1012 mep-ibld.lo: mep-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1013 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h mep-desc.h \
1014 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1015 $(INCDIR)/opcode/cgen-bitset.h mep-opc.h opintl.h $(INCDIR)/safe-ctype.h
1016 mep-opc.lo: mep-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1017 $(BFD_H) $(INCDIR)/symcat.h mep-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1018 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1019 mep-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1020 $(INCDIR)/elf/mep.h $(INCDIR)/elf/reloc-macros.h
1021 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1022 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1023 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h opintl.h \
1024 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1025 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h \
1026 $(INCDIR)/elf/reloc-macros.h
1027 mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1028 $(INCDIR)/opcode/mips.h
1029 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1030 $(INCDIR)/opcode/mips.h
1031 m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1032 $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
1033 $(INCDIR)/symcat.h opintl.h
1034 m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1035 $(INCDIR)/opcode/mn10200.h
1036 m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1037 $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
1038 $(INCDIR)/symcat.h opintl.h
1039 m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1040 $(INCDIR)/opcode/mn10300.h
1041 mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
1042 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1043 $(INCDIR)/ansidecl.h opintl.h
1044 mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
1045 mt-asm.lo: mt-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1046 $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1047 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1048 mt-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1049 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1050 mt-desc.lo: mt-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1051 $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1052 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1053 mt-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1054 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1055 mt-dis.lo: mt-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1056 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1057 $(INCDIR)/ansidecl.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1058 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1059 mt-opc.h opintl.h
1060 mt-ibld.lo: mt-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1061 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h mt-desc.h \
1062 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1063 $(INCDIR)/opcode/cgen-bitset.h mt-opc.h opintl.h $(INCDIR)/safe-ctype.h
1064 mt-opc.lo: mt-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1065 $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1066 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1067 mt-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1068 $(INCDIR)/safe-ctype.h
1069 ns32k-dis.lo: ns32k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1070 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h \
1071 opintl.h
1072 openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1073 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1074 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1075 openrisc-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1076 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1077 openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
1078 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
1079 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1080 $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h opintl.h \
1081 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/xregex.h \
1082 $(INCDIR)/xregex2.h
1083 openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1084 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1085 $(INCDIR)/ansidecl.h openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1086 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1087 openrisc-opc.h opintl.h
1088 openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
1089 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1090 openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1091 $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h opintl.h \
1092 $(INCDIR)/safe-ctype.h
1093 openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1094 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1095 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1096 openrisc-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
1097 or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1098 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
1099 $(INCDIR)/safe-ctype.h
1100 or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
1101 $(INCDIR)/opcode/or32.h
1102 pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1103 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
1104 pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
1105 pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1106 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
1107 $(INCDIR)/symcat.h
1108 pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1109 $(INCDIR)/opcode/pj.h
1110 ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1111 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
1112 ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1113 $(INCDIR)/opcode/ppc.h opintl.h
1114 s390-mkopc.lo: s390-mkopc.c
1115 s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
1116 s390-opc.tab
1117 s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
1118 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1119 opintl.h $(INCDIR)/opcode/s390.h
1120 score-dis.lo: score-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1121 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h score-opc.h \
1122 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1123 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1124 $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h
1125 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1126 sh-opc.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/dis-asm.h
1127 sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1128 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
1129 sh64-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1130 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1131 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h \
1132 $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h
1133 sh64-opc.lo: sh64-opc.c sh64-opc.h
1134 sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1135 $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
1136 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1137 opintl.h
1138 sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1139 $(INCDIR)/opcode/sparc.h
1140 spu-dis.lo: spu-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1141 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/spu.h \
1142 $(INCDIR)/opcode/spu-insns.h
1143 spu-opc.lo: spu-opc.c $(INCDIR)/opcode/spu.h $(INCDIR)/opcode/spu-insns.h
1144 tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1145 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
1146 tic4x-dis.lo: tic4x-dis.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1147 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1148 $(INCDIR)/opcode/tic4x.h
1149 tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1150 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
1151 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
1152 tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1153 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h
1154 tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1155 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
1156 $(INCDIR)/symcat.h
1157 tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1158 $(INCDIR)/opcode/tic80.h
1159 v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1160 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
1161 $(INCDIR)/symcat.h opintl.h
1162 v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1163 $(INCDIR)/opcode/v850.h opintl.h
1164 vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1165 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
1166 $(INCDIR)/symcat.h
1167 w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1168 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
1169 xc16x-asm.lo: xc16x-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1170 $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1171 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1172 xc16x-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1173 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1174 xc16x-desc.lo: xc16x-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1175 $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1176 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1177 xc16x-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1178 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1179 xc16x-dis.lo: xc16x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1180 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1181 $(INCDIR)/ansidecl.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1182 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1183 xc16x-opc.h opintl.h
1184 xc16x-ibld.lo: xc16x-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1185 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h \
1186 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1187 $(INCDIR)/opcode/cgen-bitset.h xc16x-opc.h opintl.h \
1188 $(INCDIR)/safe-ctype.h
1189 xc16x-opc.lo: xc16x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1190 $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1191 $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1192 xc16x-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
1193 xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
1194 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1195 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1196 $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h opintl.h \
1197 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1198 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1199 xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
1200 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1201 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1202 $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h opintl.h \
1203 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/xregex.h \
1204 $(INCDIR)/xregex2.h
1205 xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
1206 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1207 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h xstormy16-desc.h \
1208 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1209 $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h opintl.h
1210 xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
1211 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1212 xstormy16-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1213 $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h opintl.h \
1214 $(INCDIR)/safe-ctype.h
1215 xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
1216 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1217 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1218 $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h $(INCDIR)/libiberty.h \
1219 $(INCDIR)/ansidecl.h
1220 xtensa-dis.lo: xtensa-dis.c $(INCDIR)/xtensa-isa.h \
1221 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1222 sysdep.h config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
1223 z80-dis.lo: z80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1224 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
1225 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1226 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
1227 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1228 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
1229 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.136509 seconds and 5 git commands to generate.