1 # Makefile template for Configure for the BFD library.
2 # Copyright (C) 1990, 91, 92, 93, 94, 95, 1996
3 # Free Software Foundation, Inc.
4 # Written by Cygnus Support.
6 # This file is part of BFD, the Binary File Descriptor library.
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2 of the License, or
11 # (at your option) any later version.
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with this program; if not, write to the Free Software
20 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
27 program_transform_name = @program_transform_name@
28 exec_prefix = @exec_prefix@
29 bindir = $(exec_prefix)/bin
30 libdir = $(exec_prefix)/lib
32 datadir = $(prefix)/lib
33 mandir = $(prefix)/man
34 man1dir = $(mandir)/man1
35 man2dir = $(mandir)/man2
36 man3dir = $(mandir)/man3
37 man4dir = $(mandir)/man4
38 man5dir = $(mandir)/man5
39 man6dir = $(mandir)/man6
40 man7dir = $(mandir)/man7
41 man8dir = $(mandir)/man8
42 man9dir = $(mandir)/man9
43 infodir = $(prefix)/info
44 includedir = $(prefix)/include
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@
52 INSTALL_DATA = @INSTALL_DATA@
66 SHLIB_CFLAGS = @SHLIB_CFLAGS@
67 COMMON_SHLIB = @COMMON_SHLIB@
70 SONAME = lib`echo $(SHLIB) | sed -e 's/^lib//' | sed '$(program_transform_name)'`
72 CC_FOR_BUILD = @CC_FOR_BUILD@
74 INCDIR = $(srcdir)/../include
75 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
82 # bfd.h goes here, for now
85 # Some of these files should be in BFD*_BACKENDS below, but some programs
86 # won't link without them. So, in order for some of the minimal-bfd
87 # hacks to work, they're also included here for now.
91 # Also, Jim Kingdon notes:
92 # Writing S-records should be included in all (or at least most)
93 # *-*-coff, *-*-aout, etc., configurations, because people will want to
94 # be able to use objcopy to create S-records. (S-records are not useful
95 # for the debugger, so if you are downloading things as S-records you
96 # need two copies of the executable, one to download and one for the
99 archive.o archures.o bfd.o cache.o coffgen.o corefile.o \
100 format.o init.o libbfd.o opncls.o reloc.o \
101 section.o syms.o targets.o hash.o linker.o \
102 elf.o srec.o binary.o tekhex.o ihex.o stab-syms.o
105 archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
106 format.c init.c libbfd.c opncls.c reloc.c \
107 section.c syms.c targets.c hash.c linker.c \
108 elf.c srec.c binary.c tekhex.c ihex.c stab-syms.c
110 # This list is alphabetized to make it easier to keep in sync
111 # with the decls and initializer in archures.c.
115 $(start-sanitize-arc) \
117 $(end-sanitize-arc) \
130 $(start-sanitize-rce) \
132 $(end-sanitize-rce) \
141 ALL_MACHINES_CFILES = \
164 # The .o files needed by all of the 32 bit vectors that are configured into
165 # target_vector in targets.c if configured with --enable-targets=all.
169 $(start-sanitize-rce) \
171 $(end-sanitize-rce) \
202 $(start-sanitize-arc) \
204 $(end-sanitize-arc) \
256 BFD32_BACKENDS_CFILES = \
340 # The .o files needed by all of the 64 bit vectors that are configured into
341 # target_vector in targets.c if configured with --enable-targets=all
342 # and --enable-64-bit-bfd.
353 BFD64_BACKENDS_CFILES = \
363 OPTIONAL_BACKENDS = \
372 OPTIONAL_BACKENDS_CFILES = \
381 # These are defined by configure.in:
382 WORDSIZE = @wordsize@
383 ALL_BACKENDS = @all_backends@
384 BFD_BACKENDS = @bfd_backends@
385 BFD_MACHINES = @bfd_machines@
386 TDEFAULTS = @tdefaults@
392 "exec_prefix=$(exec_prefix)" \
393 "against=$(against)" \
395 "AR_FLAGS=$(AR_FLAGS)" \
397 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
400 "MAKEINFO=$(MAKEINFO)" \
401 "INSTALL=$(INSTALL)" \
402 "INSTALL_DATA=$(INSTALL_DATA)" \
403 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)"
405 ALL_CFLAGS=@HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) $(CFLAGS)
407 if [ -n "$(PICFLAG)" ]; then \
408 $(CC) -c $(PICFLAG) $(ALL_CFLAGS) $< -o pic/$@; \
410 $(CC) -c $(ALL_CFLAGS) $<
414 bfd32_backends_here =
416 configs_not_included_in_all_targets_option_here =
418 # C source files that correspond to .o's.
421 $(ALL_MACHINES_CFILES) \
422 $(BFD32_BACKENDS_CFILES) \
423 $(BFD64_BACKENDS_CFILES) \
424 $(OPTIONAL_BACKENDS_CFILES) \
425 i386dynix.c hp300bsd.c
427 HFILES = aout-target.h aoutf1.h aoutx.h coffcode.h \
428 coffswap.h ecoffswap.h elf32-hppa.h elf32-target.h elf64-target.h \
429 elfcode.h hppa_stubs.h libaout.h libbfd.h \
430 libcoff.h libecoff.h elf-bfd.h libhppa.h libieee.h libnlm.h \
431 liboasys.h nlm-target.h nlmcode.h som.h genlink.h netbsd.h ns32k.h
433 all: Makefile $(ALLLIBS) @PICLIST@
434 @$(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
439 .PHONY: check installcheck
441 @echo No testsuites exist for the BFD library. Nothing to check.
444 @echo No testsuites exist for the BFD library. Nothing to check.
447 @$(MAKE) subdir_do DO=$@ "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
450 @$(MAKE) subdir_do DO=clean-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
453 @$(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
457 # Various kinds of .o files to put in libbfd.a:
458 # BFD_LIBS Generic routines, always needed.
459 # BFD_BACKENDS Routines the configured targets need.
460 # BFD_MACHINES Architecture-specific routines the configured targets need.
461 # COREFILE Core file routines for a native configuration
462 OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
464 stamp-ofiles: Makefile
467 for i in $(OFILES) ; do \
474 $(srcdir)/../move-if-change tofiles ofiles
477 ofiles: stamp-ofiles ; @true
479 $(TARGETLIB): $(OFILES) ofiles
481 @echo ofiles = `cat ofiles`
482 $(AR) $(AR_FLAGS) $(TARGETLIB) `cat ofiles`
483 $(RANLIB) $(TARGETLIB)
485 stamp-piclist: ofiles
487 if [ -n "$(PICFLAG)" ]; then \
488 sed -e 's,\([^ ][^ ]*\),pic/\1,g' ofiles > tpiclist; \
490 cp ofiles tpiclist; \
492 $(srcdir)/../move-if-change tpiclist piclist
495 piclist: stamp-piclist ; @true
497 $(SHLIB): stamp-picdir $(OFILES) piclist
499 $(SHLIB_CC) $(SHLIB_CFLAGS) -o $(SHLIB) `cat piclist`
501 # We make a link from libbfd.so to libbfd.so.VERSION for linking, and
502 # also a link from libTARGET-bfd.so.VERSION for running.
504 ts=lib`echo $(SHLIB) | sed -e 's/^lib//' | sed -e '$(program_transform_name)'`; \
505 if [ "$$ts" != "$(SHLIB)" ]; then \
507 ln -sf $(SHLIB) $$ts; \
510 ln -sf $(SHLIB) $(SHLINK)
512 # This target creates libTARGET-bfd.so.VERSION as a symlink to
513 # libbfd.so.VERSION. It is used on SunOS, which does not have SONAME.
514 stamp-tshlink: $(SHLIB)
515 tf=lib`echo $(SHLIB) | sed -e 's/^lib//' | sed '$(program_transform_name)'`; \
516 if [ "$$tf" != "$(SHLIB)" ]; then \
518 ln -sf $(SHLIB) $$tf; \
522 # When compiling archures.c and targets.c, supply the default target
523 # info from configure.
525 targets.o: targets.c Makefile
526 if [ -n "$(PICFLAG)" ]; then \
527 $(CC) -c $(PICFLAG) $(TDEFAULTS) $(ALL_CFLAGS) $(srcdir)/targets.c -o pic/targets.o; \
529 $(CC) -c $(TDEFAULTS) $(ALL_CFLAGS) $(srcdir)/targets.c
531 archures.o: archures.c Makefile
532 if [ -n "$(PICFLAG)" ]; then \
533 $(CC) -c $(PICFLAG) $(TDEFAULTS) $(ALL_CFLAGS) $(srcdir)/archures.c -o pic/archures.o; \
535 $(CC) -c $(TDEFAULTS) $(ALL_CFLAGS) $(srcdir)/archures.c
537 elf32-target.h : elfxx-target.h
539 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
540 mv -f elf32-target.new elf32-target.h
542 elf64-target.h : elfxx-target.h
544 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
545 mv -f elf64-target.new elf64-target.h
548 @for i in $(DODIRS); do \
549 if [ -d ./$$i ] ; then \
551 $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
559 etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
562 rm -f *.o *~ core *.E *.p *.ip aout-params.h gen-aout config.log \
564 do_clean: do_mostlyclean
565 rm -f libbfd.a TAGS bfd.h stmp-bfd.h ofiles stamp-ofiles \
566 elf32-target.h elf64-target.h $(SHLIB) $(SHLINK) \
567 piclist stamp-piclist
568 do_distclean: do_clean
569 rm -f Makefile config.status config.cache config.h stamp-h
570 rm -rf pic stamp-picdir
571 do_maintainer_clean: do_distclean
572 rm -f $(srcdir)/bfd-in2.h $(srcdir)/libbfd.h $(srcdir)/libcoff.h
574 mostlyclean: do_mostlyclean
575 $(MAKE) subdir_do DO=mostlyclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
577 $(MAKE) subdir_do DO=clean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
579 $(MAKE) subdir_do DO=distclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
581 clobber maintainer-clean realclean:
582 @echo "This command is intended for maintainers to use;"
583 @echo "it deletes files that may require special tools to rebuild."
584 $(MAKE) subdir_do DO=maintainer-clean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
585 $(MAKE) do_maintainer_clean
587 BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/obstack.h
588 LOCAL_H_DEPS= libbfd.h sysdep.h config.h
589 $(BFD_LIBS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
590 $(BFD_MACHINES): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
591 $(BFD_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
592 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
594 # Get around a Sun Make bug in SunOS 4.1.1 with VPATH
595 cpu-i386.o:cpu-i386.c
597 cpu-h8500.o: cpu-h8500.c
598 cpu-we32k.o: cpu-we32k.c
601 #suppress 65 on bfd_map_over_sections
602 #suppress 66 on bfd_map_over_sections
603 #suppress 67 on bfd_map_over_sections
604 #suppress 68 on bfd_map_over_sections
605 #suppress 69 on bfd_map_over_sections
606 #suppress 70 on bfd_map_over_sections
607 #suppress 110 in bfd_map_over_sections
608 #suppress 112 in bfd_map_over_sections
610 #suppress 590 in swap_exec_header
611 #suppress 590 in _bfd_dummy_core_file_matches_executable_p
612 #suppress 590 in bfd_dont_truncate_arname
613 #suppress 590 on ignore
614 #suppress 590 on abfd
615 #setopt load_flags $(CFLAGS)
619 #-----------------------------------------------------------------------------
620 # 'STANDARD' GNU/960 TARGETS BELOW THIS POINT
622 # 'VERSION' file must be present and contain a string of the form "x.y"
623 #-----------------------------------------------------------------------------
627 echo "char ${TARG}_ver[]= \"${TARG} `cat VERSION`, `date`\";" > ver960.c
630 # This target should be invoked before building a new release.
631 # 'VERSION' file must be present and contain a string of the form "x.y"
635 MAJ=`sed 's/\..*//' VERSION` ; \
636 MIN=`sed 's/.*\.//' VERSION` ; \
637 V=$$MAJ.`expr $$MIN + 1` ; \
639 echo $$V >VERSION ; \
642 # Dummy target to force execution of dependent targets.
647 for f in $(ALLLIBS); do \
648 if [ "$$f" = "stamp-tshlink" ]; then \
651 tf=lib`echo $$f | sed -e 's/^lib//' | sed '$(program_transform_name)'`; \
652 rm -f $(libdir)/$$tf; \
653 if [ "$$f" = "$(SHLINK)" ]; then \
654 ts=lib`echo $(SHLIB) | sed -e 's/^lib//' | sed '$(program_transform_name)'`; \
655 ln -sf $$ts $(libdir)/$$tf; \
656 elif [ "$$f" = "$(SHLIB)" ]; then \
657 $(INSTALL_PROGRAM) $$f $(libdir)/$$tf; \
659 $(INSTALL_DATA) $$f $(libdir)/$$tf; \
660 $(RANLIB) $(libdir)/$$tf; \
661 chmod a-x $(libdir)/$$tf; \
664 # Install BFD include file, and others that it needs. Install them
665 # both in GCC's include directory, and in the system include dir
666 # if configured as $(oldincludedir) -- which it usually isnt.
667 $(INSTALL_DATA) $(BFD_H) $(includedir)/bfd.h
668 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h
669 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(includedir)/bfdlink.h
670 $(INSTALL_DATA) $(INCDIR)/obstack.h $(includedir)/obstack.h
671 -if test -z "$(oldincludedir)"; then true; else \
672 test -d $(oldincludedir) || mkdir $(oldincludedir); \
673 $(INSTALL_DATA) $(BFD_H) $(oldincludedir)/bfd.h; \
674 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(oldincludedir)/ansidecl.h; \
675 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(oldincludedir)/bfdlink.h; \
676 $(INSTALL_DATA) $(INCDIR)/obstack.h $(oldincludedir)/obstack.h; \
677 $(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS); \
680 Makefile: Makefile.in config.status
681 CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
683 config.h: stamp-h ; @true
684 stamp-h: config.in config.status
685 CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status
687 config.status: configure configure.host config.bfd VERSION
688 $(SHELL) config.status --recheck
690 # Have to get rid of .dep1 here so that "$?" later includes all of $(CFILES).
691 .dep: dep.sed $(CFILES) $(HFILES) bfd.h
693 $(MAKE) DEP=$(DEP) .dep1
694 sed -f dep.sed <.dep1 >.dep
696 # This rule really wants a mkdep that runs "gcc -MM".
697 # The NetBSD mkdep overwrites any existing file contents, and doesn't insert
698 # the "DO NOT DELETE" line.
699 # Other mkdep versions require a file that already exists, and do insert it.
700 # Hence the weirdness....
703 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
705 $(DEP) -f .dep2a $(ALL_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!@SRCDIR@!$(srcdir)!'
717 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
718 cat .dep >> tmp-Makefile
719 $(srcdir)/../move-if-change tmp-Makefile Makefile
722 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
723 cat .dep >> tmp-Makefile.in
724 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
726 host-aout.o: Makefile
728 # The following program can be used to generate a simple config file
729 # which can be folded into an h-XXX file for a new host, with some editing.
730 aout-params.h: gen-aout
731 ./gen-aout host > aout-params.h
732 gen-aout: $(srcdir)/gen-aout.c Makefile
733 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
735 BFDIN_H= $(srcdir)/bfd-in2.h
737 $(BFD_H): stmp-bfd.h ; @true
739 stmp-bfd.h : $(srcdir)/bfd-in2.h Makefile
741 sed -e 's/@WORDSIZE@/$(WORDSIZE)/' \
742 -e "s/@VERSION@/`cat $(srcdir)/VERSION`/" \
743 -e 's/@BFD_HOST_64BIT_LONG@/@HOST_64BIT_LONG@/' \
744 < $(srcdir)/bfd-in2.h \
746 $(srcdir)/../move-if-change bfd.h-new $(BFD_H)
749 # Could really use a "copy-if-change"...
751 (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
752 cp $(docdir)/bfd.h bfd-in2.h-new
753 $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
754 cp $(docdir)/libbfd.h libbfd.h-new
755 $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
756 cp $(docdir)/libcoff.h libcoff.h-new
757 $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
759 # The rules for the generated header files are here so that people can
760 # type `make bfd-in2.h' if they remove it. They are not run by default.
762 (cd $(docdir); $(MAKE) bfd.h $(FLAGS_TO_PASS))
763 cp $(docdir)/bfd.h bfd-in2.h-new
764 $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
766 (cd $(docdir); $(MAKE) libbfd.h $(FLAGS_TO_PASS))
767 cp $(docdir)/libbfd.h libbfd.h-new
768 $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
770 (cd $(docdir); $(MAKE) libcoff.h $(FLAGS_TO_PASS))
771 cp $(docdir)/libcoff.h libcoff.h-new
772 $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
775 (cd $(docdir); $(MAKE) bfd.info $(FLAGS_TO_PASS))
778 (cd $(docdir); $(MAKE) bfd.dvi $(FLAGS_TO_PASS))
781 (cd $(docdir); $(MAKE) bfd.ps $(FLAGS_TO_PASS))
784 elf32-arc.o: elf32-arc.c elf-bfd.h $(INCDIR)/elf/common.h \
785 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
786 $(INCDIR)/elf/arc.h elf32-target.h
789 $(OFILES): stamp-picdir
792 if [ -n "$(PICFLAG)" ] && [ ! -d pic ]; then \
797 # What appears below is generated by a hacked mkdep using gcc -MM.
799 # DO NOT DELETE THIS LINE -- mkdep uses it.
800 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
801 archive.o: archive.c $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h
802 archures.o: archures.c
803 bfd.o: bfd.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
804 $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
805 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
806 $(INCDIR)/elf/external.h
808 coffgen.o: coffgen.c $(INCDIR)/coff/internal.h libcoff.h \
810 corefile.o: corefile.c
815 reloc.o: reloc.c $(INCDIR)/bfdlink.h
817 syms.o: syms.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
818 $(INCDIR)/aout/stab.def
821 linker.o: linker.c $(INCDIR)/bfdlink.h genlink.h
822 elf.o: elf.c $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
823 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
824 srec.o: srec.c $(INCDIR)/libiberty.h
826 tekhex.o: tekhex.c $(INCDIR)/libiberty.h
827 ihex.o: ihex.c $(INCDIR)/libiberty.h
828 stab-syms.o: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
829 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
830 cpu-a29k.o: cpu-a29k.c
831 cpu-alpha.o: cpu-alpha.c
833 cpu-h8300.o: cpu-h8300.c
834 cpu-h8500.o: cpu-h8500.c
835 cpu-hppa.o: cpu-hppa.c
836 cpu-i386.o: cpu-i386.c
837 cpu-i860.o: cpu-i860.c
838 cpu-i960.o: cpu-i960.c
839 cpu-m68k.o: cpu-m68k.c
840 cpu-m88k.o: cpu-m88k.c
841 cpu-mips.o: cpu-mips.c
842 cpu-ns32k.o: cpu-ns32k.c ns32k.h
843 cpu-powerpc.o: cpu-powerpc.c
844 cpu-rs6000.o: cpu-rs6000.c
846 cpu-sparc.o: cpu-sparc.c
848 cpu-we32k.o: cpu-we32k.c
851 aout-adobe.o: aout-adobe.c $(INCDIR)/aout/adobe.h $(INCDIR)/aout/stab_gnu.h \
852 $(INCDIR)/aout/stab.def libaout.h $(INCDIR)/bfdlink.h
853 aout-ns32k.o: aout-ns32k.c $(INCDIR)/aout/aout64.h \
854 ns32k.h libaout.h $(INCDIR)/bfdlink.h
855 aout0.o: aout0.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \
856 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
857 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
858 aout32.o: aout32.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
859 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
861 bout.o: bout.c $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h \
862 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
863 cf-i386lynx.o: cf-i386lynx.c coff-i386.c $(INCDIR)/coff/i386.h \
864 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
865 coffcode.h coffswap.h
866 cf-m68klynx.o: cf-m68klynx.c coff-m68k.c $(INCDIR)/coff/m68k.h \
867 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
868 coffcode.h coffswap.h
869 cf-sparclynx.o: cf-sparclynx.c coff-sparc.c $(INCDIR)/coff/sparc.h \
870 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
871 coffcode.h coffswap.h
872 coff-a29k.o: coff-a29k.c $(INCDIR)/coff/a29k.h $(INCDIR)/coff/internal.h \
873 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
874 coff-apollo.o: coff-apollo.c $(INCDIR)/coff/apollo.h \
875 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
876 coffcode.h coffswap.h
877 coff-arm.o: coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h \
878 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
879 coff-aux.o: coff-aux.c $(INCDIR)/coff/aux-coff.h $(INCDIR)/coff/internal.h \
880 $(INCDIR)/coff/m68k.h coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h \
881 coffcode.h coffswap.h
882 coff-h8300.o: coff-h8300.c $(INCDIR)/bfdlink.h genlink.h \
883 $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h libcoff.h \
884 coffcode.h coffswap.h
885 coff-h8500.o: coff-h8500.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h \
886 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
887 coff-i386.o: coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \
888 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
889 coff-i860.o: coff-i860.c $(INCDIR)/coff/i860.h $(INCDIR)/coff/internal.h \
890 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
891 coff-go32.o: coff-go32.c coff-i386.c $(INCDIR)/coff/i386.h \
892 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
893 coffcode.h coffswap.h
894 coff-i960.o: coff-i960.c $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h \
895 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
896 coff-m68k.o: coff-m68k.c $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h \
897 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
898 coff-m88k.o: coff-m88k.c $(INCDIR)/coff/m88k.h $(INCDIR)/coff/internal.h \
899 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
900 coff-mips.o: coff-mips.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
901 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
902 $(INCDIR)/coff/mips.h libcoff.h libecoff.h coffswap.h \
904 coff-pmac.o: coff-pmac.c coff-rs6000.c $(INCDIR)/coff/internal.h \
905 $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
906 coffcode.h coffswap.h
907 coff-rs6000.o: coff-rs6000.c $(INCDIR)/coff/internal.h \
908 $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
909 coffcode.h coffswap.h
910 coff-sh.o: coff-sh.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
911 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
912 coff-sparc.o: coff-sparc.c $(INCDIR)/coff/sparc.h $(INCDIR)/coff/internal.h \
913 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
914 coff-u68k.o: coff-u68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \
915 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
916 coffcode.h coffswap.h
917 coff-we32k.o: coff-we32k.c $(INCDIR)/coff/we32k.h $(INCDIR)/coff/internal.h \
918 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
919 coff-w65.o: coff-w65.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h \
920 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
921 coff-z8k.o: coff-z8k.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h \
922 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
923 cofflink.o: cofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
925 ecoff.o: ecoff.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/ar.h \
926 $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
927 libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h \
928 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
930 ecofflink.o: ecofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
931 $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
932 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h
933 elf32-gen.o: elf32-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
934 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
936 elf32-hppa.o: elf32-hppa.c $(INCDIR)/bfdlink.h elf-bfd.h \
937 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
938 elf32-hppa.h libhppa.h $(INCDIR)/elf/hppa.h hppa_stubs.h \
940 elf32-i386.o: elf32-i386.c $(INCDIR)/bfdlink.h elf-bfd.h \
941 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
943 elf32-i860.o: elf32-i860.c elf-bfd.h $(INCDIR)/elf/common.h \
944 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
946 elf32-m68k.o: elf32-m68k.c $(INCDIR)/bfdlink.h elf-bfd.h \
947 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
949 elf32-m88k.o: elf32-m88k.c elf-bfd.h $(INCDIR)/elf/common.h \
950 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
952 elf32-mips.o: elf32-mips.c $(INCDIR)/bfdlink.h genlink.h \
953 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
954 $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/coff/sym.h \
955 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
956 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h ecoffswap.h \
958 elf32-ppc.o: elf32-ppc.c $(INCDIR)/bfdlink.h elf-bfd.h \
959 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
960 $(INCDIR)/elf/ppc.h elf32-target.h
961 elf32-sparc.o: elf32-sparc.c $(INCDIR)/bfdlink.h elf-bfd.h \
962 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
963 $(INCDIR)/elf/sparc.h elf32-target.h
964 elf32.o: elf32.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
965 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
967 elflink.o: elflink.c $(INCDIR)/bfdlink.h elf-bfd.h \
968 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
969 hp300hpux.o: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
970 aoutx.h $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
971 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
974 i386aout.o: i386aout.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 i386bsd.o: i386bsd.c libaout.h $(INCDIR)/bfdlink.h \
978 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
979 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
980 i386freebsd.o: i386freebsd.c freebsd.h libaout.h $(INCDIR)/bfdlink.h \
981 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
982 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
983 i386linux.o: i386linux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
984 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
985 $(INCDIR)/bfdlink.h aout-target.h
986 i386lynx.o: i386lynx.c libaout.h $(INCDIR)/bfdlink.h \
987 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
988 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
989 i386msdos.o: i386msdos.c libaout.h $(INCDIR)/bfdlink.h
990 i386netbsd.o: i386netbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
991 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
992 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
993 i386mach3.o: i386mach3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
994 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
995 $(INCDIR)/bfdlink.h aout-target.h
996 i386os9k.o: i386os9k.c $(INCDIR)/bfdlink.h libaout.h \
998 ieee.o: ieee.c $(INCDIR)/ieee.h libieee.h
999 m68klinux.o: m68klinux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1000 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1001 $(INCDIR)/bfdlink.h aout-target.h
1002 m68klynx.o: m68klynx.c libaout.h $(INCDIR)/bfdlink.h \
1003 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1004 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1005 m68knetbsd.o: m68knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1006 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1007 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1008 m88kmach3.o: m88kmach3.c libaout.h $(INCDIR)/bfdlink.h \
1009 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1010 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1011 mipsbsd.o: mipsbsd.c libaout.h $(INCDIR)/bfdlink.h \
1012 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1013 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1014 newsos3.o: newsos3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1015 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1016 $(INCDIR)/bfdlink.h aout-target.h
1017 nlm.o: nlm.c libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1018 $(INCDIR)/nlm/external.h
1019 nlm32-i386.o: nlm32-i386.c $(INCDIR)/nlm/i386-ext.h \
1020 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1021 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1022 nlm32-sparc.o: nlm32-sparc.c $(INCDIR)/nlm/sparc32-ext.h \
1023 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1024 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1025 nlm32-ppc.o: nlm32-ppc.c $(INCDIR)/nlm/ppc-ext.h libnlm.h \
1026 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
1027 nlmswap.h nlm-target.h
1028 nlm32.o: nlm32.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
1029 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1030 ns32knetbsd.o: ns32knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1031 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1032 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1033 oasys.o: oasys.c $(INCDIR)/oasys.h liboasys.h
1034 pc532-mach.o: pc532-mach.c libaout.h $(INCDIR)/bfdlink.h \
1035 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1036 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1037 pe-arm.o: pe-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
1038 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1039 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1040 pei-arm.o: pei-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
1041 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1042 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1043 pe-i386.o: pe-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
1044 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1045 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1046 pei-i386.o: pei-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
1047 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1048 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1049 pe-ppc.o: pe-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
1050 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1051 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1052 pei-ppc.o: pei-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
1053 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1054 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1055 reloc16.o: reloc16.c $(INCDIR)/bfdlink.h genlink.h \
1056 $(INCDIR)/coff/internal.h libcoff.h
1057 sparclynx.o: sparclynx.c $(INCDIR)/aout/sun4.h libaout.h \
1058 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1059 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1060 sparcnetbsd.o: sparcnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1061 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1062 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1063 sunos.o: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1064 $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1065 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1066 versados.o: versados.c $(INCDIR)/libiberty.h
1067 xcofflink.o: xcofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1069 aout64.o: aout64.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
1070 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1072 coff-alpha.o: coff-alpha.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1073 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1074 $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
1075 libecoff.h coffswap.h ecoffswap.h
1076 demo64.o: demo64.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \
1077 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1078 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1079 elf64-gen.o: elf64-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
1080 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1082 elf64-sparc.o: elf64-sparc.c elf-bfd.h $(INCDIR)/elf/common.h \
1083 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1084 $(INCDIR)/elf/sparc.h elf64-target.h
1085 elf64.o: 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.o: 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.o: nlm64.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
1092 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1093 aix386-core.o: aix386-core.c $(INCDIR)/coff/i386.h \
1094 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
1095 hpux-core.o: hpux-core.c
1096 irix-core.o: irix-core.c
1097 lynx-core.o: lynx-core.c
1098 osf-core.o: osf-core.c
1099 trad-core.o: trad-core.c libaout.h $(INCDIR)/bfdlink.h
1100 cisco-core.o: cisco-core.c
1101 i386dynix.o: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
1102 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1103 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1105 hp300bsd.o: hp300bsd.c libaout.h $(INCDIR)/bfdlink.h \
1106 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1107 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1108 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY