1 # Makefile.in generated automatically by automake 1.2 from Makefile.am
3 # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy, distribute and modify it.
11 top_srcdir = @top_srcdir@
14 exec_prefix = @exec_prefix@
18 libexecdir = @libexecdir@
20 sysconfdir = @sysconfdir@
21 sharedstatedir = @sharedstatedir@
22 localstatedir = @localstatedir@
26 includedir = @includedir@
27 oldincludedir = /usr/include
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
38 AUTOHEADER = @AUTOHEADER@
41 INSTALL_PROGRAM = @INSTALL_PROGRAM@
42 INSTALL_DATA = @INSTALL_DATA@
43 INSTALL_SCRIPT = @INSTALL_SCRIPT@
44 transform = @program_transform_name@
49 NORMAL_UNINSTALL = true
52 build_alias = @build_alias@
53 build_triplet = @build@
54 host_alias = @host_alias@
56 target_alias = @target_alias@
57 target_triplet = @target@
59 BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
60 BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
61 BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
62 BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
64 CC_FOR_BUILD = @CC_FOR_BUILD@
78 all_backends = @all_backends@
79 bfd_backends = @bfd_backends@
80 bfd_machines = @bfd_machines@
81 tdefaults = @tdefaults@
84 INCDIR = $(srcdir)/../include
85 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
92 lib_LTLIBRARIES = libbfd.la
94 # bfd.h goes here, for now
97 # Some of these files should be in BFD*_BACKENDS below, but some programs
98 # won't link without them. So, in order for some of the minimal-bfd
99 # hacks to work, they're also included here for now.
103 # Also, Jim Kingdon notes:
104 # Writing S-records should be included in all (or at least most)
105 # *-*-coff, *-*-aout, etc., configurations, because people will want to
106 # be able to use objcopy to create S-records. (S-records are not useful
107 # for the debugger, so if you are downloading things as S-records you
108 # need two copies of the executable, one to download and one for the
111 archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \
112 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
113 section.lo syms.lo targets.lo hash.lo linker.lo \
114 elf.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo
117 archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
118 format.c init.c libbfd.c opncls.c reloc.c \
119 section.c syms.c targets.c hash.c linker.c \
120 elf.c srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c
122 # This list is alphabetized to make it easier to keep in sync
123 # with the decls and initializer in archures.c.
130 $(start-sanitize-d30v) \
132 $(end-sanitize-d30v) \
150 $(start-sanitize-tic80) \
152 $(end-sanitize-tic80) \
153 $(start-sanitize-v850) \
155 $(end-sanitize-v850) \
156 $(start-sanitize-v850e) \
158 $(end-sanitize-v850e) \
159 $(start-sanitize-v850eq) \
161 $(end-sanitize-v850eq) \
167 ALL_MACHINES_CFILES = \
193 # The .o files needed by all of the 32 bit vectors that are configured into
194 # target_vector in targets.c if configured with --enable-targets=all.
225 $(start-sanitize-tic80) \
227 $(end-sanitize-tic80) \
237 $(start-sanitize-d30v) \
239 $(end-sanitize-d30v) \
253 $(start-sanitize-v850) \
255 $(end-sanitize-v850) \
304 BFD32_BACKENDS_CFILES = \
403 # The .o files needed by all of the 64 bit vectors that are configured into
404 # target_vector in targets.c if configured with --enable-targets=all
405 # and --enable-64-bit-bfd.
423 BFD64_BACKENDS_CFILES = \
440 OPTIONAL_BACKENDS = \
449 OPTIONAL_BACKENDS_CFILES = \
458 # These are defined by configure.in:
459 WORDSIZE = @wordsize@
460 ALL_BACKENDS = @all_backends@
461 BFD_BACKENDS = @bfd_backends@
462 BFD_MACHINES = @bfd_machines@
463 TDEFAULTS = @tdefaults@
465 INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES)
467 # C source files that correspond to .o's.
470 $(ALL_MACHINES_CFILES) \
471 $(BFD32_BACKENDS_CFILES) \
472 $(BFD64_BACKENDS_CFILES) \
473 $(OPTIONAL_BACKENDS_CFILES)
476 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h \
477 ecoffswap.h elf32-hppa.h elf32-target.h elf64-target.h \
478 elfcode.h evax.h genlink.h go32stub.h hppa_stubs.h libaout.h \
479 libbfd.h libcoff.h libecoff.h elf-bfd.h libhppa.h libieee.h \
480 libnlm.h liboasys.h netbsd.h nlm-target.h nlmcode.h ns32k.h som.h \
483 # Various kinds of .o files to put in libbfd.a:
484 # BFD_BACKENDS Routines the configured targets need.
485 # BFD_MACHINES Architecture-specific routines the configured targets need.
486 # COREFILE Core file routines for a native configuration
487 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
489 libbfd_la_SOURCES = $(BFD_LIBS_CFILES)
490 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
491 libbfd_la_LIBADD = `cat ofiles`
493 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
494 # directory so that we don't have to convert all the programs that use
495 # libbfd.a simultaneously. This is a hack which should be removed if
496 # everything else starts using libtool. FIXME.
498 noinst_LIBRARIES = libbfd.a
500 BFD_H_DEPS= $(INCDIR)/ansidecl.h
501 LOCAL_H_DEPS= libbfd.h sysdep.h config.h
503 MOSTLYCLEANFILES = elf32-target.h elf64-target.h ofiles stamp-ofiles \
506 CLEANFILES = bfd.h dep.sed stmp-bfd.h .dep .dep1 libbfd.a stamp-lib
507 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
508 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
509 CONFIG_HEADER = config.h
510 CONFIG_CLEAN_FILES = bfd-in3.h
511 LIBRARIES = $(noinst_LIBRARIES)
514 DEFS = @DEFS@ -I. -I$(srcdir) -I.
515 CPPFLAGS = @CPPFLAGS@
519 libbfd_a_SOURCES = libbfd.a.c
520 libbfd_a_OBJECTS = libbfd.a.o
521 LTLIBRARIES = $(lib_LTLIBRARIES)
524 libbfd_la_OBJECTS = archive.lo archures.lo bfd.lo cache.lo coffgen.lo \
525 corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo \
526 syms.lo targets.lo hash.lo linker.lo elf.lo srec.lo binary.lo tekhex.lo \
527 ihex.lo stabs.lo stab-syms.lo
529 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
530 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
531 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
532 DIST_COMMON = README COPYING ChangeLog Makefile.am Makefile.in TODO \
533 acconfig.h acinclude.m4 aclocal.m4 bfd-in2.h config.in configure \
534 configure.in stamp-h.in
537 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
541 SOURCES = libbfd.a.c $(libbfd_la_SOURCES)
542 OBJECTS = libbfd.a.o $(libbfd_la_OBJECTS)
548 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
549 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
551 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
553 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
555 $(ACLOCAL_M4): @MAINT@ configure.in acinclude.m4
556 cd $(srcdir) && $(ACLOCAL)
558 config.status: $(srcdir)/configure
559 $(SHELL) ./config.status --recheck
560 $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
561 cd $(srcdir) && $(AUTOCONF)
563 config.h: stamp-h ; @:
564 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
566 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
567 $(SHELL) ./config.status
568 @echo timestamp > stamp-h
569 $(srcdir)/config.in: @MAINT@$(srcdir)/stamp-h.in
570 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
571 cd $(top_srcdir) && $(AUTOHEADER)
572 @echo timestamp > $(srcdir)/stamp-h.in
581 maintainer-clean-hdr:
582 bfd-in3.h: $(top_builddir)/config.status bfd-in2.h
583 cd $(top_builddir) && CONFIG_FILES=$@:bfd-in2.h CONFIG_HEADERS= ./config.status
585 mostlyclean-noinstLIBRARIES:
587 clean-noinstLIBRARIES:
588 test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
590 distclean-noinstLIBRARIES:
592 maintainer-clean-noinstLIBRARIES:
605 maintainer-clean-compile:
608 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
618 maintainer-clean-libtool:
620 mostlyclean-libLTLIBRARIES:
622 clean-libLTLIBRARIES:
623 test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
625 distclean-libLTLIBRARIES:
627 maintainer-clean-libLTLIBRARIES:
629 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
631 $(mkinstalldirs) $(libdir)
632 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
633 if test -f $$p; then \
634 echo "$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(libdir)/$$p"; \
635 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(libdir)/$$p; \
639 uninstall-libLTLIBRARIES:
641 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
642 $(LIBTOOL) --mode=uninstall rm -f $(libdir)/$$p; \
645 libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
646 $(LINK) -rpath $(libdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
648 # This directory's subdirectories are mostly independent; you can cd
649 # into them and run `make' without going through this Makefile.
650 # To change the values of `make' variables: instead of editing Makefiles,
651 # (1) if the variable is set in `config.status', edit `config.status'
652 # (which will cause the Makefiles to be regenerated when you run `make');
653 # (2) otherwise, pass the desired values on the `make' command line.
657 all-recursive install-data-recursive install-exec-recursive \
658 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
659 check-recursive installcheck-recursive info-recursive dvi-recursive:
660 @set fnord $(MAKEFLAGS); amf=$$2; \
661 for subdir in $(SUBDIRS); do \
662 target=`echo $@ | sed s/-recursive//`; \
663 echo "Making $$target in $$subdir"; \
664 (cd $$subdir && $(MAKE) $$target) \
665 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
666 done && test -z "$$fail"
668 mostlyclean-recursive clean-recursive distclean-recursive \
669 maintainer-clean-recursive:
670 @set fnord $(MAKEFLAGS); amf=$$2; \
671 rev=''; for subdir in $(SUBDIRS); do rev="$$rev $$subdir"; done; \
672 for subdir in $$rev; do \
673 target=`echo $@ | sed s/-recursive//`; \
674 echo "Making $$target in $$subdir"; \
675 (cd $$subdir && $(MAKE) $$target) \
676 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
677 done && test -z "$$fail"
679 list='$(SUBDIRS)'; for subdir in $$list; do \
680 (cd $$subdir && $(MAKE) tags); \
685 ID: $(HEADERS) $(SOURCES)
686 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
688 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES)
691 list='$(SUBDIRS)'; for subdir in $$list; do \
692 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
694 test -z "$(ETAGS_ARGS)config.in$(SOURCES)$(HEADERS)$$tags" \
695 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $(SOURCES) $(HEADERS) -o $$here/TAGS)
704 maintainer-clean-tags:
706 distdir = $(PACKAGE)-$(VERSION)
707 top_distdir = $(distdir)
709 # This target untars the dist file and tries a VPATH configuration. Then
710 # it guarantees that the distribution is self-contained by making another
714 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
715 mkdir $(distdir)/=build
716 mkdir $(distdir)/=inst
717 dc_install_base=`cd $(distdir)/=inst && pwd`; \
718 cd $(distdir)/=build \
719 && ../configure --srcdir=.. --prefix=$$dc_install_base \
724 && $(MAKE) installcheck \
727 @echo "========================"; \
728 echo "$(distdir).tar.gz is ready for distribution"; \
729 echo "========================"
731 -chmod -R a+r $(distdir)
732 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
735 -chmod -R a+r $(distdir)
736 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
738 distdir: $(DISTFILES)
741 -chmod 777 $(distdir)
742 @for file in $(DISTFILES); do \
743 if test -f $$file; then d=.; else d=$(srcdir); fi; \
744 test -f $(distdir)/$$file \
745 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
746 || cp -p $$d/$$file $(distdir)/$$file; \
748 for subdir in $(SUBDIRS); do \
749 test -d $(distdir)/$$subdir \
750 || mkdir $(distdir)/$$subdir \
752 chmod 777 $(distdir)/$$subdir; \
753 (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
759 $(MAKE) check-recursive
760 installcheck: installcheck-recursive
761 install-info: install-info-recursive
762 all-recursive-am: config.h
763 $(MAKE) all-recursive
765 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
767 install-exec-am: install-libLTLIBRARIES
769 install-data-am: install-data-local
771 uninstall-am: uninstall-libLTLIBRARIES
773 install-exec: install-exec-recursive install-exec-am
776 install-data: install-data-recursive install-data-am
779 install: install-recursive install-exec-am install-data-am
782 uninstall: uninstall-recursive uninstall-am
784 all: all-recursive-am all-am
787 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
788 installdirs: installdirs-recursive
789 $(mkinstalldirs) $(libdir)
793 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
796 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
799 rm -f Makefile $(DISTCLEANFILES)
800 rm -f config.cache config.log stamp-h stamp-h[0-9]*
801 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
803 maintainer-clean-generic:
804 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
805 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
806 mostlyclean-am: mostlyclean-hdr mostlyclean-noinstLIBRARIES \
807 mostlyclean-compile mostlyclean-libtool \
808 mostlyclean-libLTLIBRARIES mostlyclean-tags \
811 clean-am: clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
812 clean-libLTLIBRARIES clean-tags clean-generic \
815 distclean-am: distclean-hdr distclean-noinstLIBRARIES distclean-compile \
816 distclean-libtool distclean-libLTLIBRARIES \
817 distclean-tags distclean-generic clean-am
819 maintainer-clean-am: maintainer-clean-hdr \
820 maintainer-clean-noinstLIBRARIES \
821 maintainer-clean-compile maintainer-clean-libtool \
822 maintainer-clean-libLTLIBRARIES maintainer-clean-tags \
823 maintainer-clean-generic distclean-am
825 mostlyclean: mostlyclean-recursive mostlyclean-am
827 clean: clean-recursive clean-am
829 distclean: distclean-recursive distclean-am
833 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
834 @echo "This command is intended for maintainers to use;"
835 @echo "it deletes files that may require special tools to rebuild."
838 .PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
839 maintainer-clean-hdr mostlyclean-noinstLIBRARIES \
840 distclean-noinstLIBRARIES clean-noinstLIBRARIES \
841 maintainer-clean-noinstLIBRARIES mostlyclean-compile distclean-compile \
842 clean-compile maintainer-clean-compile mostlyclean-libtool \
843 distclean-libtool clean-libtool maintainer-clean-libtool \
844 mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
845 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
846 uninstall-libLTLIBRARIES install-libLTLIBRARIES install-data-recursive \
847 uninstall-data-recursive install-exec-recursive \
848 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
849 all-recursive check-recursive installcheck-recursive info-recursive \
850 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
851 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
852 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
853 installcheck install-info all-recursive-am all-am install-exec-am \
854 install-data-am uninstall-am install-exec install-data install \
855 uninstall all installdirs mostlyclean-generic distclean-generic \
856 clean-generic maintainer-clean-generic clean mostlyclean distclean \
860 stamp-ofiles: Makefile
863 for i in $(OFILES) ; do \
870 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
873 ofiles: stamp-ofiles ; @true
876 cp .libs/libbfd.a libbfd.tmp
877 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a
880 libbfd.a: stamp-lib ; @true
882 # This file holds an array associating configuration triplets and
883 # vector names. It is built from config.bfd. It is not compiled by
884 # itself, but is included by targets.c.
885 targmatch.h: config.bfd targmatch.sed
887 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
888 mv -f targmatch.new targmatch.h
890 # When compiling archures.c and targets.c, supply the default target
891 # info from configure.
893 targets.lo: targets.c config.status
894 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
896 archures.lo: archures.c config.status
897 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
899 elf32-target.h : elfxx-target.h
901 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
902 mv -f elf32-target.new elf32-target.h
904 elf64-target.h : elfxx-target.h
906 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
907 mv -f elf64-target.new elf64-target.h
908 $(BFD_LIBS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
909 $(BFD_MACHINES): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
910 $(BFD_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
911 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
913 # Install BFD include file, and others that it needs.
914 install-data-local: $(BFD_H)
915 $(INSTALL_DATA) $(BFD_H) $(includedir)/bfd.h
916 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h
917 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(includedir)/bfdlink.h
919 # Have to get rid of .dep1 here so that "$?" later includes all of $(CFILES).
920 .dep: dep.sed $(CFILES) $(HFILES) bfd.h
922 $(MAKE) DEP=$(DEP) .dep1
923 sed -f dep.sed <.dep1 >.dep
925 # This rule really wants a mkdep that runs "gcc -MM".
926 # The NetBSD mkdep overwrites any existing file contents, and doesn't insert
927 # the "DO NOT DELETE" line.
928 # Other mkdep versions require a file that already exists, and do insert it.
929 # Hence the weirdness....
932 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
934 $(DEP) -f .dep2a $(INCLUDES) $(CFLAGS) $?
935 sed -e '/DO NOT DELETE/d' -e '/^$$/d' < .dep2a >> .dep2
937 $(SHELL) $(srcdir)/../move-if-change .dep2 .dep1
939 dep.sed: dep-in.sed config.status
940 sed <$(srcdir)/dep-in.sed >dep.sed \
941 -e 's!@BFD_H@!$(BFD_H)!' \
942 -e 's!@INCDIR@!$(INCDIR)!' \
943 -e 's!@SRCDIR@!$(srcdir)!'
946 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
947 cat .dep >> tmp-Makefile
948 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
951 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
952 cat .dep >> tmp-Makefile.in
953 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
956 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
957 cat .dep >> tmp-Makefile.am
958 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
960 host-aout.lo: Makefile
962 # The following program can be used to generate a simple config file
963 # which can be folded into an h-XXX file for a new host, with some editing.
964 aout-params.h: gen-aout
965 ./gen-aout host > aout-params.h
966 gen-aout: $(srcdir)/gen-aout.c Makefile
967 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
969 $(BFD_H): stmp-bfd.h ; @true
971 stmp-bfd.h: bfd-in3.h
973 cp bfd-in3.h bfd-tmp.h
974 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
978 # Could really use a "copy-if-change"...
980 (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
981 cp $(docdir)/bfd.h bfd-in2.h-new
982 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
983 cp $(docdir)/libbfd.h libbfd.h-new
984 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
985 cp $(docdir)/libcoff.h libcoff.h-new
986 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
988 # The rules for the generated header files are here so that people can
989 # type `make bfd-in2.h' if they remove it. They are not run by default.
991 (cd $(docdir); $(MAKE) bfd.h $(FLAGS_TO_PASS))
992 cp $(docdir)/bfd.h bfd-in2.h-new
993 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
995 (cd $(docdir); $(MAKE) libbfd.h $(FLAGS_TO_PASS))
996 cp $(docdir)/libbfd.h libbfd.h-new
997 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
999 (cd $(docdir); $(MAKE) libcoff.h $(FLAGS_TO_PASS))
1000 cp $(docdir)/libcoff.h libcoff.h-new
1001 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1003 elf32-arc.lo: elf32-arc.c elf-bfd.h $(INCDIR)/elf/common.h \
1004 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1005 $(INCDIR)/elf/arc.h elf32-target.h
1007 start-sanitize-d30v:
1008 elf32-d30v.lo: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.h \
1009 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1013 start-sanitize-v850:
1014 cpu-v850.lo: cpu-v850.c
1015 elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \
1016 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1020 start-sanitize-v850e:
1021 cpu-v850e.lo: cpu-v850e.c
1022 elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \
1023 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1027 start-sanitize-v850eq:
1028 cpu-v850eq.lo: cpu-v850eq.c
1029 elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \
1030 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1032 end-sanitize-v850eq:
1034 start-sanitize-tic80:
1035 cpu-tic80.lo: cpu-tic80.c
1036 coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h elf-bfd.h \
1037 $(INCDIR)/coff/tic80.h $(INCDIR)/coff/internal.h coffcode.h coffswap.h
1040 # What appears below is generated by a hacked mkdep using gcc -MM.
1042 # DO NOT DELETE THIS LINE -- mkdep uses it.
1043 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1044 archive.lo: archive.c $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h
1045 archures.lo: archures.c
1046 bfd.lo: bfd.c $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h \
1047 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h libcoff.h \
1048 libecoff.h $(INCDIR)/coff/ecoff.h elf-bfd.h $(INCDIR)/elf/common.h \
1049 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
1051 coffgen.lo: coffgen.c $(INCDIR)/coff/internal.h libcoff.h \
1053 corefile.lo: corefile.c
1057 opncls.lo: opncls.c $(INCDIR)/objalloc.h
1058 reloc.lo: reloc.c $(INCDIR)/bfdlink.h
1059 section.lo: section.c
1060 syms.lo: syms.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
1061 $(INCDIR)/aout/stab.def
1062 targets.lo: targets.c $(INCDIR)/fnmatch.h targmatch.h
1063 hash.lo: hash.c $(INCDIR)/objalloc.h
1064 linker.lo: linker.c $(INCDIR)/bfdlink.h genlink.h
1065 elf.lo: elf.c $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1066 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
1067 srec.lo: srec.c $(INCDIR)/libiberty.h
1069 tekhex.lo: tekhex.c $(INCDIR)/libiberty.h
1070 ihex.lo: ihex.c $(INCDIR)/libiberty.h
1071 stabs.lo: stabs.c $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1072 stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
1073 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
1074 cpu-a29k.lo: cpu-a29k.c
1075 cpu-alpha.lo: cpu-alpha.c
1076 cpu-arm.lo: cpu-arm.c
1077 cpu-h8300.lo: cpu-h8300.c
1078 cpu-h8500.lo: cpu-h8500.c
1079 cpu-hppa.lo: cpu-hppa.c
1080 cpu-i386.lo: cpu-i386.c
1081 cpu-i860.lo: cpu-i860.c
1082 cpu-i960.lo: cpu-i960.c
1083 cpu-m32r.lo: cpu-m32r.c
1084 cpu-m68k.lo: cpu-m68k.c
1085 cpu-m88k.lo: cpu-m88k.c
1086 cpu-mips.lo: cpu-mips.c
1087 cpu-m10200.lo: cpu-m10200.c
1088 cpu-m10300.lo: cpu-m10300.c
1089 cpu-ns32k.lo: cpu-ns32k.c ns32k.h
1090 cpu-powerpc.lo: cpu-powerpc.c
1091 cpu-rs6000.lo: cpu-rs6000.c
1093 cpu-sparc.lo: cpu-sparc.c
1094 cpu-vax.lo: cpu-vax.c
1095 cpu-we32k.lo: cpu-we32k.c
1096 cpu-w65.lo: cpu-w65.c
1097 cpu-z8k.lo: cpu-z8k.c
1098 aout-adobe.lo: aout-adobe.c $(INCDIR)/aout/adobe.h \
1099 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
1101 aout-arm.lo: aout-arm.c libaout.h $(INCDIR)/bfdlink.h \
1102 $(INCDIR)/aout/aout64.h aoutx.h $(INCDIR)/aout/stab_gnu.h \
1103 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1104 aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
1105 ns32k.h libaout.h $(INCDIR)/bfdlink.h
1106 aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
1107 libaout.h aoutf1.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
1108 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1110 aout0.lo: aout0.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \
1111 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1112 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1113 aout32.lo: aout32.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
1114 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1116 bout.lo: bout.c $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h \
1117 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
1118 cf-i386lynx.lo: cf-i386lynx.c coff-i386.c $(INCDIR)/coff/i386.h \
1119 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1120 coffcode.h coffswap.h
1121 cf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/coff/m68k.h \
1122 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1123 coffcode.h coffswap.h
1124 cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/coff/sparc.h \
1125 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1126 coffcode.h coffswap.h
1127 coff-a29k.lo: coff-a29k.c $(INCDIR)/coff/a29k.h $(INCDIR)/coff/internal.h \
1128 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1129 coff-apollo.lo: coff-apollo.c $(INCDIR)/coff/apollo.h \
1130 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1131 coffcode.h coffswap.h
1132 coff-arm.lo: coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h \
1133 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1134 coff-aux.lo: coff-aux.c $(INCDIR)/coff/aux-coff.h $(INCDIR)/coff/internal.h \
1135 $(INCDIR)/coff/m68k.h coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h \
1136 coffcode.h coffswap.h
1137 coff-h8300.lo: coff-h8300.c $(INCDIR)/bfdlink.h genlink.h \
1138 $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h libcoff.h \
1139 coffcode.h coffswap.h
1140 coff-h8500.lo: coff-h8500.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h \
1141 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1142 coff-i386.lo: coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \
1143 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1144 coff-i860.lo: coff-i860.c $(INCDIR)/coff/i860.h $(INCDIR)/coff/internal.h \
1145 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1146 coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/coff/i386.h \
1147 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1148 coffcode.h coffswap.h
1149 coff-i960.lo: coff-i960.c $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h \
1150 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1151 coff-m68k.lo: coff-m68k.c $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h \
1152 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1153 coff-m88k.lo: coff-m88k.c $(INCDIR)/coff/m88k.h $(INCDIR)/coff/internal.h \
1154 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1155 coff-mips.lo: coff-mips.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1156 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1157 $(INCDIR)/coff/mips.h libcoff.h libecoff.h coffswap.h \
1159 coff-pmac.lo: coff-pmac.c coff-rs6000.c $(INCDIR)/coff/internal.h \
1160 $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
1161 coffcode.h coffswap.h
1162 coff-rs6000.lo: coff-rs6000.c $(INCDIR)/coff/internal.h \
1163 $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
1164 coffcode.h coffswap.h
1165 coff-sh.lo: coff-sh.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
1166 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1167 coff-sparc.lo: coff-sparc.c $(INCDIR)/coff/sparc.h \
1168 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1169 coffcode.h coffswap.h
1170 coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/coff/i386.h \
1171 $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
1172 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
1174 coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \
1175 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1176 coffcode.h coffswap.h
1177 coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \
1178 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1179 coffcode.h coffswap.h
1180 coff-we32k.lo: coff-we32k.c $(INCDIR)/coff/we32k.h \
1181 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1182 coffcode.h coffswap.h
1183 coff-w65.lo: coff-w65.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h \
1184 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1185 coff-z8k.lo: coff-z8k.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h \
1186 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1187 cofflink.lo: cofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1189 ecoff.lo: ecoff.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/ar.h \
1190 $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1191 libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h \
1192 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1193 libcoff.h libecoff.h
1194 ecofflink.lo: ecofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/objalloc.h \
1195 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h \
1196 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1197 libcoff.h libecoff.h
1198 elf32-d10v.lo: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \
1199 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1201 elf32-gen.lo: elf32-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
1202 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1204 elf32-hppa.lo: elf32-hppa.c $(INCDIR)/bfdlink.h elf-bfd.h \
1205 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1206 elf32-hppa.h libhppa.h $(INCDIR)/elf/hppa.h hppa_stubs.h \
1208 elf32-i386.lo: elf32-i386.c $(INCDIR)/bfdlink.h elf-bfd.h \
1209 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1211 elf32-i860.lo: elf32-i860.c elf-bfd.h $(INCDIR)/elf/common.h \
1212 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1214 elf32-m32r.lo: elf32-m32r.c elf-bfd.h $(INCDIR)/elf/common.h \
1215 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1216 $(INCDIR)/elf/m32r.h elf32-target.h
1217 elf32-m68k.lo: elf32-m68k.c $(INCDIR)/bfdlink.h elf-bfd.h \
1218 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1220 elf32-m88k.lo: elf32-m88k.c elf-bfd.h $(INCDIR)/elf/common.h \
1221 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1223 elf32-mips.lo: elf32-mips.c $(INCDIR)/bfdlink.h genlink.h \
1224 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1225 $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/coff/sym.h \
1226 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1227 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h ecoffswap.h \
1229 elf-m10200.lo: elf-m10200.c elf-bfd.h $(INCDIR)/elf/common.h \
1230 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1232 elf-m10300.lo: elf-m10300.c elf-bfd.h $(INCDIR)/elf/common.h \
1233 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1235 elf32-ppc.lo: elf32-ppc.c $(INCDIR)/bfdlink.h elf-bfd.h \
1236 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1237 $(INCDIR)/elf/ppc.h elf32-target.h
1238 elf32-sh.lo: elf32-sh.c $(INCDIR)/bfdlink.h elf-bfd.h \
1239 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1241 elf32-sparc.lo: elf32-sparc.c $(INCDIR)/bfdlink.h elf-bfd.h \
1242 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1243 $(INCDIR)/elf/sparc.h elf32-target.h
1244 elf32.lo: elf32.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
1245 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1246 $(INCDIR)/fnmatch.h elfcore.h elflink.h
1247 elflink.lo: elflink.c $(INCDIR)/bfdlink.h elf-bfd.h \
1248 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
1249 hp300bsd.lo: hp300bsd.c libaout.h $(INCDIR)/bfdlink.h \
1250 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1251 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1252 hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
1253 aoutx.h $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1254 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1257 i386aout.lo: i386aout.c $(INCDIR)/aout/aout64.h libaout.h \
1258 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1259 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1260 i386bsd.lo: i386bsd.c libaout.h $(INCDIR)/bfdlink.h \
1261 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1262 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1263 i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
1264 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1265 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1267 i386freebsd.lo: i386freebsd.c freebsd.h libaout.h $(INCDIR)/bfdlink.h \
1268 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1269 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1270 i386linux.lo: i386linux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1271 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1272 $(INCDIR)/bfdlink.h aout-target.h
1273 i386lynx.lo: i386lynx.c libaout.h $(INCDIR)/bfdlink.h \
1274 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1275 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1276 i386msdos.lo: i386msdos.c libaout.h $(INCDIR)/bfdlink.h
1277 i386netbsd.lo: i386netbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1278 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1279 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1280 i386mach3.lo: i386mach3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1281 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1282 $(INCDIR)/bfdlink.h aout-target.h
1283 i386os9k.lo: i386os9k.c $(INCDIR)/bfdlink.h libaout.h \
1285 ieee.lo: ieee.c $(INCDIR)/ieee.h libieee.h
1286 m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h libaout.h \
1287 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1288 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1289 m68klinux.lo: m68klinux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1290 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1291 $(INCDIR)/bfdlink.h aout-target.h
1292 m68klynx.lo: m68klynx.c libaout.h $(INCDIR)/bfdlink.h \
1293 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1294 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1295 m68knetbsd.lo: m68knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1296 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1297 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1298 m88kmach3.lo: m88kmach3.c libaout.h $(INCDIR)/bfdlink.h \
1299 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1300 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1301 mipsbsd.lo: mipsbsd.c libaout.h $(INCDIR)/bfdlink.h \
1302 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1303 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1304 newsos3.lo: newsos3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1305 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1306 $(INCDIR)/bfdlink.h aout-target.h
1307 nlm.lo: nlm.c libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1308 $(INCDIR)/nlm/external.h
1309 nlm32-i386.lo: nlm32-i386.c $(INCDIR)/nlm/i386-ext.h \
1310 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1311 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1312 nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/nlm/sparc32-ext.h \
1313 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1314 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1315 nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/nlm/ppc-ext.h libnlm.h \
1316 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
1317 nlmswap.h nlm-target.h
1318 nlm32.lo: nlm32.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
1319 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1320 ns32knetbsd.lo: ns32knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1321 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1322 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1323 oasys.lo: oasys.c $(INCDIR)/oasys.h liboasys.h
1324 pc532-mach.lo: pc532-mach.c libaout.h $(INCDIR)/bfdlink.h \
1325 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1326 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1327 pe-arm.lo: pe-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
1328 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1329 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1330 pei-arm.lo: pei-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
1331 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1332 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1333 pe-i386.lo: pe-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
1334 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1335 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1336 pei-i386.lo: pei-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
1337 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1338 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1339 pe-ppc.lo: pe-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
1340 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1341 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1342 pei-ppc.lo: pei-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
1343 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1344 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1345 ppcboot.lo: ppcboot.c
1346 reloc16.lo: reloc16.c $(INCDIR)/bfdlink.h genlink.h \
1347 $(INCDIR)/coff/internal.h libcoff.h
1348 riscix.lo: riscix.c libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1349 aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1351 sparclinux.lo: sparclinux.c $(INCDIR)/aout/aout64.h \
1352 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1353 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1354 sparclynx.lo: sparclynx.c $(INCDIR)/aout/sun4.h libaout.h \
1355 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1356 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1357 sparcnetbsd.lo: sparcnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1358 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1359 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1360 sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1361 $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1362 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1363 versados.lo: versados.c $(INCDIR)/libiberty.h
1364 xcofflink.lo: xcofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1366 aout64.lo: aout64.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
1367 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1369 coff-alpha.lo: coff-alpha.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1370 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1371 $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
1372 libecoff.h coffswap.h ecoffswap.h
1373 demo64.lo: demo64.c aoutf1.h $(INCDIR)/aout/sun4.h \
1374 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1375 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1377 elf64-alpha.lo: elf64-alpha.c elf-bfd.h $(INCDIR)/elf/common.h \
1378 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1379 $(INCDIR)/elf/alpha.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1380 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \
1381 $(INCDIR)/aout/ar.h libcoff.h libecoff.h ecoffswap.h \
1383 elf64-gen.lo: elf64-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
1384 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1386 elf64-mips.lo: elf64-mips.c $(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h \
1387 genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1388 $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/coff/sym.h \
1389 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1390 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
1392 elf64-sparc.lo: elf64-sparc.c elf-bfd.h $(INCDIR)/elf/common.h \
1393 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1394 $(INCDIR)/elf/sparc.h elf64-target.h
1395 elf64.lo: elf64.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
1396 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1397 $(INCDIR)/fnmatch.h elfcore.h elflink.h
1398 evax-alpha.lo: evax-alpha.c $(INCDIR)/bfdlink.h evax.h
1399 evax-egsd.lo: evax-egsd.c $(INCDIR)/bfdlink.h evax.h
1400 evax-etir.lo: evax-etir.c $(INCDIR)/bfdlink.h evax.h
1401 evax-emh.lo: evax-emh.c $(INCDIR)/bfdlink.h evax.h
1402 evax-misc.lo: evax-misc.c $(INCDIR)/bfdlink.h evax.h
1403 nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/nlm/alpha-ext.h \
1404 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1405 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1406 nlm64.lo: nlm64.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
1407 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1408 aix386-core.lo: aix386-core.c $(INCDIR)/coff/i386.h \
1409 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
1410 hpux-core.lo: hpux-core.c
1411 irix-core.lo: irix-core.c
1412 lynx-core.lo: lynx-core.c
1413 osf-core.lo: osf-core.c
1414 trad-core.lo: trad-core.c libaout.h $(INCDIR)/bfdlink.h
1415 cisco-core.lo: cisco-core.c
1416 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1418 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1419 # Otherwise a system limit (for SysV at least) may be exceeded.