1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = cygnus
7 INCDIR = $(srcdir)/../include
8 BFDDIR = $(srcdir)/../bfd
11 WARN_CFLAGS = @WARN_CFLAGS@
12 AM_CFLAGS = $(WARN_CFLAGS)
14 lib_LTLIBRARIES = libopcodes.la
16 # This is where bfd.h lives.
19 # This is where libiberty lives.
20 LIBIBERTY = ../libiberty/libiberty.a
25 fr30-desc.h fr30-opc.h \
27 m32r-desc.h m32r-opc.h \
29 openrisc-desc.h openrisc-opc.h \
36 xstormy16-desc.h xstormy16-opc.h \
39 # C source files that correspond to .o's.
234 OFILES = @BFD_MACHINES@
236 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
238 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
239 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
241 libopcodes_la_SOURCES = dis-buf.c disassemble.c
242 libopcodes_la_DEPENDENCIES = $(OFILES)
243 libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
244 libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
246 # libtool will build .libs/libopcodes.a. We create libopcodes.a in
247 # the build directory so that we don't have to convert all the
248 # programs that use libopcodes.a simultaneously. This is a hack which
249 # should be removed if everything else starts using libtool. FIXME.
251 noinst_LIBRARIES = libopcodes.a
253 stamp-lib: libopcodes.la
254 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
255 if [ -f $$libtooldir/libopcodes.a ]; then \
256 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
257 $(RANLIB) libopcodes.tmp; \
258 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
262 libopcodes.a: stamp-lib ; @true
264 POTFILES = $(HFILES) $(CFILES)
265 po/POTFILES.in: @MAINT@ Makefile
266 for file in $(POTFILES); do echo $$file; done | sort > tmp \
267 && mv tmp $(srcdir)/po/POTFILES.in
269 # We should reconfigure whenever bfd/configure.in changes, because
270 # that's where the version number comes from.
271 config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
272 $(SHELL) ./config.status --recheck
275 stamp-m32r stamp-fr30 stamp-openrisc \
277 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
281 CPUDIR = $(CGENDIR)/cpu
282 CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
285 CGENDEPS = ../cgen/stamp-cgen \
286 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
287 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
288 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
289 $(CGENDIR)/opc-opinst.scm \
290 cgen-asm.in cgen-dis.in cgen-ibld.in
293 M32R_DEPS = stamp-m32r
294 FR30_DEPS = stamp-fr30
295 OPENRISC_DEPS = stamp-openrisc
296 XSTORMY16_DEPS = stamp-xstormy16
305 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
306 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) \
307 "$(options)" $(extrafiles)
308 touch stamp-${prefix}
311 # For now, require developers to configure with --enable-cgen-maint.
312 $(srcdir)/m32r-desc.h $(srcdir)/m32r-desc.c $(srcdir)/m32r-opc.h $(srcdir)/m32r-opc.c $(srcdir)/m32r-ibld.c $(srcdir)/m32r-opinst.c $(srcdir)/m32r-asm.c $(srcdir)/m32r-dis.c: $(M32R_DEPS)
314 stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
315 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst extrafiles=opinst
317 $(srcdir)/fr30-desc.h $(srcdir)/fr30-desc.c $(srcdir)/fr30-opc.h $(srcdir)/fr30-opc.c $(srcdir)/fr30-ibld.c $(srcdir)/fr30-asm.c $(srcdir)/fr30-dis.c: $(FR30_DEPS)
319 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
320 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= extrafiles=
322 sh64-opc.lo: sh64-opc.c sh64-opc.h
323 sh64-dis.lo: sh64-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
324 sh64-opc.h $(INCDIR)/dis-asm.h $(BFD_H) opintl.h
326 $(srcdir)/openrisc-desc.h $(srcdir)/openrisc-desc.c $(srcdir)/openrisc-opc.h $(srcdir)/openrisc-opc.c $(srcdir)/openrisc-ibld.c $(srcdir)/openrisc-asm.c $(srcdir)/openrisc-dis.c: $(OPENRISC_DEPS)
328 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
329 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= extrafiles=
331 $(srcdir)/xstormy16-desc.h $(srcdir)/xstormy16-desc.c $(srcdir)/xstormy16-opc.h $(srcdir)/xstormy16-opc.c $(srcdir)/xstormy16-ibld.c $(srcdir)/xstormy16-asm.c $(srcdir)/xstormy16-dis.c: $(XSTORMY16_DEPS)
333 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
334 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= extrafiles=
337 $(LINK) ia64-gen.o $(LIBIBERTY)
339 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
340 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
342 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
343 here=`pwd`; cd $(srcdir); $$here/ia64-gen > ia64-asmtab.c
345 s390-mkopc: s390-mkopc.c
346 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
348 s390-opc.tab: s390-mkopc s390-opc.txt
349 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
351 Makefile: $(BFDDIR)/configure.in
353 # This dependency stuff is copied from BFD.
355 DEP: dep.sed $(CFILES) $(HFILES) config.h
357 $(MAKE) MKDEP="$(MKDEP)" DEP1
358 sed -f dep.sed < DEP1 > DEPA
359 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
360 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
361 echo 'make DEP failed!'; exit 1; \
367 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
368 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
369 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
372 dep.sed: dep-in.sed config.status
373 sed <$(srcdir)/dep-in.sed >dep.sed \
374 -e 's!@BFD_H@!$(BFD_H)!' \
375 -e 's!@INCDIR@!$(INCDIR)!' \
376 -e 's!@BFDDIR@!$(BFDDIR)!' \
377 -e 's!@SRCDIR@!$(srcdir)!'
380 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
381 cat DEP >> tmp-Makefile
382 $(srcdir)/../move-if-change tmp-Makefile Makefile
385 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
386 cat DEP >> tmp-Makefile.in
387 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
390 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
391 cat DEP >> tmp-Makefile.am
392 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
394 .PHONY: dep dep-in dep-am
396 # What appears below is generated by a hacked mkdep using gcc -MM.
398 # DO NOT DELETE THIS LINE -- mkdep uses it.
399 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
400 a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
401 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/a29k.h
402 alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
403 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
404 alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
405 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
407 arc-dis.lo: arc-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
408 $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h \
409 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
410 $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
411 opintl.h arc-dis.h arc-ext.h
412 arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
413 $(INCDIR)/opcode/arc.h
414 arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
415 $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h
416 arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
417 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h arm-opc.h \
418 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
419 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
420 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/arm.h \
421 $(INCDIR)/elf/reloc-macros.h
422 avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
423 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
424 $(INCDIR)/opcode/avr.h
425 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
426 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
427 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h opintl.h
428 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
429 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
430 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
431 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
432 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
433 cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
434 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
435 $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h
436 cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
437 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
438 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
440 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
441 $(INCDIR)/opcode/d10v.h
442 d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
443 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
444 $(INCDIR)/symcat.h opintl.h
445 d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
446 $(INCDIR)/opcode/d30v.h
447 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
448 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
449 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
450 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
451 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
452 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
453 fr30-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
454 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
455 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
456 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
457 fr30-opc.h opintl.h $(INCDIR)/libiberty.h
458 fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
459 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
460 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
461 fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
462 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
463 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
464 fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
465 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
466 fr30-opc.h $(INCDIR)/libiberty.h
467 h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
468 $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
469 $(INCDIR)/symcat.h opintl.h
470 h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
471 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
473 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
474 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
475 $(INCDIR)/opcode/hppa.h
476 i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
477 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
478 i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
479 $(INCDIR)/opcode/i370.h
480 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
481 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
483 i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
484 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
485 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
486 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
487 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
488 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
489 ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h
490 ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h
491 ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h
492 ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h
493 ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h
494 ia64-opc-d.lo: ia64-opc-d.c
495 ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
496 sysdep.h config.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
498 ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
499 $(INCDIR)/safe-ctype.h sysdep.h config.h ia64-opc.h \
500 $(INCDIR)/opcode/ia64.h ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c \
501 ia64-opc-b.c ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
502 ia64-asmtab.lo: ia64-asmtab.c
503 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
504 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
505 m32r-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
506 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
507 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
508 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
509 m32r-opc.h opintl.h $(INCDIR)/libiberty.h
510 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
511 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
512 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
513 m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
514 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
515 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h $(INCDIR)/safe-ctype.h
516 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
517 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
518 m32r-opc.h $(INCDIR)/libiberty.h
519 m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
520 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
522 m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
523 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
525 m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
526 $(INCDIR)/opcode/m68hc11.h
527 m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
528 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
529 opintl.h $(INCDIR)/opcode/m68k.h
530 m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
531 $(INCDIR)/opcode/m68k.h
532 m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
533 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
535 mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
536 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
537 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
538 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/mips.h \
539 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
540 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
541 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
542 mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
543 $(INCDIR)/opcode/mips.h
544 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
545 $(INCDIR)/opcode/mips.h
546 m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
547 $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
548 $(INCDIR)/symcat.h opintl.h
549 m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
550 $(INCDIR)/opcode/mn10200.h
551 m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
552 $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
553 $(INCDIR)/symcat.h opintl.h
554 m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
555 $(INCDIR)/opcode/mn10300.h
556 mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
557 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
559 mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
560 ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
561 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/dis-asm.h \
562 $(INCDIR)/opcode/ns32k.h opintl.h
563 openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
564 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
565 openrisc-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
566 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
567 openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
568 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
569 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h $(INCDIR)/libiberty.h
570 openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
571 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
572 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h
573 openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
574 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
575 openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
576 opintl.h $(INCDIR)/safe-ctype.h
577 openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
578 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
579 openrisc-opc.h $(INCDIR)/libiberty.h
580 or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
581 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
582 $(INCDIR)/safe-ctype.h
583 or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
584 $(INCDIR)/opcode/or32.h
585 pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
586 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
587 pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
588 pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
589 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
591 pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
592 $(INCDIR)/opcode/pj.h
593 ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
594 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
595 ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
596 $(INCDIR)/opcode/ppc.h opintl.h
597 s390-mkopc.lo: s390-mkopc.c
598 s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
600 s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
601 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
602 $(INCDIR)/opcode/s390.h
603 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
604 sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
605 sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
606 $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
607 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h opintl.h
608 sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
609 $(INCDIR)/opcode/sparc.h
610 tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
611 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
612 tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
613 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
614 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
615 tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
616 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h
617 tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
618 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
620 tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
621 $(INCDIR)/opcode/tic80.h
622 v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
623 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
624 $(INCDIR)/symcat.h opintl.h
625 v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
626 $(INCDIR)/opcode/v850.h opintl.h
627 vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
628 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
630 w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
631 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
632 xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
633 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
634 $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/xregex.h \
635 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
636 xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
637 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
638 $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/libiberty.h
639 xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
640 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
641 xstormy16-desc.h $(INCDIR)/opcode/cgen.h xstormy16-opc.h \
643 xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
644 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
645 xstormy16-desc.h $(INCDIR)/opcode/cgen.h xstormy16-opc.h \
646 opintl.h $(INCDIR)/safe-ctype.h
647 xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
648 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
649 $(INCDIR)/opcode/cgen.h xstormy16-opc.h $(INCDIR)/libiberty.h
650 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
651 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
652 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h
653 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY