1 ## Process this file with automake to generate Makefile.in
3 # Copyright (C) 2012-2020 Free Software Foundation, Inc.
5 # This file is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; see the file COPYING3. If not see
17 # <http://www.gnu.org/licenses/>.
20 AUTOMAKE_OPTIONS = no-dist foreign
21 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
23 INCDIR = $(srcdir)/../include
24 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
32 bfdlibdir = @bfdlibdir@
33 bfdincludedir = @bfdincludedir@
34 bfdlib_LTLIBRARIES = libbfd.la
35 bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
36 bfd_stdint.h $(INCDIR)/diagnostics.h $(INCDIR)/bfdlink.h
38 # Empty these so that the respective installation directories will not be created.
42 rpath_bfdlibdir = @bfdlibdir@
43 noinst_LTLIBRARIES = libbfd.la
44 libbfd_la_LDFLAGS += -rpath $(rpath_bfdlibdir)
47 # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
48 # -I../zlib, unless we were configured with --with-system-zlib, in which
49 # case both are empty.
53 WARN_CFLAGS = @WARN_CFLAGS@
54 NO_WERROR = @NO_WERROR@
55 AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC)
56 AM_CPPFLAGS = -DBINDIR='"$(bindir)"' -DLIBDIR='"$(libdir)"' @LARGEFILE_CPPFLAGS@
58 bfdinclude_HEADERS += $(INCDIR)/plugin-api.h
59 LIBDL = @lt_cv_dlopen_libs@
62 # bfd.h goes here, for now
66 # Writing S-records should be included in all (or at least most)
67 # *-*-coff, *-*-aout, etc., configurations, because people will want to
68 # be able to use objcopy to create S-records. (S-records are not useful
69 # for the debugger, so if you are downloading things as S-records you
70 # need two copies of the executable, one to download and one for the
73 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo \
74 coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo \
75 hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo \
76 section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo \
77 binary.lo ihex.lo srec.lo tekhex.lo verilog.lo
79 BFD64_LIBS = archive64.lo
82 archive.c archures.c bfd.c bfdio.c bfdwin.c cache.c coff-bfd.c \
83 compress.c corefile.c elf-properties.c format.c hash.c \
84 init.c libbfd.c linker.c merge.c opncls.c reloc.c \
85 section.c simple.c stab-syms.c stabs.c syms.c targets.c \
86 binary.c ihex.c srec.c tekhex.c verilog.c
88 BFD64_LIBS_CFILES = archive64.c
90 # This list is alphabetized to make it easier to keep in sync
91 # with the decls and initializer in archures.c.
176 ALL_MACHINES_CFILES = \
260 # The .o files needed by all of the 32 bit vectors that are configured into
261 # target_vector in targets.c if configured with --enable-targets=all.
327 elf32-microblaze.lo \
395 BFD32_BACKENDS_CFILES = \
527 # The .o files needed by all of the 64 bit vectors that are configured into
528 # target_vector in targets.c if configured with --enable-targets=all
529 # and --enable-64-bit-bfd.
530 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
577 BFD64_BACKENDS_CFILES = \
614 OPTIONAL_BACKENDS = \
626 OPTIONAL_BACKENDS_CFILES = \
638 # Reconfigure if config.bfd or configure.host changes.
639 # development.sh is used to determine -Werror default.
640 CONFIG_STATUS_DEPENDENCIES = \
641 $(srcdir)/config.bfd \
642 $(srcdir)/configure.host \
643 $(srcdir)/development.sh
645 # These are defined by configure:
646 WORDSIZE = @wordsize@
647 ALL_BACKENDS = @all_backends@
648 BFD_BACKENDS = @bfd_backends@
649 BFD_MACHINES = @bfd_machines@
650 TDEFAULTS = @tdefaults@
651 HAVEVECS = @havevecs@
653 AM_CPPFLAGS += @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) \
654 $(HAVEVECS) @INCINTL@
656 # C source files that correspond to .o's.
658 $(BFD32_LIBS_CFILES) \
659 $(BFD64_LIBS_CFILES) \
660 $(ALL_MACHINES_CFILES) \
661 $(BFD32_BACKENDS_CFILES) \
662 $(BFD64_BACKENDS_CFILES) \
663 $(OPTIONAL_BACKENDS_CFILES)
666 elf32-aarch64.c elf64-aarch64.c \
667 elf32-ia64.c elf64-ia64.c \
668 elf32-riscv.c elf64-riscv.c \
669 peigen.c pepigen.c pex64igen.c
671 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
673 ## This is a list of all .h files in the source tree minus those that
674 ## are processed to produce other .h files
676 aout-target.h aoutx.h arc-got.h arc-plt.h \
677 coff-arm.h coff-bfd.h coffcode.h coffswap.h \
678 cpu-aarch64.h cpu-arm.h cpu-h8300.h cpu-m68k.h \
679 ecoff-bfd.h ecoffswap.h \
680 elf32-arm.h elf32-avr.h elf32-bfin.h elf32-cr16.h elf32-csky.h \
681 elf32-dlx.h elf32-hppa.h elf32-m68hc1x.h elf32-m68k.h \
682 elf32-metag.h elf32-nds32.h elf32-nios2.h elf32-ppc.h \
683 elf32-rx.h elf32-score.h elf32-sh-relocs.h elf32-spu.h \
684 elf32-tic6x.h elf32-tilegx.h elf32-tilepro.h elf32-v850.h \
685 elf64-hppa.h elf64-ppc.h elf64-tilegx.h \
686 elf-bfd.h elfcode.h elfcore.h elf-hppa.h elf-linker-x86.h \
687 elf-linux-core.h elf-nacl.h elf-s390.h elf-vxworks.h \
688 elfxx-aarch64.h elfxx-ia64.h elfxx-mips.h elfxx-riscv.h \
689 elfxx-sparc.h elfxx-tilegx.h elfxx-x86.h \
690 genlink.h go32stub.h \
691 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \
692 libpei.h libxcoff.h \
695 pef.h pef-traceback.h peicode.h plugin.h \
701 ## ... and .h files which are in the build tree, minus config.h and bfd.h
703 bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
705 # Ensure they are built early:
706 BUILT_SOURCES = $(BUILD_HFILES)
708 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
710 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
711 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
713 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
714 for file in $(SRC_POTFILES); do echo $$file; done \
715 | LC_ALL=C sort > tmp.src \
716 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
718 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
719 for file in $(BLD_POTFILES); do echo $$file; done \
720 | LC_ALL=C sort > tmp.bld \
721 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
725 # Various kinds of .o files to put in libbfd.a:
726 # BFD_BACKENDS Routines the configured targets need.
727 # BFD_MACHINES Architecture-specific routines the configured targets need.
728 # COREFILE Core file routines for a native configuration
729 # bfd64_libs Routines for 64bit support
730 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
732 stamp-ofiles: Makefile
735 for i in $(OFILES) ; do \
742 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
745 ofiles: stamp-ofiles ; @true
747 # Since BFD64_LIBS is optional and we can't have substitution in
748 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
749 # However, list all sources in EXTRA_libbfd_la_SOURCES so the
750 # dependency tracking fragments are picked up in the Makefile.
751 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
752 EXTRA_libbfd_la_SOURCES = $(CFILES)
753 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
754 libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL) $(ZLIB)
755 libbfd_la_LDFLAGS += -release `cat libtool-soversion` @SHARED_LDFLAGS@
757 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
758 # directory so that we don't have to convert all the programs that use
759 # libbfd.a simultaneously. This is a hack which should be removed if
760 # everything else starts using libtool. FIXME.
762 noinst_LIBRARIES = libbfd.a
766 libtooldir=`$(LIBTOOL) --config | $(SED) -n -e 's/^objdir=//p'`; \
767 if [ -f $$libtooldir/libbfd.a ]; then \
768 cp $$libtooldir/libbfd.a libbfd.tmp; \
769 $(RANLIB) libbfd.tmp; \
770 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
774 libbfd.a: stamp-lib ; @true
776 # This file holds an array associating configuration triplets and
777 # vector names. It is built from config.bfd. It is not compiled by
778 # itself, but is included by targets.c.
779 targmatch.h: config.bfd targmatch.sed
781 $(SED) -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
782 mv -f targmatch.new targmatch.h
784 # When compiling archures.c and targets.c, supply the default target
785 # info from configure.
787 targets.lo: targets.c Makefile
789 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
790 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
793 source='targets.c' object='$@' libtool=yes @AMDEPBACKSLASH@
794 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
796 $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
799 archures.lo: archures.c Makefile
801 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
802 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
805 source='archures.c' object='$@' libtool=yes @AMDEPBACKSLASH@
806 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
808 $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
811 dwarf2.lo: dwarf2.c Makefile
813 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
814 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
817 source='dwarf2.c' object='$@' libtool=yes @AMDEPBACKSLASH@
818 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
820 $(LTCOMPILE) -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
823 elf32-target.h : elfxx-target.h
824 $(SED) -e s/NN/32/g < $< > $@
826 elf64-target.h : elfxx-target.h
827 $(SED) -e s/NN/64/g < $< > $@
829 elf32-aarch64.c : elfnn-aarch64.c
830 echo "#line 1 \"elfnn-aarch64.c\"" > $@
831 $(SED) -e s/NN/32/g < $< >> $@
833 elf64-aarch64.c : elfnn-aarch64.c
834 echo "#line 1 \"elfnn-aarch64.c\"" > $@
835 $(SED) -e s/NN/64/g < $< >> $@
837 elf32-ia64.c : elfnn-ia64.c
838 echo "#line 1 \"elfnn-ia64.c\"" > $@
839 $(SED) -e s/NN/32/g < $< >> $@
841 elf64-ia64.c : elfnn-ia64.c
842 echo "#line 1 \"elfnn-ia64.c\"" > $@
843 $(SED) -e s/NN/64/g < $< >> $@
845 elf32-riscv.c : elfnn-riscv.c
846 echo "#line 1 \"elfnn-riscv.c\"" > $@
847 $(SED) -e s/NN/32/g < $< >> $@
849 elf64-riscv.c : elfnn-riscv.c
850 echo "#line 1 \"elfnn-riscv.c\"" > $@
851 $(SED) -e s/NN/64/g < $< >> $@
853 peigen.c : peXXigen.c
854 echo "#line 1 \"peXXigen.c\"" > $@
855 $(SED) -e s/XX/pe/g < $< >> $@
857 pepigen.c : peXXigen.c
858 echo "#line 1 \"peXXigen.c\"" > $@
859 $(SED) -e s/XX/pep/g < $< >> $@
861 pex64igen.c: peXXigen.c
862 echo "#line 1 \"peXXigen.c\"" > $@
863 $(SED) -e s/XX/pex64/g < $< >> $@
865 BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/diagnostics.h
866 LOCAL_H_DEPS= libbfd.h sysdep.h config.h bfd_stdint.h
872 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
874 host-aout.lo: Makefile
876 # The following program can be used to generate a simple config file
877 # which can be folded into an h-XXX file for a new host, with some editing.
878 aout-params.h: gen-aout
879 ./gen-aout host > aout-params.h
880 gen-aout: $(srcdir)/gen-aout.c Makefile
881 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
883 $(BFD_H): stmp-bfd-h ; @true
885 stmp-bfd-h: bfd-in3.h
887 cp bfd-in3.h bfd-tmp.h
888 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
892 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c \
893 bfdio.c bfdwin.c section.c archures.c reloc.c \
894 syms.c bfd.c archive.c corefile.c targets.c format.c \
895 linker.c simple.c compress.c
896 BFD64_H_FILES = archive64.c
897 LIBBFD_H_FILES = libbfd-in.h libbfd.c bfdio.c bfdwin.c \
898 cache.c reloc.c archures.c linker.c
899 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
901 # Could really use a "copy-if-change"...
903 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
904 cp $(bfddocdir)/bfd.h bfd-in2.h-new
905 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
906 cp $(bfddocdir)/libbfd.h libbfd.h-new
907 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
908 cp $(bfddocdir)/libcoff.h libcoff.h-new
909 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
911 # We only rebuild the header files automatically if we have been
912 # configured with --enable-maintainer-mode.
914 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
915 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
916 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
917 cp $(bfddocdir)/bfd.h bfd-in2.h-new
918 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
921 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
922 stmp-lbfd-h: $(LIBBFD_H_FILES)
923 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
924 cp $(bfddocdir)/libbfd.h libbfd.h-new
925 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
928 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
929 stmp-lcoff-h: $(LIBCOFF_H_FILES)
930 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
931 cp $(bfddocdir)/libcoff.h libcoff.h-new
932 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
935 MOSTLYCLEANFILES = ofiles stamp-ofiles
937 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
938 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
940 DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
942 bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in
944 @bfd_version=`echo "$(VERSION)" | $(SED) -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
945 bfd_version_string="\"$(VERSION)\"" ;\
946 bfd_soversion="$(VERSION)" ;\
947 bfd_version_package="\"$(PKGVERSION)\"" ;\
948 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
949 . $(srcdir)/development.sh ;\
950 if test "$$development" = true ; then \
951 bfd_version_date=`$(SED) -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
952 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
953 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
955 $(SED) -e "s,@bfd_version@,$$bfd_version," \
956 -e "s,@bfd_version_string@,$$bfd_version_string," \
957 -e "s,@bfd_version_package@,$$bfd_version_package," \
958 -e "s,@report_bugs_to@,$$report_bugs_to," \
959 < $(srcdir)/version.h > $@; \
960 echo "$${bfd_soversion}" > libtool-soversion
962 # Disable -Werror, if it has been enabled, since coffswap.h won't
963 # compile with gcc 4.5 and above.
964 coff-tic4x.lo: coff-tic4x.c
965 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
966 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
967 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
968 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
969 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
971 coff-tic54x.lo: coff-tic54x.c
972 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
973 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
974 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
975 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
976 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)