1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
64 target_alias = @target_alias@
65 target_triplet = @target@
68 BFD_MACHINES = @BFD_MACHINES@
70 CATOBJEXT = @CATOBJEXT@
72 CC_FOR_BUILD = @CC_FOR_BUILD@
73 DATADIRNAME = @DATADIRNAME@
76 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
82 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
83 INSTOBJEXT = @INSTOBJEXT@
92 MKINSTALLDIRS = @MKINSTALLDIRS@
99 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
101 USE_SYMBOL_UNDERSCORE = @USE_SYMBOL_UNDERSCORE@
103 WIN32LDFLAGS = @WIN32LDFLAGS@
104 WIN32LIBADD = @WIN32LIBADD@
105 archdefs = @archdefs@
110 AUTOMAKE_OPTIONS = cygnus
114 INCDIR = $(srcdir)/../include
115 BFDDIR = $(srcdir)/../bfd
118 lib_LTLIBRARIES = libopcodes.la
120 # This is where bfd.h lives.
126 fr30-desc.h fr30-opc.h \
128 m32r-desc.h m32r-opc.h \
136 # C source files that correspond to .o's.
250 OFILES = @BFD_MACHINES@
252 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
254 libopcodes_la_SOURCES = dis-buf.c disassemble.c
255 libopcodes_la_DEPENDENCIES = $(OFILES)
256 libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
257 libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
259 # libtool will build .libs/libopcodes.a. We create libopcodes.a in
260 # the build directory so that we don't have to convert all the
261 # programs that use libopcodes.a simultaneously. This is a hack which
262 # should be removed if everything else starts using libtool. FIXME.
264 noinst_LIBRARIES = libopcodes.a
266 POTFILES = $(HFILES) $(CFILES)
269 libopcodes.a stamp-lib dep.sed .dep .dep1
274 # The start marker is written this way to pass through automake unscathed.
275 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
276 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
277 CONFIG_HEADER = config.h
279 LIBRARIES = $(noinst_LIBRARIES)
282 DEFS = @DEFS@ -I. -I$(srcdir) -I.
283 CPPFLAGS = @CPPFLAGS@
286 libopcodes_a_LIBADD =
287 libopcodes_a_SOURCES = libopcodes.a.c
288 libopcodes_a_OBJECTS = libopcodes.a.o
289 LTLIBRARIES = $(lib_LTLIBRARIES)
291 libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo
293 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
294 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
296 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
297 DIST_COMMON = ./stamp-h.in ChangeLog Makefile.am Makefile.in \
298 acinclude.m4 aclocal.m4 config.in configure configure.in
301 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
305 SOURCES = libopcodes.a.c $(libopcodes_la_SOURCES)
306 OBJECTS = libopcodes.a.o $(libopcodes_la_OBJECTS)
310 .SUFFIXES: .S .c .lo .o .s
311 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
312 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
314 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
316 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
318 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
319 cd $(srcdir) && $(ACLOCAL)
320 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
321 cd $(srcdir) && $(AUTOCONF)
324 @if test ! -f $@; then \
328 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
330 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
331 $(SHELL) ./config.status
332 @echo timestamp > stamp-h 2> /dev/null
333 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
334 @if test ! -f $@; then \
335 rm -f $(srcdir)/stamp-h.in; \
336 $(MAKE) $(srcdir)/stamp-h.in; \
338 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
339 cd $(top_srcdir) && $(AUTOHEADER)
340 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
349 maintainer-clean-hdr:
351 mostlyclean-noinstLIBRARIES:
353 clean-noinstLIBRARIES:
354 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
356 distclean-noinstLIBRARIES:
358 maintainer-clean-noinstLIBRARIES:
370 -rm -f *.o core *.core
377 maintainer-clean-compile:
380 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
383 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
386 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
396 maintainer-clean-libtool:
398 mostlyclean-libLTLIBRARIES:
400 clean-libLTLIBRARIES:
401 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
403 distclean-libLTLIBRARIES:
405 maintainer-clean-libLTLIBRARIES:
407 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
409 $(mkinstalldirs) $(DESTDIR)$(libdir)
410 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
411 if test -f $$p; then \
412 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
413 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
417 uninstall-libLTLIBRARIES:
419 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
420 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
423 libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES)
424 $(LINK) -rpath $(libdir) $(libopcodes_la_LDFLAGS) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS)
426 # This directory's subdirectories are mostly independent; you can cd
427 # into them and run `make' without going through this Makefile.
428 # To change the values of `make' variables: instead of editing Makefiles,
429 # (1) if the variable is set in `config.status', edit `config.status'
430 # (which will cause the Makefiles to be regenerated when you run `make');
431 # (2) otherwise, pass the desired values on the `make' command line.
435 all-recursive install-data-recursive install-exec-recursive \
436 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
437 check-recursive installcheck-recursive info-recursive dvi-recursive:
438 @set fnord $(MAKEFLAGS); amf=$$2; \
440 target=`echo $@ | sed s/-recursive//`; \
441 list='$(SUBDIRS)'; for subdir in $$list; do \
442 echo "Making $$target in $$subdir"; \
443 if test "$$subdir" = "."; then \
445 local_target="$$target-am"; \
447 local_target="$$target"; \
449 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
450 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
452 if test "$$dot_seen" = "no"; then \
453 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
456 mostlyclean-recursive clean-recursive distclean-recursive \
457 maintainer-clean-recursive:
458 @set fnord $(MAKEFLAGS); amf=$$2; \
460 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
461 rev="$$subdir $$rev"; \
462 test "$$subdir" = "." && dot_seen=yes; \
464 test "$$dot_seen" = "no" && rev=". $$rev"; \
465 target=`echo $@ | sed s/-recursive//`; \
466 for subdir in $$rev; do \
467 echo "Making $$target in $$subdir"; \
468 if test "$$subdir" = "."; then \
469 local_target="$$target-am"; \
471 local_target="$$target"; \
473 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
474 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
475 done && test -z "$$fail"
477 list='$(SUBDIRS)'; for subdir in $$list; do \
478 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
483 ID: $(HEADERS) $(SOURCES) $(LISP)
484 list='$(SOURCES) $(HEADERS)'; \
485 unique=`for i in $$list; do echo $$i; done | \
486 awk ' { files[$$0] = 1; } \
487 END { for (i in files) print i; }'`; \
488 here=`pwd` && cd $(srcdir) \
489 && mkid -f$$here/ID $$unique $(LISP)
491 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
494 list='$(SUBDIRS)'; for subdir in $$list; do \
495 if test "$$subdir" = .; then :; else \
496 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
499 list='$(SOURCES) $(HEADERS)'; \
500 unique=`for i in $$list; do echo $$i; done | \
501 awk ' { files[$$0] = 1; } \
502 END { for (i in files) print i; }'`; \
503 test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
504 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
513 maintainer-clean-tags:
515 distdir = $(PACKAGE)-$(VERSION)
516 top_distdir = $(distdir)
518 # This target untars the dist file and tries a VPATH configuration. Then
519 # it guarantees that the distribution is self-contained by making another
523 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
524 mkdir $(distdir)/=build
525 mkdir $(distdir)/=inst
526 dc_install_base=`cd $(distdir)/=inst && pwd`; \
527 cd $(distdir)/=build \
528 && ../configure --srcdir=.. --prefix=$$dc_install_base \
529 && $(MAKE) $(AM_MAKEFLAGS) \
530 && $(MAKE) $(AM_MAKEFLAGS) dvi \
531 && $(MAKE) $(AM_MAKEFLAGS) check \
532 && $(MAKE) $(AM_MAKEFLAGS) install \
533 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
534 && $(MAKE) $(AM_MAKEFLAGS) dist
536 @banner="$(distdir).tar.gz is ready for distribution"; \
537 dashes=`echo "$$banner" | sed s/./=/g`; \
542 -chmod -R a+r $(distdir)
543 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
546 -chmod -R a+r $(distdir)
547 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
549 distdir: $(DISTFILES)
552 -chmod 777 $(distdir)
553 @for file in $(DISTFILES); do \
554 if test -f $$file; then d=.; else d=$(srcdir); fi; \
555 if test -d $$d/$$file; then \
556 cp -pr $$/$$file $(distdir)/$$file; \
558 test -f $(distdir)/$$file \
559 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
560 || cp -p $$d/$$file $(distdir)/$$file || :; \
563 for subdir in $(SUBDIRS); do \
564 if test "$$subdir" = .; then :; else \
565 test -d $(distdir)/$$subdir \
566 || mkdir $(distdir)/$$subdir \
568 chmod 777 $(distdir)/$$subdir; \
569 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
578 check: check-recursive
580 installcheck: installcheck-recursive
582 install-info: install-info-recursive
583 all-recursive-am: config.h
584 $(MAKE) $(AM_MAKEFLAGS) all-recursive
586 install-exec-am: install-libLTLIBRARIES
587 install-exec: install-exec-recursive
590 install-data: install-data-recursive
593 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
594 install: install-recursive
595 uninstall-am: uninstall-libLTLIBRARIES
596 uninstall: uninstall-recursive
597 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
598 all-redirect: all-recursive-am
600 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
601 installdirs: installdirs-recursive
603 $(mkinstalldirs) $(DESTDIR)$(libdir)
609 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
612 -rm -f Makefile $(CONFIG_CLEAN_FILES)
613 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
615 maintainer-clean-generic:
616 mostlyclean-am: mostlyclean-hdr mostlyclean-noinstLIBRARIES \
617 mostlyclean-compile mostlyclean-libtool \
618 mostlyclean-libLTLIBRARIES mostlyclean-tags \
621 mostlyclean: mostlyclean-recursive
623 clean-am: clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
624 clean-libLTLIBRARIES clean-tags clean-generic \
627 clean: clean-recursive
629 distclean-am: distclean-hdr distclean-noinstLIBRARIES distclean-compile \
630 distclean-libtool distclean-libLTLIBRARIES \
631 distclean-tags distclean-generic clean-am
634 distclean: distclean-recursive
637 maintainer-clean-am: maintainer-clean-hdr \
638 maintainer-clean-noinstLIBRARIES \
639 maintainer-clean-compile maintainer-clean-libtool \
640 maintainer-clean-libLTLIBRARIES maintainer-clean-tags \
641 maintainer-clean-generic distclean-am
642 @echo "This command is intended for maintainers to use;"
643 @echo "it deletes files that may require special tools to rebuild."
645 maintainer-clean: maintainer-clean-recursive
648 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
649 mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
650 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
651 mostlyclean-compile distclean-compile clean-compile \
652 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
653 clean-libtool maintainer-clean-libtool mostlyclean-libLTLIBRARIES \
654 distclean-libLTLIBRARIES clean-libLTLIBRARIES \
655 maintainer-clean-libLTLIBRARIES uninstall-libLTLIBRARIES \
656 install-libLTLIBRARIES install-data-recursive uninstall-data-recursive \
657 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
658 uninstalldirs-recursive all-recursive check-recursive \
659 installcheck-recursive info-recursive dvi-recursive \
660 mostlyclean-recursive distclean-recursive clean-recursive \
661 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
662 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
663 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
664 install-info all-recursive-am install-exec-am install-exec \
665 install-data-am install-data install-am install uninstall-am uninstall \
666 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
667 distclean-generic clean-generic maintainer-clean-generic clean \
668 mostlyclean distclean maintainer-clean
671 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
672 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
674 stamp-lib: libopcodes.la
675 if [ -f .libs/libopcodes.a ]; then \
676 cp .libs/libopcodes.a libopcodes.tmp; \
677 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
681 libopcodes.a: stamp-lib ; @true
682 po/POTFILES.in: @MAINT@ Makefile
683 for file in $(POTFILES); do echo $$file; done | sort > tmp \
684 && mv tmp $(srcdir)/po/POTFILES.in
686 # We should reconfigure whenever bfd/configure.in changes, because
687 # that's where the version number comes from.
688 config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
689 $(SHELL) ./config.status --recheck
694 # This dependency stuff is copied from BFD.
696 .dep: dep.sed $(CFILES) $(HFILES) config.h
698 $(MAKE) DEP=$(DEP) .dep1
699 sed -f dep.sed < .dep1 > .dep
703 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
705 $(DEP) -f .dep2a $(INCLUDES) $(CFLAGS) $?
706 sed -e '/DO NOT DELETE/d' -e '/^$$/d' < .dep2a >> .dep2
708 $(srcdir)/../move-if-change .dep2 .dep1
710 dep.sed: dep-in.sed config.status
711 sed <$(srcdir)/dep-in.sed >dep.sed \
712 -e 's!@BFD_H@!$(BFD_H)!' \
713 -e 's!@INCDIR@!$(INCDIR)!' \
714 -e 's!@BFDDIR@!$(BFDDIR)!' \
715 -e 's!@SRCDIR@!$(srcdir)!'
718 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
719 cat .dep >> tmp-Makefile
720 $(srcdir)/../move-if-change tmp-Makefile Makefile
723 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
724 cat .dep >> tmp-Makefile.in
725 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
728 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
729 cat .dep >> tmp-Makefile.am
730 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
732 .PHONY: dep dep-in dep-am
734 # What appears below is generated by a hacked mkdep using gcc -MM.
736 # DO NOT DELETE THIS LINE -- mkdep uses it.
737 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
738 a29k-dis.lo: a29k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
739 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/a29k.h
740 alpha-dis.lo: alpha-dis.c $(INCDIR)/ansidecl.h sysdep.h \
741 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/alpha.h
742 alpha-opc.lo: alpha-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/alpha.h \
744 arm-dis.lo: arm-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
745 $(INCDIR)/ansidecl.h arm-opc.h $(INCDIR)/coff/internal.h \
746 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h opintl.h $(BFDDIR)/elf-bfd.h \
747 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
748 $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h
749 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/libiberty.h \
750 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \
752 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/libiberty.h \
753 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
754 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
755 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
756 d10v-dis.lo: d10v-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h \
757 $(INCDIR)/dis-asm.h $(BFD_H)
758 d10v-opc.lo: d10v-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h
759 d30v-dis.lo: d30v-dis.c $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h \
760 $(BFD_H) $(INCDIR)/ansidecl.h opintl.h
761 d30v-opc.lo: d30v-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d30v.h
762 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/dis-asm.h \
764 disassemble.lo: disassemble.c $(INCDIR)/ansidecl.h \
765 $(INCDIR)/dis-asm.h $(BFD_H)
766 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(BFD_H) \
767 $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
769 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(BFD_H) \
770 $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
772 fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
773 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
775 fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
776 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
778 fr30-opc.lo: fr30-opc.c sysdep.h config.h $(BFD_H) \
779 $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
781 h8300-dis.lo: h8300-dis.c $(INCDIR)/opcode/h8300.h \
782 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h opintl.h
783 h8500-dis.lo: h8500-dis.c h8500-opc.h $(INCDIR)/dis-asm.h \
784 $(BFD_H) $(INCDIR)/ansidecl.h opintl.h
785 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
786 $(BFD_H) $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
787 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
788 $(INCDIR)/ansidecl.h sysdep.h config.h opintl.h
789 i960-dis.lo: i960-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
791 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(BFD_H) \
792 $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
794 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(BFD_H) \
795 $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
797 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
798 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
800 m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
801 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
803 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(BFD_H) \
804 $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
806 m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(BFD_H) \
807 $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
809 m68k-dis.lo: m68k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
810 $(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h opintl.h \
811 $(INCDIR)/opcode/m68k.h
812 m68k-opc.lo: m68k-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/m68k.h
813 m88k-dis.lo: m88k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
814 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/m88k.h opintl.h
815 mcore-dis.lo: mcore-dis.c mcore-opc.h $(INCDIR)/ansidecl.h \
816 $(INCDIR)/dis-asm.h $(BFD_H)
817 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
818 $(BFD_H) $(INCDIR)/opcode/mips.h opintl.h $(BFDDIR)/elf-bfd.h \
819 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
820 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
821 mips-opc.lo: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
822 mips16-opc.lo: mips16-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
823 m10200-dis.lo: m10200-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h \
824 $(INCDIR)/dis-asm.h $(BFD_H) opintl.h
825 m10200-opc.lo: m10200-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h
826 m10300-dis.lo: m10300-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h \
827 $(INCDIR)/dis-asm.h $(BFD_H) opintl.h
828 m10300-opc.lo: m10300-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h
829 ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
830 sysdep.h config.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h \
832 ppc-dis.lo: ppc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
833 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/ppc.h
834 ppc-opc.lo: ppc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/ppc.h \
836 sh-dis.lo: sh-dis.c sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) \
838 sparc-dis.lo: sparc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
839 config.h $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h \
840 $(BFD_H) $(INCDIR)/libiberty.h opintl.h
841 sparc-opc.lo: sparc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/sparc.h
842 tic30-dis.lo: tic30-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
843 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/tic30.h
844 tic80-dis.lo: tic80-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/tic80.h \
845 $(INCDIR)/dis-asm.h $(BFD_H)
846 tic80-opc.lo: tic80-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/tic80.h
847 vax-dis.lo: vax-dis.c $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h \
848 $(BFD_H) $(INCDIR)/ansidecl.h
849 w65-dis.lo: w65-dis.c w65-opc.h $(INCDIR)/dis-asm.h \
850 $(BFD_H) $(INCDIR)/ansidecl.h
851 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
853 z8kgen.lo: z8kgen.c sysdep.h config.h
854 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
856 # Tell versions [3.59,3.63) of GNU make to not export all variables.
857 # Otherwise a system limit (for SysV at least) may be exceeded.