1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = cygnus
5 INCDIR = $(srcdir)/../include
6 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
13 lib_LTLIBRARIES = libbfd.la
15 # bfd.h goes here, for now
19 # Writing S-records should be included in all (or at least most)
20 # *-*-coff, *-*-aout, etc., configurations, because people will want to
21 # be able to use objcopy to create S-records. (S-records are not useful
22 # for the debugger, so if you are downloading things as S-records you
23 # need two copies of the executable, one to download and one for the
26 archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \
27 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
28 section.lo syms.lo targets.lo hash.lo linker.lo \
29 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo
32 archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
33 format.c init.c libbfd.c opncls.c reloc.c \
34 section.c syms.c targets.c hash.c linker.c \
35 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c
37 # This list is alphabetized to make it easier to keep in sync
38 # with the decls and initializer in archures.c.
74 ALL_MACHINES_CFILES = \
109 # The .o files needed by all of the 32 bit vectors that are configured into
110 # target_vector in targets.c if configured with --enable-targets=all.
236 BFD32_BACKENDS_CFILES = \
361 # The .o files needed by all of the 64 bit vectors that are configured into
362 # target_vector in targets.c if configured with --enable-targets=all
363 # and --enable-64-bit-bfd.
376 BFD64_BACKENDS_CFILES = \
388 OPTIONAL_BACKENDS = \
398 OPTIONAL_BACKENDS_CFILES = \
408 # These are defined by configure.in:
409 WORDSIZE = @wordsize@
410 ALL_BACKENDS = @all_backends@
411 BFD_BACKENDS = @bfd_backends@
412 BFD_MACHINES = @bfd_machines@
413 TDEFAULTS = @tdefaults@
415 INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl
417 # C source files that correspond to .o's.
420 $(ALL_MACHINES_CFILES) \
421 $(BFD32_BACKENDS_CFILES) \
422 $(BFD64_BACKENDS_CFILES) \
423 $(OPTIONAL_BACKENDS_CFILES)
425 ## This is a list of all .h files which are in the source tree.
427 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h \
428 ecoffswap.h elf32-arm.h elf32-hppa.h elfcode.h elfcore.h \
429 elflink.h freebsd.h genlink.h go32stub.h hppa_stubs.h libaout.h \
430 libbfd.h libcoff.h libecoff.h elf-bfd.h libhppa.h libieee.h \
431 libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h nlmcode.h \
432 nlmswap.h ns32k.h peicode.h som.h vms.h
435 elf32-target.h elf64-target.h targmatch.h \
438 POTFILES = $(CFILES) $(SOURCE_HFILES)
440 po/POTFILES.in: @MAINT@ Makefile
441 for file in $(POTFILES); do echo $$file; done | sort > tmp \
442 && mv tmp $(srcdir)/po/POTFILES.in
446 # Various kinds of .o files to put in libbfd.a:
447 # BFD_BACKENDS Routines the configured targets need.
448 # BFD_MACHINES Architecture-specific routines the configured targets need.
449 # COREFILE Core file routines for a native configuration
450 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
452 stamp-ofiles: Makefile
455 for i in $(OFILES) ; do \
462 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
465 ofiles: stamp-ofiles ; @true
467 libbfd_la_SOURCES = $(BFD_LIBS_CFILES)
468 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
469 libbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
470 libbfd_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
472 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
473 # directory so that we don't have to convert all the programs that use
474 # libbfd.a simultaneously. This is a hack which should be removed if
475 # everything else starts using libtool. FIXME.
477 noinst_LIBRARIES = libbfd.a
481 if [ -f .libs/libbfd.a ]; then \
482 cp .libs/libbfd.a libbfd.tmp; \
483 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
487 libbfd.a: stamp-lib ; @true
489 # This file holds an array associating configuration triplets and
490 # vector names. It is built from config.bfd. It is not compiled by
491 # itself, but is included by targets.c.
492 targmatch.h: config.bfd targmatch.sed
494 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
495 mv -f targmatch.new targmatch.h
497 # When compiling archures.c and targets.c, supply the default target
498 # info from configure.
500 targets.lo: targets.c config.status
501 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
503 archures.lo: archures.c config.status
504 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
506 elf32-target.h : elfxx-target.h
508 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
509 mv -f elf32-target.new elf32-target.h
511 elf64-target.h : elfxx-target.h
513 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
514 mv -f elf64-target.new elf64-target.h
516 BFD_H_DEPS= $(INCDIR)/ansidecl.h
517 LOCAL_H_DEPS= libbfd.h sysdep.h config.h
518 $(BFD_LIBS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
519 $(BFD_MACHINES): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
520 $(BFD_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
521 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
523 # Install BFD include file, and others that it needs.
524 install-data-local: $(BFD_H)
526 $(mkinstalldirs) $(includedir)
527 $(INSTALL_DATA) $(BFD_H) $(includedir)/bfd.h
528 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h
529 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(includedir)/bfdlink.h
531 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
532 DEP: dep.sed $(CFILES) $(HFILES) bfd.h
534 $(MAKE) MKDEP=$(MKDEP) DEP1
535 sed -f dep.sed <DEP1 >DEP
537 # This rule really wants a mkdep that runs "gcc -MM".
538 # The NetBSD mkdep overwrites any existing file contents, and doesn't insert
539 # the "DO NOT DELETE" line.
540 # Other mkdep versions require a file that already exists, and do insert it.
541 # Hence the weirdness....
544 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
546 $(MKDEP) -f DEP2a $(INCLUDES) $(CFLAGS) $?
547 sed -e '/DO NOT DELETE/d' -e '/^$$/d' < DEP2a >> DEP2
549 $(SHELL) $(srcdir)/../move-if-change DEP2 DEP1
551 dep.sed: dep-in.sed config.status
552 sed <$(srcdir)/dep-in.sed >dep.sed \
553 -e 's!@BFD_H@!$(BFD_H)!' \
554 -e 's!@INCDIR@!$(INCDIR)!' \
555 -e 's!@SRCDIR@!$(srcdir)!'
558 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
559 cat DEP >> tmp-Makefile
560 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
563 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
564 cat DEP >> tmp-Makefile.in
565 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
568 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
569 cat DEP >> tmp-Makefile.am
570 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
572 host-aout.lo: Makefile
574 # The following program can be used to generate a simple config file
575 # which can be folded into an h-XXX file for a new host, with some editing.
576 aout-params.h: gen-aout
577 ./gen-aout host > aout-params.h
578 gen-aout: $(srcdir)/gen-aout.c Makefile
579 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
581 $(BFD_H): stmp-bfd-h ; @true
583 stmp-bfd-h: bfd-in3.h
585 cp bfd-in3.h bfd-tmp.h
586 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
590 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
591 reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c
592 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c cache.c reloc.c archures.c elf.c
593 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
595 # Could really use a "copy-if-change"...
597 (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
598 cp $(docdir)/bfd.h bfd-in2.h-new
599 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
600 cp $(docdir)/libbfd.h libbfd.h-new
601 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
602 cp $(docdir)/libcoff.h libcoff.h-new
603 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
605 # We only rebuild the header files automatically if we have been
606 # configured with --enable-maintainer-mode.
608 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
609 stmp-bin2-h: $(BFD_H_FILES)
610 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
611 cp $(docdir)/bfd.h bfd-in2.h-new
612 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
615 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
616 stmp-lbfd-h: $(LIBBFD_H_FILES)
617 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
618 cp $(docdir)/libbfd.h libbfd.h-new
619 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
622 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
623 stmp-lcoff-h: $(LIBCOFF_H_FILES)
624 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
625 cp $(docdir)/libcoff.h libcoff.h-new
626 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
629 MOSTLYCLEANFILES = elf32-target.h elf64-target.h ofiles stamp-ofiles \
632 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEP1 libbfd.a stamp-lib \
633 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
635 # We want to rerun configure if config.bfd or configure.host change.
636 config.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host
637 $(SHELL) ./config.status --recheck
640 elfarm-oabi.lo: elfarm-oabi.c elf32-arm.h elf-bfd.h $(INCDIR)/elf/common.h \
641 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
642 $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
644 # What appears below is generated by a hacked mkdep using gcc -MM.
645 elfarm-nabi.lo: elfarm-nabi.c elf32-arm.h elf-bfd.h $(INCDIR)/elf/common.h \
646 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
647 $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
649 # What appears below is generated by a hacked mkdep using gcc -MM.
651 # DO NOT DELETE THIS LINE -- mkdep uses it.
652 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
653 archive.lo: archive.c $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h
654 archures.lo: archures.c
655 bfd.lo: bfd.c $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h \
656 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h libcoff.h \
657 libecoff.h $(INCDIR)/coff/ecoff.h elf-bfd.h $(INCDIR)/elf/common.h \
658 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
660 coffgen.lo: coffgen.c $(INCDIR)/coff/internal.h libcoff.h \
662 corefile.lo: corefile.c
666 opncls.lo: opncls.c $(INCDIR)/objalloc.h
667 reloc.lo: reloc.c $(INCDIR)/bfdlink.h
668 section.lo: section.c $(INCDIR)/bfdlink.h
669 syms.lo: syms.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
670 $(INCDIR)/aout/stab.def
671 targets.lo: targets.c $(INCDIR)/fnmatch.h targmatch.h
672 hash.lo: hash.c $(INCDIR)/objalloc.h
673 linker.lo: linker.c $(INCDIR)/bfdlink.h genlink.h
674 srec.lo: srec.c $(INCDIR)/libiberty.h
676 tekhex.lo: tekhex.c $(INCDIR)/libiberty.h
677 ihex.lo: ihex.c $(INCDIR)/libiberty.h
678 stabs.lo: stabs.c $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
679 stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
680 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
681 cpu-a29k.lo: cpu-a29k.c
682 cpu-alpha.lo: cpu-alpha.c
683 cpu-arc.lo: cpu-arc.c
684 cpu-arm.lo: cpu-arm.c
685 cpu-d10v.lo: cpu-d10v.c
686 cpu-d30v.lo: cpu-d30v.c
687 cpu-fr30.lo: cpu-fr30.c
688 cpu-h8300.lo: cpu-h8300.c
689 cpu-h8500.lo: cpu-h8500.c
690 cpu-hppa.lo: cpu-hppa.c
691 cpu-i386.lo: cpu-i386.c
692 cpu-i860.lo: cpu-i860.c
693 cpu-i960.lo: cpu-i960.c
694 cpu-m32r.lo: cpu-m32r.c
695 cpu-m68k.lo: cpu-m68k.c
696 cpu-m88k.lo: cpu-m88k.c
697 cpu-m10200.lo: cpu-m10200.c
698 cpu-m10300.lo: cpu-m10300.c
699 cpu-mcore.lo: cpu-mcore.c
700 cpu-mips.lo: cpu-mips.c
701 cpu-ns32k.lo: cpu-ns32k.c ns32k.h
703 cpu-powerpc.lo: cpu-powerpc.c
704 cpu-rs6000.lo: cpu-rs6000.c
706 cpu-sparc.lo: cpu-sparc.c
707 cpu-tic30.lo: cpu-tic30.c
708 cpu-tic80.lo: cpu-tic80.c
709 cpu-v850.lo: cpu-v850.c
710 cpu-vax.lo: cpu-vax.c
711 cpu-we32k.lo: cpu-we32k.c
712 cpu-w65.lo: cpu-w65.c
713 cpu-z8k.lo: cpu-z8k.c
714 aout-adobe.lo: aout-adobe.c $(INCDIR)/aout/adobe.h \
715 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
717 aout-arm.lo: aout-arm.c libaout.h $(INCDIR)/bfdlink.h \
718 $(INCDIR)/aout/aout64.h aoutx.h $(INCDIR)/aout/stab_gnu.h \
719 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
720 aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
721 ns32k.h libaout.h $(INCDIR)/bfdlink.h
722 aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
723 libaout.h aoutf1.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
724 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
726 aout-tic30.lo: aout-tic30.c libaout.h $(INCDIR)/bfdlink.h \
727 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
728 $(INCDIR)/aout/ar.h aoutx.h
729 aout0.lo: aout0.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \
730 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
731 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
732 aout32.lo: aout32.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
733 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
735 armnetbsd.lo: armnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
736 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
737 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
738 bout.lo: bout.c $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h \
739 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
740 cf-i386lynx.lo: cf-i386lynx.c coff-i386.c $(INCDIR)/coff/i386.h \
741 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
742 coffcode.h coffswap.h
743 cf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/coff/m68k.h \
744 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
745 coffcode.h coffswap.h
746 cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/coff/sparc.h \
747 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
748 coffcode.h coffswap.h
749 coff-a29k.lo: coff-a29k.c $(INCDIR)/coff/a29k.h $(INCDIR)/coff/internal.h \
750 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
751 coff-apollo.lo: coff-apollo.c $(INCDIR)/coff/apollo.h \
752 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
753 coffcode.h coffswap.h
754 coff-arm.lo: coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h \
755 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
756 coff-aux.lo: coff-aux.c $(INCDIR)/coff/aux-coff.h $(INCDIR)/coff/internal.h \
757 $(INCDIR)/coff/m68k.h coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h \
758 coffcode.h coffswap.h
759 coff-h8300.lo: coff-h8300.c $(INCDIR)/bfdlink.h genlink.h \
760 $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h libcoff.h \
761 coffcode.h coffswap.h
762 coff-h8500.lo: coff-h8500.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h \
763 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
764 coff-i386.lo: coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \
765 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
766 coff-i860.lo: coff-i860.c $(INCDIR)/coff/i860.h $(INCDIR)/coff/internal.h \
767 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
768 coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/coff/i386.h \
769 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
770 coffcode.h coffswap.h
771 coff-i960.lo: coff-i960.c $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h \
772 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
773 coff-m68k.lo: coff-m68k.c $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h \
774 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
775 coff-m88k.lo: coff-m88k.c $(INCDIR)/coff/m88k.h $(INCDIR)/coff/internal.h \
776 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
777 coff-mips.lo: coff-mips.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
778 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
779 $(INCDIR)/coff/mips.h libcoff.h libecoff.h coffswap.h \
781 coff-pmac.lo: coff-pmac.c coff-rs6000.c $(INCDIR)/coff/internal.h \
782 $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
783 coffcode.h coffswap.h
784 coff-rs6000.lo: coff-rs6000.c $(INCDIR)/coff/internal.h \
785 $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
786 coffcode.h coffswap.h
787 coff-sh.lo: coff-sh.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
788 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
789 coff-sparc.lo: coff-sparc.c $(INCDIR)/coff/sparc.h \
790 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
791 coffcode.h coffswap.h
792 coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/coff/i386.h \
793 $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
794 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
796 coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \
797 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
798 coffcode.h coffswap.h
799 coff-tic30.lo: coff-tic30.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic30.h \
800 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
801 coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic80.h \
802 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
803 coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \
804 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
805 coffcode.h coffswap.h
806 coff-we32k.lo: coff-we32k.c $(INCDIR)/coff/we32k.h \
807 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
808 coffcode.h coffswap.h
809 coff-w65.lo: coff-w65.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h \
810 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
811 coff-z8k.lo: coff-z8k.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h \
812 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
813 cofflink.lo: cofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
815 dwarf1.lo: dwarf1.c $(INCDIR)/libiberty.h elf-bfd.h \
816 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
817 $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf.h
818 dwarf2.lo: dwarf2.c $(INCDIR)/libiberty.h elf-bfd.h \
819 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
820 $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
821 ecoff.lo: ecoff.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/ar.h \
822 $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
823 libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h \
824 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
826 ecofflink.lo: ecofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/objalloc.h \
827 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h \
828 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
830 elf.lo: elf.c $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
831 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
832 elf32-arc.lo: elf32-arc.c elf-bfd.h $(INCDIR)/elf/common.h \
833 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
834 $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
835 elfarm-oabi.lo: elfarm-oabi.c $(INCDIR)/elf/arm-oabi.h \
836 $(INCDIR)/elf/reloc-macros.h elf-bfd.h $(INCDIR)/elf/common.h \
837 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
838 elf32-arm.h elf32-target.h
839 elfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
840 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
841 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-arm.h \
843 elf32-d10v.lo: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \
844 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
846 elf32-d30v.lo: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.h \
847 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
849 elf32-fr30.lo: elf32-fr30.c elf-bfd.h $(INCDIR)/elf/common.h \
850 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
851 $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
852 elf32-gen.lo: elf32-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
853 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
855 elf32-hppa.lo: elf32-hppa.c elf-bfd.h $(INCDIR)/elf/common.h \
856 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
857 $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h libhppa.h \
858 elf32-hppa.h elf-hppa.h hppa_stubs.h elf32-target.h
859 elf32-i386.lo: elf32-i386.c $(INCDIR)/bfdlink.h elf-bfd.h \
860 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
861 $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
862 elf32-i860.lo: elf32-i860.c elf-bfd.h $(INCDIR)/elf/common.h \
863 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
865 elf32-i960.lo: elf32-i960.c elf-bfd.h $(INCDIR)/elf/common.h \
866 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
867 $(INCDIR)/elf/i960.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
868 elf32-m32r.lo: elf32-m32r.c elf-bfd.h $(INCDIR)/elf/common.h \
869 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
870 $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
871 elf32-m68k.lo: elf32-m68k.c $(INCDIR)/bfdlink.h elf-bfd.h \
872 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
873 $(INCDIR)/elf/m68k.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
874 elf32-m88k.lo: elf32-m88k.c elf-bfd.h $(INCDIR)/elf/common.h \
875 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
877 elf-m10200.lo: elf-m10200.c elf-bfd.h $(INCDIR)/elf/common.h \
878 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
880 elf-m10300.lo: elf-m10300.c elf-bfd.h $(INCDIR)/elf/common.h \
881 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
882 $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/reloc-macros.h \
884 elf32-mcore.lo: elf32-mcore.c $(INCDIR)/bfdlink.h elf-bfd.h \
885 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
886 $(INCDIR)/elf/mcore.h $(INCDIR)/elf/reloc-macros.h \
888 elf32-mips.lo: elf32-mips.c $(INCDIR)/bfdlink.h genlink.h \
889 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
890 $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
891 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
892 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h ecoffswap.h \
894 elf32-pj.lo: elf32-pj.c $(INCDIR)/bfdlink.h elf-bfd.h \
895 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
896 $(INCDIR)/elf/pj.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
897 elf32-ppc.lo: elf32-ppc.c $(INCDIR)/bfdlink.h elf-bfd.h \
898 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
899 $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
900 elf32-sh.lo: elf32-sh.c $(INCDIR)/bfdlink.h elf-bfd.h \
901 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
902 $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
903 elf32-sparc.lo: elf32-sparc.c $(INCDIR)/bfdlink.h elf-bfd.h \
904 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
905 $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
907 elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \
908 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
909 $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
910 elf32.lo: elf32.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
911 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
913 elflink.lo: elflink.c $(INCDIR)/bfdlink.h elf-bfd.h \
914 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
915 epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
916 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
917 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
918 epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c coff-arm.c \
919 $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \
920 libcoff.h $(INCDIR)/bfdlink.h coffcode.h peicode.h \
922 hp300bsd.lo: hp300bsd.c libaout.h $(INCDIR)/bfdlink.h \
923 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
924 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
925 hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
926 aoutx.h $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
927 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
930 i386aout.lo: i386aout.c $(INCDIR)/aout/aout64.h libaout.h \
931 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
932 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
933 i386bsd.lo: i386bsd.c libaout.h $(INCDIR)/bfdlink.h \
934 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
935 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
936 i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
937 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
938 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
940 i386freebsd.lo: i386freebsd.c freebsd.h libaout.h $(INCDIR)/bfdlink.h \
941 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
942 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
943 i386linux.lo: i386linux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
944 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
945 $(INCDIR)/bfdlink.h aout-target.h
946 i386lynx.lo: i386lynx.c libaout.h $(INCDIR)/bfdlink.h \
947 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
948 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
949 i386msdos.lo: i386msdos.c libaout.h $(INCDIR)/bfdlink.h
950 i386netbsd.lo: i386netbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
951 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
952 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
953 i386mach3.lo: i386mach3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
954 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
955 $(INCDIR)/bfdlink.h aout-target.h
956 i386os9k.lo: i386os9k.c $(INCDIR)/bfdlink.h libaout.h \
958 ieee.lo: ieee.c $(INCDIR)/ieee.h libieee.h
959 m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h libaout.h \
960 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
961 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
962 m68klinux.lo: m68klinux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
963 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
964 $(INCDIR)/bfdlink.h aout-target.h
965 m68klynx.lo: m68klynx.c libaout.h $(INCDIR)/bfdlink.h \
966 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
967 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
968 m68knetbsd.lo: m68knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
969 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
970 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
971 m88kmach3.lo: m88kmach3.c libaout.h $(INCDIR)/bfdlink.h \
972 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
973 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
974 mipsbsd.lo: mipsbsd.c libaout.h $(INCDIR)/bfdlink.h \
975 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
976 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
977 newsos3.lo: newsos3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
978 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
979 $(INCDIR)/bfdlink.h aout-target.h
980 nlm.lo: nlm.c libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
981 $(INCDIR)/nlm/external.h
982 nlm32-i386.lo: nlm32-i386.c $(INCDIR)/nlm/i386-ext.h \
983 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
984 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
985 nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/nlm/sparc32-ext.h \
986 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
987 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
988 nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/nlm/ppc-ext.h libnlm.h \
989 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
990 nlmswap.h nlm-target.h
991 nlm32.lo: nlm32.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
992 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
993 ns32knetbsd.lo: ns32knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
994 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
995 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
996 oasys.lo: oasys.c $(INCDIR)/oasys.h liboasys.h
997 pc532-mach.lo: pc532-mach.c libaout.h $(INCDIR)/bfdlink.h \
998 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
999 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1000 pe-arm.lo: pe-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
1001 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1002 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1003 pei-arm.lo: pei-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
1004 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1005 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1006 pe-i386.lo: pe-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
1007 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1008 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1009 pei-i386.lo: pei-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
1010 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1011 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1012 pe-mcore.lo: pe-mcore.c coff-mcore.c $(INCDIR)/coff/mcore.h \
1013 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1014 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1015 pei-mcore.lo: pei-mcore.c coff-mcore.c $(INCDIR)/coff/mcore.h \
1016 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1017 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1018 pe-ppc.lo: pe-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
1019 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1020 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1021 pei-ppc.lo: pei-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
1022 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1023 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1024 peigen.lo: peigen.c $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h \
1025 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
1026 ppcboot.lo: ppcboot.c
1027 reloc16.lo: reloc16.c $(INCDIR)/bfdlink.h genlink.h \
1028 $(INCDIR)/coff/internal.h libcoff.h
1029 riscix.lo: riscix.c libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1030 aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1032 sparclinux.lo: sparclinux.c $(INCDIR)/aout/aout64.h \
1033 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1034 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1035 sparclynx.lo: sparclynx.c $(INCDIR)/aout/sun4.h libaout.h \
1036 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1037 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1038 sparcnetbsd.lo: sparcnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1039 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1040 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1041 sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1042 $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1043 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1044 vaxnetbsd.lo: vaxnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1045 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1046 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1047 versados.lo: versados.c $(INCDIR)/libiberty.h
1048 vms.lo: vms.c $(INCDIR)/bfdlink.h vms.h
1049 vms-gsd.lo: vms-gsd.c $(INCDIR)/bfdlink.h vms.h
1050 vms-hdr.lo: vms-hdr.c $(INCDIR)/bfdlink.h vms.h
1051 vms-misc.lo: vms-misc.c $(INCDIR)/bfdlink.h vms.h
1052 vms-tir.lo: vms-tir.c $(INCDIR)/bfdlink.h vms.h
1053 xcofflink.lo: xcofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1055 aout64.lo: aout64.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
1056 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1058 coff-alpha.lo: coff-alpha.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1059 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1060 $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
1061 libecoff.h coffswap.h ecoffswap.h
1062 demo64.lo: demo64.c aoutf1.h $(INCDIR)/aout/sun4.h \
1063 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1064 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1066 elf64-alpha.lo: elf64-alpha.c elf-bfd.h $(INCDIR)/elf/common.h \
1067 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1068 $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
1069 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1070 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
1071 libcoff.h libecoff.h ecoffswap.h elf64-target.h
1072 elf64-gen.lo: elf64-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
1073 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1075 elf64-mips.lo: elf64-mips.c $(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h \
1076 genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1077 $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1078 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1079 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
1081 elf64-sparc.lo: elf64-sparc.c elf-bfd.h $(INCDIR)/elf/common.h \
1082 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1083 $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
1085 elf64.lo: elf64.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
1086 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1088 nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/nlm/alpha-ext.h \
1089 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1090 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1091 nlm64.lo: nlm64.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
1092 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1093 aix386-core.lo: aix386-core.c $(INCDIR)/coff/i386.h \
1094 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
1095 hpux-core.lo: hpux-core.c
1096 irix-core.lo: irix-core.c
1097 lynx-core.lo: lynx-core.c
1098 osf-core.lo: osf-core.c
1099 sco5-core.lo: sco5-core.c libaout.h $(INCDIR)/bfdlink.h
1100 trad-core.lo: trad-core.c libaout.h $(INCDIR)/bfdlink.h \
1102 cisco-core.lo: cisco-core.c
1103 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY