1 ## Process this file with automake to generate Makefile.in
3 # Copyright (C) 2012-2023 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 info-in-builddir no-texinfo.tex
21 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
26 MAINTAINERCLEANFILES =
28 INCDIR = $(srcdir)/../include
29 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
37 bfdlibdir = @bfdlibdir@
38 bfdincludedir = @bfdincludedir@
39 bfdlib_LTLIBRARIES = libbfd.la
40 bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
41 $(INCDIR)/diagnostics.h $(INCDIR)/bfdlink.h
43 # Empty these so that the respective installation directories will not be created.
47 rpath_bfdlibdir = @bfdlibdir@
48 noinst_LTLIBRARIES = libbfd.la
49 libbfd_la_LDFLAGS += -rpath $(rpath_bfdlibdir)
52 # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
53 # -I../zlib, unless we were configured with --with-system-zlib, in which
54 # case both are empty.
58 WARN_CFLAGS = @WARN_CFLAGS@
59 NO_WERROR = @NO_WERROR@
60 AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC) $(ZSTD_CFLAGS)
61 AM_CPPFLAGS = -DBINDIR='"$(bindir)"' -DLIBDIR='"$(libdir)"' @LARGEFILE_CPPFLAGS@
63 bfdinclude_HEADERS += $(INCDIR)/plugin-api.h
64 LIBDL = @lt_cv_dlopen_libs@
67 # bfd.h goes here, for now
71 # Writing S-records should be included in all (or at least most)
72 # *-*-coff, *-*-aout, etc., configurations, because people will want to
73 # be able to use objcopy to create S-records. (S-records are not useful
74 # for the debugger, so if you are downloading things as S-records you
75 # need two copies of the executable, one to download and one for the
78 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo \
79 coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo \
80 hash.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo \
81 section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo \
82 binary.lo ihex.lo srec.lo tekhex.lo verilog.lo
84 BFD64_LIBS = archive64.lo
87 archive.c archures.c bfd.c bfdio.c bfdwin.c cache.c coff-bfd.c \
88 compress.c corefile.c elf-properties.c format.c hash.c \
89 libbfd.c linker.c merge.c opncls.c reloc.c \
90 section.c simple.c stab-syms.c stabs.c syms.c targets.c \
91 binary.c ihex.c srec.c tekhex.c verilog.c
93 BFD64_LIBS_CFILES = archive64.c
95 # This list is alphabetized to make it easier to keep in sync
96 # with the decls and initializer in archures.c.
180 ALL_MACHINES_CFILES = \
263 # The .o files needed by all of the 32 bit vectors that are configured into
264 # target_vector in targets.c if configured with --enable-targets=all.
331 elf32-microblaze.lo \
396 xtensa-dynconfig.lo \
400 BFD32_BACKENDS_CFILES = \
534 # The .o files needed by all of the 64 bit vectors that are configured into
535 # target_vector in targets.c if configured with --enable-targets=all
536 # and --enable-64-bit-bfd.
537 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
582 pe-loongarch64igen.lo \
593 BFD64_BACKENDS_CFILES = \
635 OPTIONAL_BACKENDS = \
645 OPTIONAL_BACKENDS_CFILES = \
655 # Reconfigure if config.bfd or configure.host changes.
656 # development.sh is used to determine -Werror default.
657 CONFIG_STATUS_DEPENDENCIES = \
658 $(srcdir)/config.bfd \
659 $(srcdir)/configure.host \
660 $(srcdir)/development.sh
662 # These are defined by configure:
663 WORDSIZE = @wordsize@
664 ALL_BACKENDS = @all_backends@
665 BFD_BACKENDS = @bfd_backends@
666 BFD_MACHINES = @bfd_machines@
667 TDEFAULTS = @tdefaults@
668 HAVEVECS = @havevecs@
670 AM_CPPFLAGS += @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) \
671 $(HAVEVECS) @INCINTL@
673 # C source files that correspond to .o's.
675 $(BFD32_LIBS_CFILES) \
676 $(BFD64_LIBS_CFILES) \
677 $(ALL_MACHINES_CFILES) \
678 $(BFD32_BACKENDS_CFILES) \
679 $(BFD64_BACKENDS_CFILES) \
680 $(OPTIONAL_BACKENDS_CFILES)
683 elf32-aarch64.c elf64-aarch64.c \
684 elf32-ia64.c elf64-ia64.c \
685 elf32-loongarch.c elf64-loongarch.c \
686 elf32-riscv.c elf64-riscv.c \
687 peigen.c pepigen.c pex64igen.c pe-aarch64igen.c pe-loongarch64igen.c
689 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
691 ## This is a list of all .h files in the source tree minus those that
692 ## are processed to produce other .h files
694 aout-target.h aoutx.h arc-got.h arc-plt.h \
695 coff-arm.h coff-bfd.h coffcode.h coffswap.h \
696 cpu-aarch64.h cpu-arm.h cpu-h8300.h cpu-m68k.h cpu-riscv.h \
697 ecoff-bfd.h ecoffswap.h \
698 elf32-arm.h elf32-avr.h elf32-bfin.h elf32-cr16.h elf32-csky.h \
699 elf32-dlx.h elf32-hppa.h elf32-m68hc1x.h elf32-m68k.h \
700 elf32-metag.h elf32-nds32.h elf32-nios2.h elf32-ppc.h \
701 elf32-rx.h elf32-score.h elf32-sh-relocs.h elf32-spu.h \
702 elf32-tic6x.h elf32-tilegx.h elf32-tilepro.h elf32-v850.h \
703 elf64-hppa.h elf64-ppc.h elf64-tilegx.h \
704 elf-bfd.h elfcode.h elfcore.h elf-hppa.h elf-linker-x86.h \
705 elf-linux-core.h elf-nacl.h elf-s390.h elf-vxworks.h \
706 elfxx-aarch64.h elfxx-ia64.h elfxx-mips.h elfxx-riscv.h \
707 elfxx-sparc.h elfxx-tilegx.h elfxx-x86.h elfxx-loongarch.h \
708 genlink.h go32stub.h \
709 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \
710 libpei.h libxcoff.h \
713 pef.h pef-traceback.h peicode.h plugin.h \
719 ## ... and .h files which are in the build tree, minus config.h and bfd.h
721 bfdver.h elf32-target.h elf64-target.h targmatch.h
723 # Ensure they are built early:
724 BUILT_SOURCES = $(BUILD_HFILES) $(BUILD_CFILES)
726 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
728 BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/diagnostics.h
729 LOCAL_H_DEPS = libbfd.h sysdep.h config.h
735 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
737 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
738 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
740 po/SRC-POTFILES.in: @MAINT@ Makefile
741 for file in $(SRC_POTFILES); do echo $$file; done \
742 | LC_ALL=C sort > tmp.src \
743 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
745 po/BLD-POTFILES.in: @MAINT@ Makefile
746 for file in $(BLD_POTFILES); do echo $$file; done \
747 | LC_ALL=C sort > tmp.bld \
748 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
752 # Various kinds of .o files to put in libbfd.a:
753 # BFD_BACKENDS Routines the configured targets need.
754 # BFD_MACHINES Architecture-specific routines the configured targets need.
755 # COREFILE Core file routines for a native configuration
756 # bfd64_libs Routines for 64bit support
757 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
759 stamp-ofiles: Makefile
762 for i in $(OFILES) ; do \
769 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
772 ofiles: stamp-ofiles ; @true
774 # Since BFD64_LIBS is optional and we can't have substitution in
775 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
776 # However, list all sources in EXTRA_libbfd_la_SOURCES so the
777 # dependency tracking fragments are picked up in the Makefile.
778 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
779 EXTRA_libbfd_la_SOURCES = $(CFILES)
780 libbfd_la_DEPENDENCIES = $(OFILES) ofiles ../libsframe/libsframe.la
781 libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL) $(ZLIB) $(ZSTD_LIBS) ../libsframe/libsframe.la
782 libbfd_la_LDFLAGS += -release `cat libtool-soversion` @SHARED_LDFLAGS@
784 # This file holds an array associating configuration triplets and
785 # vector names. It is built from config.bfd. It is not compiled by
786 # itself, but is included by targets.c.
787 targmatch.h: config.bfd targmatch.sed
788 $(AM_V_at)rm -f targmatch.new
789 $(AM_V_GEN)$(SED) -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
790 $(AM_V_at)mv -f targmatch.new targmatch.h
792 # When compiling archures.c and targets.c, supply the default target
793 # info from configure.
795 targets.lo: targets.c Makefile
797 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
798 $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
801 source='targets.c' object='$@' libtool=yes @AMDEPBACKSLASH@
802 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
804 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
807 archures.lo: archures.c Makefile
809 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
810 $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
813 source='archures.c' object='$@' libtool=yes @AMDEPBACKSLASH@
814 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
816 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
819 dwarf2.lo: dwarf2.c Makefile
821 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
822 $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
825 source='dwarf2.c' object='$@' libtool=yes @AMDEPBACKSLASH@
826 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
828 $(AM_V_CC)$(LTCOMPILE) -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
831 elf32-target.h : elfxx-target.h
832 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< > $@
834 elf64-target.h : elfxx-target.h
835 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< > $@
837 elf32-aarch64.c : elfnn-aarch64.c
838 $(AM_V_at)echo "#line 1 \"elfnn-aarch64.c\"" > $@
839 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< >> $@
841 elf64-aarch64.c : elfnn-aarch64.c
842 $(AM_V_at)echo "#line 1 \"elfnn-aarch64.c\"" > $@
843 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< >> $@
845 elf32-ia64.c : elfnn-ia64.c
846 $(AM_V_at)echo "#line 1 \"elfnn-ia64.c\"" > $@
847 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< >> $@
849 elf64-ia64.c : elfnn-ia64.c
850 $(AM_V_at)echo "#line 1 \"elfnn-ia64.c\"" > $@
851 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< >> $@
853 elf32-loongarch.c : elfnn-loongarch.c
854 $(AM_V_at)echo "#line 1 \"elfnn-loongarch.c\"" > $@
855 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< >> $@
857 elf64-loongarch.c : elfnn-loongarch.c
858 $(AM_V_at)echo "#line 1 \"elfnn-loongarch.c\"" > $@
859 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< >> $@
861 elf32-riscv.c : elfnn-riscv.c
862 $(AM_V_at)echo "#line 1 \"elfnn-riscv.c\"" > $@
863 $(AM_V_GEN)$(SED) -e s/NN/32/g < $< >> $@
865 elf64-riscv.c : elfnn-riscv.c
866 $(AM_V_at)echo "#line 1 \"elfnn-riscv.c\"" > $@
867 $(AM_V_GEN)$(SED) -e s/NN/64/g < $< >> $@
869 peigen.c : peXXigen.c
870 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
871 $(AM_V_GEN)$(SED) -e s/XX/pe/g < $< >> $@
873 pepigen.c : peXXigen.c
874 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
875 $(AM_V_GEN)$(SED) -e s/XX/pep/g < $< >> $@
877 pex64igen.c: peXXigen.c
878 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
879 $(AM_V_GEN)$(SED) -e s/XX/pex64/g < $< >> $@
881 pe-aarch64igen.c: peXXigen.c
882 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
883 $(AM_V_GEN)$(SED) -e s/XX/peAArch64/g < $< >> $@
885 pe-loongarch64igen.c: peXXigen.c
886 $(AM_V_at)echo "#line 1 \"peXXigen.c\"" > $@
887 $(AM_V_GEN)$(SED) -e s/XX/peLoongArch64/g < $< >> $@
889 host-aout.lo: Makefile
891 # The following program can be used to generate a simple config file
892 # which can be folded into an h-XXX file for a new host, with some editing.
893 aout-params.h: gen-aout
894 ./gen-aout host > aout-params.h
895 gen-aout: $(srcdir)/gen-aout.c Makefile
896 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
898 $(BFD_H): stmp-bfd-h ; @true
900 stmp-bfd-h: bfd-in3.h
902 cp bfd-in3.h bfd-tmp.h
903 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
907 BFD_H_FILES = bfd-in.h opncls.c libbfd.c \
908 bfdio.c bfdwin.c section.c archures.c reloc.c \
909 syms.c bfd.c archive.c corefile.c targets.c format.c \
910 linker.c simple.c compress.c
911 BFD64_H_FILES = archive64.c
912 LIBBFD_H_FILES = libbfd-in.h libbfd.c bfd.c bfdio.c bfdwin.c \
913 cache.c reloc.c section.c targets.c archures.c linker.c
914 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
916 headers: stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
918 # We only rebuild the header files automatically if we have been
919 # configured with --enable-maintainer-mode.
924 echo "$$H_FILES" | sed -f $(srcdir)/doc/header.sed; \
925 for file in $$H_FILES; do \
926 file="$(srcdir)/$$file"; \
928 *-in.h) cat $$file;; \
929 *) echo $$file | sed -e 's,.*/,,' -e 's,^,/* Extracted from ,' \
931 $(MKDOC) $$CHEW_FLAGS -f $(srcdir)/doc/proto.str < $$file;; \
934 echo "\#ifdef __cplusplus"; \
940 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
941 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES) $(MKDOC)
942 $(AM_V_GEN)H_FILES="$(BFD_H_FILES)" CHEW_FLAGS= ; $(REGEN_HEADER) > bfd-in2.h-new
943 $(AM_V_at)$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
944 $(AM_V_at)touch stmp-bin2-h
946 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
947 stmp-lbfd-h: $(LIBBFD_H_FILES) $(MKDOC)
948 $(AM_V_GEN)H_FILES="$(LIBBFD_H_FILES)" CHEW_FLAGS=-i ; $(REGEN_HEADER) > libbfd.h-new
949 $(AM_V_at)$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
950 $(AM_V_at)touch stmp-lbfd-h
952 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
953 stmp-lcoff-h: $(LIBCOFF_H_FILES) $(MKDOC)
954 $(AM_V_GEN)H_FILES="$(LIBCOFF_H_FILES)" CHEW_FLAGS=-i ; $(REGEN_HEADER) > libcoff.h-new
955 $(AM_V_at)$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
956 $(AM_V_at)touch stmp-lcoff-h
958 MOSTLYCLEANFILES += ofiles stamp-ofiles
960 CLEANFILES += bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 \
961 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
963 DISTCLEANFILES += $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
965 bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in
967 bfd_version=`echo "$(VERSION)" | $(SED) -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
968 bfd_version_string="\"$(VERSION)\"" ;\
969 bfd_soversion="$(VERSION)" ;\
970 bfd_version_package="\"$(PKGVERSION)\"" ;\
971 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
972 . $(srcdir)/development.sh ;\
973 if test "$$development" = true ; then \
974 bfd_version_date=`$(SED) -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
975 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
976 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
978 $(SED) -e "s,@bfd_version@,$$bfd_version," \
979 -e "s,@bfd_version_string@,$$bfd_version_string," \
980 -e "s,@bfd_version_package@,$$bfd_version_package," \
981 -e "s,@report_bugs_to@,$$report_bugs_to," \
982 < $(srcdir)/version.h > $@; \
983 echo "$${bfd_soversion}" > libtool-soversion
985 # Disable -Werror, if it has been enabled, since coffswap.h won't
986 # compile with gcc 4.5 and above.
987 coff-tic4x.lo: coff-tic4x.c
988 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
989 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
990 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
991 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
992 @am__fastdepCC_FALSE@ $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
994 coff-tic54x.lo: coff-tic54x.c
995 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
996 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
997 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
998 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
999 @am__fastdepCC_FALSE@ $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
1001 include doc/local.mk