1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = 1.9 cygnus
7 INCDIR = $(srcdir)/../include
8 BFDDIR = $(srcdir)/../bfd
11 WARN_CFLAGS = @WARN_CFLAGS@
12 NO_WERROR = @NO_WERROR@
13 AM_CFLAGS = $(WARN_CFLAGS)
15 bfdlibdir = @bfdlibdir@
16 bfdincludedir = @bfdincludedir@
18 bfdlib_LTLIBRARIES = libopcodes.la
20 # This is where bfd.h lives.
23 # This is where libiberty lives.
24 LIBIBERTY = ../libiberty/libiberty.a
28 fr30-desc.h fr30-opc.h \
29 frv-desc.h frv-opc.h \
33 ip2k-desc.h ip2k-opc.h \
34 iq2000-desc.h iq2000-opc.h \
35 m32r-desc.h m32r-opc.h \
37 ms1-desc.h ms1-opc.h \
38 openrisc-desc.h openrisc-opc.h \
43 xstormy16-desc.h xstormy16-opc.h \
46 # C source files that correspond to .o's.
295 OFILES = @BFD_MACHINES@
297 # We should reconfigure whenever bfd/configure.in changes, because
298 # that's where the version number in Makefile comes from.
299 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
301 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
303 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
304 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
306 libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
307 # It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
308 # Unfortunately this causes libtool to add -L$(libdir), referring to the
309 # planned install directory of libbfd. This can cause us to pick up an
310 # old version of libbfd, or to pick up libbfd for the wrong architecture
312 libopcodes_la_DEPENDENCIES = $(OFILES)
313 libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
314 libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
316 # libtool will build .libs/libopcodes.a. We create libopcodes.a in
317 # the build directory so that we don't have to convert all the
318 # programs that use libopcodes.a simultaneously. This is a hack which
319 # should be removed if everything else starts using libtool. FIXME.
321 noinst_LIBRARIES = libopcodes.a
323 stamp-lib: libopcodes.la
324 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
325 if [ -f $$libtooldir/libopcodes.a ]; then \
326 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
327 $(RANLIB) libopcodes.tmp; \
328 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
332 libopcodes.a: stamp-lib ; @true
334 POTFILES = $(HFILES) $(CFILES)
335 po/POTFILES.in: @MAINT@ Makefile
336 for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
337 && mv tmp $(srcdir)/po/POTFILES.in
339 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
342 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
345 .PHONY: install_libopcodes uninstall_libopcodes
346 install_libopcodes: $(bfdlib_LTLIBRARIES)
347 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
348 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
349 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
350 if test -f $$p; then \
351 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
352 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
355 $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
357 uninstall_libopcodes:
358 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
359 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
361 rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
364 stamp-ip2k stamp-m32r stamp-fr30 stamp-frv stamp-openrisc \
365 stamp-iq2000 stamp-ms1 stamp-xstormy16 \
366 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
370 CPUDIR = $(CGENDIR)/cpu
371 CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
375 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
376 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
377 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
378 $(CGENDIR)/opc-opinst.scm \
379 cgen-asm.in cgen-dis.in cgen-ibld.in
381 CGEN_CPUS = fr30 frv ip2k m32r ms1 openrisc xstormy16
384 IP2K_DEPS = stamp-ip2k
385 M32R_DEPS = stamp-m32r
386 FR30_DEPS = stamp-fr30
389 OPENRISC_DEPS = stamp-openrisc
390 IQ2000_DEPS = stamp-iq2000
391 XSTORMY16_DEPS = stamp-xstormy16
404 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
405 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
406 "$(options)" "$(extrafiles)"
407 touch stamp-${prefix}
410 # Maintainer utility rule to regenerate all cgen files.
412 for c in $(CGEN_CPUS) ; \
414 $(MAKE) stamp-$$c || exit 1 ; \
418 # For now, require developers to configure with --enable-cgen-maint.
419 $(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)
421 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
422 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
423 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
425 $(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)
427 stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
428 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
429 archfile=$(CPUDIR)/m32r.cpu opcfile=$(CPUDIR)/m32r.opc extrafiles=opinst
431 $(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)
433 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
434 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
435 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
437 $(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)
439 stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
440 $(MAKE) run-cgen arch=frv prefix=frv options= \
441 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
443 $(srcdir)/ms1-desc.h $(srcdir)/ms1-desc.c $(srcdir)/ms1-opc.h $(srcdir)/ms1-opc.c $(srcdir)/ms1-ibld.c $(srcdir)/ms1-asm.c $(srcdir)/ms1-dis.c: $(MS1_DEPS)
445 stamp-ms1: $(CGENDEPS) $(CPUDIR)/ms1.cpu $(CPUDIR)/ms1.opc
446 $(MAKE) run-cgen arch=ms1 prefix=ms1 options= \
447 archfile=$(CPUDIR)/ms1.cpu opcfile=$(CPUDIR)/ms1.opc extrafiles=
449 $(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)
451 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
452 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
453 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
455 $(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)
457 stamp-iq2000: $(CGENDEPS) $(CPUDIR)/iq2000.cpu $(CPUDIR)/iq2000.opc \
458 $(CPUDIR)/iq2000m.cpu $(CPUDIR)/iq10.cpu
459 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
460 archfile=$(CPUDIR)/iq2000.cpu opcfile=$(CPUDIR)/iq2000.opc extrafiles=
462 $(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)
464 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
465 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
466 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
469 $(LINK) ia64-gen.o $(LIBIBERTY)
471 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
472 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
474 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
475 ./ia64-gen --srcdir $(srcdir) > $(srcdir)/ia64-asmtab.c
477 s390-mkopc: s390-mkopc.c
478 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
480 s390-opc.tab: s390-mkopc s390-opc.txt
481 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
484 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
486 # This dependency stuff is copied from BFD.
488 DEP: dep.sed $(CFILES) $(HFILES) config.h
490 $(MAKE) MKDEP="$(MKDEP)" DEP1
491 sed -f dep.sed < DEP1 > DEPA
492 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
493 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
494 echo 'make DEP failed!'; exit 1; \
500 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
501 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
502 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
505 dep.sed: dep-in.sed config.status
506 sed <$(srcdir)/dep-in.sed >dep.sed \
507 -e 's!@BFD_H@!$(BFD_H)!' \
508 -e 's!@INCDIR@!$(INCDIR)!' \
509 -e 's!@BFDDIR@!$(BFDDIR)!' \
510 -e 's!@SRCDIR@!$(srcdir)!' \
511 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
514 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
515 cat DEP >> tmp-Makefile
516 $(srcdir)/../move-if-change tmp-Makefile Makefile
519 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
520 cat DEP >> tmp-Makefile.in
521 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
524 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
525 cat DEP >> tmp-Makefile.am
526 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
528 .PHONY: dep dep-in dep-am
530 # What appears below is generated by a hacked mkdep using gcc -MM.
532 # DO NOT DELETE THIS LINE -- mkdep uses it.
533 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
534 a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
535 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/a29k.h
536 alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
537 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
538 alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
539 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
541 arc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
542 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
543 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
544 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
545 $(INCDIR)/elf/reloc-macros.h opintl.h arc-dis.h arc-ext.h
546 arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
547 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h
548 arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
549 $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h
550 arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
551 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arm.h \
552 opintl.h $(INCDIR)/safe-ctype.h $(INCDIR)/coff/internal.h \
553 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(BFDDIR)/elf-bfd.h \
554 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
555 $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h
556 avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
557 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
558 $(INCDIR)/libiberty.h $(INCDIR)/opcode/avr.h
559 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
560 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
561 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h opintl.h
562 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
563 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
564 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
565 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
566 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
567 cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
568 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
569 $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h
570 cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
571 crx-dis.lo: crx-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
572 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
573 $(INCDIR)/opcode/crx.h
574 crx-opc.lo: crx-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
575 $(INCDIR)/symcat.h $(INCDIR)/opcode/crx.h
576 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
577 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
579 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
580 $(INCDIR)/opcode/d10v.h
581 d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
582 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
583 $(INCDIR)/symcat.h opintl.h
584 d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
585 $(INCDIR)/opcode/d30v.h
586 dlx-dis.lo: dlx-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
587 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/dlx.h
588 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
589 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
590 dis-init.lo: dis-init.c sysdep.h config.h $(INCDIR)/ansidecl.h \
591 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
592 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
593 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
594 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
595 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
596 fr30-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
597 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
598 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
599 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
600 fr30-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
602 fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
603 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
604 fr30-desc.h $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
605 fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
606 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
607 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
608 fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
609 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
610 fr30-opc.h $(INCDIR)/libiberty.h
611 frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
612 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
613 frv-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
614 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
615 frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
616 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
617 frv-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
619 frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
620 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
621 frv-desc.h $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h
622 frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
623 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \
624 $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
625 frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
626 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
627 frv-opc.h $(INCDIR)/libiberty.h $(INCDIR)/elf/frv.h \
628 $(INCDIR)/elf/reloc-macros.h
629 h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
630 $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
631 $(INCDIR)/symcat.h opintl.h $(INCDIR)/libiberty.h
632 h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
633 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
635 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
636 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
637 $(INCDIR)/opcode/hppa.h
638 i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
639 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
640 i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
641 $(INCDIR)/opcode/i370.h
642 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
643 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
645 i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
646 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
647 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
648 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
649 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
650 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
651 ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
652 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
653 ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
654 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
655 ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
656 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
657 ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
658 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
659 ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
660 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
661 ia64-opc-d.lo: ia64-opc-d.c
662 ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h sysdep.h \
663 config.h $(INCDIR)/libiberty.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
664 $(BFD_H) $(INCDIR)/symcat.h ia64-asmtab.c
665 ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
666 $(INCDIR)/safe-ctype.h sysdep.h config.h $(INCDIR)/getopt.h \
667 ia64-opc.h $(INCDIR)/opcode/ia64.h $(BFD_H) $(INCDIR)/symcat.h \
668 ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c \
669 ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
670 ia64-asmtab.lo: ia64-asmtab.c
671 ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
672 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
673 ip2k-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
674 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
675 ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
676 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
677 ip2k-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
679 ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
680 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
681 ip2k-desc.h $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h
682 ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
683 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \
684 $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h $(INCDIR)/safe-ctype.h
685 ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
686 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
687 ip2k-opc.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
688 iq2000-asm.lo: iq2000-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
689 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen.h \
690 iq2000-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
691 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
692 iq2000-desc.lo: iq2000-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
693 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen.h \
694 iq2000-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
696 iq2000-dis.lo: iq2000-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
697 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
698 iq2000-desc.h $(INCDIR)/opcode/cgen.h iq2000-opc.h \
700 iq2000-ibld.lo: iq2000-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
701 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h \
702 $(INCDIR)/opcode/cgen.h iq2000-opc.h opintl.h $(INCDIR)/safe-ctype.h
703 iq2000-opc.lo: iq2000-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
704 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen.h \
705 iq2000-opc.h $(INCDIR)/libiberty.h
706 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
707 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
708 m32r-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
709 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
710 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
711 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
712 m32r-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
714 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
715 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
716 m32r-desc.h $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
717 m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
718 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
719 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h $(INCDIR)/safe-ctype.h
720 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
721 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
722 m32r-opc.h $(INCDIR)/libiberty.h
723 m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
724 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
726 m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
727 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
729 m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
730 $(INCDIR)/opcode/m68hc11.h
731 m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
732 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
733 $(INCDIR)/libiberty.h opintl.h $(INCDIR)/opcode/m68k.h
734 m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
735 $(INCDIR)/opcode/m68k.h
736 m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
737 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
738 opintl.h $(INCDIR)/libiberty.h
739 maxq-dis.lo: maxq-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
740 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/maxq.h
741 mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
742 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
743 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
744 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
745 $(INCDIR)/opcode/mips.h opintl.h $(BFDDIR)/elf-bfd.h \
746 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
747 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
748 mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
749 $(INCDIR)/opcode/mips.h
750 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
751 $(INCDIR)/opcode/mips.h
752 m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
753 $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
754 $(INCDIR)/symcat.h opintl.h
755 m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
756 $(INCDIR)/opcode/mn10200.h
757 m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
758 $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
759 $(INCDIR)/symcat.h opintl.h
760 m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
761 $(INCDIR)/opcode/mn10300.h
762 mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
763 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
765 mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
766 ms1-asm.lo: ms1-asm.c sysdep.h config.h \
767 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h ms1-desc.h \
768 $(INCDIR)/opcode/cgen.h ms1-opc.h opintl.h $(INCDIR)/xregex.h \
769 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
770 ms1-desc.lo: ms1-desc.c sysdep.h config.h \
771 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h ms1-desc.h \
772 $(INCDIR)/opcode/cgen.h ms1-opc.h opintl.h $(INCDIR)/libiberty.h \
773 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
774 ms1-dis.lo: ms1-dis.c sysdep.h config.h \
775 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
776 $(INCDIR)/libiberty.h ms1-desc.h $(INCDIR)/opcode/cgen.h \
778 ms1-ibld.lo: ms1-ibld.c sysdep.h config.h \
779 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
780 ms1-desc.h $(INCDIR)/opcode/cgen.h ms1-opc.h \
781 opintl.h $(INCDIR)/safe-ctype.h
782 ms1-opc.lo: ms1-opc.c sysdep.h config.h \
783 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h ms1-desc.h \
784 $(INCDIR)/opcode/cgen.h ms1-opc.h $(INCDIR)/libiberty.h
785 ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
786 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/dis-asm.h \
787 $(INCDIR)/opcode/ns32k.h opintl.h
788 openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
789 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
790 openrisc-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
791 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
792 openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
793 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
794 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h $(INCDIR)/libiberty.h \
795 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
796 openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
797 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
798 openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
800 openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
801 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
802 openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
803 opintl.h $(INCDIR)/safe-ctype.h
804 openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
805 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
806 openrisc-opc.h $(INCDIR)/libiberty.h
807 or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
808 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
809 $(INCDIR)/safe-ctype.h
810 or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
811 $(INCDIR)/opcode/or32.h
812 pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
813 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
814 pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
815 pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
816 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
818 pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
819 $(INCDIR)/opcode/pj.h
820 ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
821 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
822 ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
823 $(INCDIR)/opcode/ppc.h opintl.h
824 s390-mkopc.lo: s390-mkopc.c
825 s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
827 s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
828 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
829 $(INCDIR)/opcode/s390.h
830 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
831 sh-opc.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/dis-asm.h
832 sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
833 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
834 sh64-opc.h $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h \
835 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
836 $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
837 $(BFDDIR)/elf32-sh64.h
838 sh64-opc.lo: sh64-opc.c sh64-opc.h
839 sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
840 $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
841 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h opintl.h
842 sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
843 $(INCDIR)/opcode/sparc.h
844 tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
845 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
846 tic4x-dis.lo: tic4x-dis.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
847 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic4x.h
848 tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
849 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
850 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
851 tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
852 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h
853 tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
854 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
856 tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
857 $(INCDIR)/opcode/tic80.h
858 v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
859 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
860 $(INCDIR)/symcat.h opintl.h
861 v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
862 $(INCDIR)/opcode/v850.h opintl.h
863 vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
864 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
866 w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
867 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
868 xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
869 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
870 $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/xregex.h \
871 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
872 xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
873 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
874 $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/libiberty.h \
875 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
876 xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
877 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
878 $(INCDIR)/libiberty.h xstormy16-desc.h $(INCDIR)/opcode/cgen.h \
879 xstormy16-opc.h opintl.h
880 xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
881 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
882 xstormy16-desc.h $(INCDIR)/opcode/cgen.h xstormy16-opc.h \
883 opintl.h $(INCDIR)/safe-ctype.h
884 xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
885 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
886 $(INCDIR)/opcode/cgen.h xstormy16-opc.h $(INCDIR)/libiberty.h
887 xtensa-dis.lo: xtensa-dis.c $(INCDIR)/xtensa-isa.h \
888 $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h sysdep.h \
889 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
890 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
891 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
892 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h \
893 $(INCDIR)/libiberty.h
894 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY