1 ## Process this file with automake to generate Makefile.in
3 # Copyright (C) 2012-2019 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)"'
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.
179 ALL_MACHINES_CFILES = \
266 # The .o files needed by all of the 32 bit vectors that are configured into
267 # target_vector in targets.c if configured with --enable-targets=all.
336 elf32-microblaze.lo \
405 BFD32_BACKENDS_CFILES = \
541 # The .o files needed by all of the 64 bit vectors that are configured into
542 # target_vector in targets.c if configured with --enable-targets=all
543 # and --enable-64-bit-bfd.
544 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
591 BFD64_BACKENDS_CFILES = \
628 OPTIONAL_BACKENDS = \
640 OPTIONAL_BACKENDS_CFILES = \
652 # Reconfigure if config.bfd or configure.host changes.
653 # development.sh is used to determine -Werror default.
654 CONFIG_STATUS_DEPENDENCIES = \
655 $(srcdir)/config.bfd \
656 $(srcdir)/configure.host \
657 $(srcdir)/development.sh
659 # These are defined by configure:
660 WORDSIZE = @wordsize@
661 ALL_BACKENDS = @all_backends@
662 BFD_BACKENDS = @bfd_backends@
663 BFD_MACHINES = @bfd_machines@
664 TDEFAULTS = @tdefaults@
665 HAVEVECS = @havevecs@
667 AM_CPPFLAGS += @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) \
668 $(HAVEVECS) @INCINTL@
670 # C source files that correspond to .o's.
672 $(BFD32_LIBS_CFILES) \
673 $(BFD64_LIBS_CFILES) \
674 $(ALL_MACHINES_CFILES) \
675 $(BFD32_BACKENDS_CFILES) \
676 $(BFD64_BACKENDS_CFILES) \
677 $(OPTIONAL_BACKENDS_CFILES)
680 elf32-aarch64.c elf64-aarch64.c \
681 elf32-ia64.c elf64-ia64.c \
682 elf32-riscv.c elf64-riscv.c \
683 peigen.c pepigen.c pex64igen.c
685 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
687 ## This is a list of all .h files which are in the source tree.
689 aout-target.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
690 elf-bfd.h elf-hppa.h elf-linux-core.h elf32-hppa.h \
691 elf64-hppa.h elfcode.h elfcore.h \
692 genlink.h go32stub.h \
693 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \
694 libpei.h libxcoff.h mach-o.h \
696 pef.h pef-traceback.h peicode.h som.h version.h \
699 ## ... and all .h files which are in the build tree.
701 bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
703 # Ensure they are built early:
704 BUILT_SOURCES = $(BUILD_HFILES)
706 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
708 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
709 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
711 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
712 for file in $(SRC_POTFILES); do echo $$file; done \
713 | LC_ALL=C sort > tmp.src \
714 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
716 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
717 for file in $(BLD_POTFILES); do echo $$file; done \
718 | LC_ALL=C sort > tmp.bld \
719 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
723 # Various kinds of .o files to put in libbfd.a:
724 # BFD_BACKENDS Routines the configured targets need.
725 # BFD_MACHINES Architecture-specific routines the configured targets need.
726 # COREFILE Core file routines for a native configuration
727 # bfd64_libs Routines for 64bit support
728 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
730 stamp-ofiles: Makefile
733 for i in $(OFILES) ; do \
740 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
743 ofiles: stamp-ofiles ; @true
745 # Since BFD64_LIBS is optional and we can't have substitution in
746 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
747 # However, list all sources in EXTRA_libbfd_la_SOURCES so the
748 # dependency tracking fragments are picked up in the Makefile.
749 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
750 EXTRA_libbfd_la_SOURCES = $(CFILES)
751 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
752 libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL) $(ZLIB)
753 libbfd_la_LDFLAGS += -release `cat libtool-soversion` @SHARED_LDFLAGS@
755 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
756 # directory so that we don't have to convert all the programs that use
757 # libbfd.a simultaneously. This is a hack which should be removed if
758 # everything else starts using libtool. FIXME.
760 noinst_LIBRARIES = libbfd.a
764 libtooldir=`$(LIBTOOL) --config | $(SED) -n -e 's/^objdir=//p'`; \
765 if [ -f $$libtooldir/libbfd.a ]; then \
766 cp $$libtooldir/libbfd.a libbfd.tmp; \
767 $(RANLIB) libbfd.tmp; \
768 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
772 libbfd.a: stamp-lib ; @true
774 # This file holds an array associating configuration triplets and
775 # vector names. It is built from config.bfd. It is not compiled by
776 # itself, but is included by targets.c.
777 targmatch.h: config.bfd targmatch.sed
779 $(SED) -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
780 mv -f targmatch.new targmatch.h
782 # When compiling archures.c and targets.c, supply the default target
783 # info from configure.
785 targets.lo: targets.c Makefile
787 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
788 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
791 source='targets.c' object='$@' libtool=yes @AMDEPBACKSLASH@
792 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
794 $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
797 archures.lo: archures.c Makefile
799 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
800 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
803 source='archures.c' object='$@' libtool=yes @AMDEPBACKSLASH@
804 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
806 $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
809 dwarf2.lo: dwarf2.c Makefile
811 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
812 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
815 source='dwarf2.c' object='$@' libtool=yes @AMDEPBACKSLASH@
816 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
818 $(LTCOMPILE) -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
821 elf32-target.h : elfxx-target.h
823 $(SED) -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
824 mv -f elf32-target.new elf32-target.h
826 elf64-target.h : elfxx-target.h
828 $(SED) -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
829 mv -f elf64-target.new elf64-target.h
831 elf32-aarch64.c : elfnn-aarch64.c
832 rm -f elf32-aarch64.c
833 echo "#line 1 \"$(srcdir)/elfnn-aarch64.c\"" > elf32-aarch64.new
834 $(SED) -e s/NN/32/g < $(srcdir)/elfnn-aarch64.c >> elf32-aarch64.new
835 mv -f elf32-aarch64.new elf32-aarch64.c
837 elf64-aarch64.c : elfnn-aarch64.c
838 rm -f elf64-aarch64.c
839 echo "#line 1 \"$(srcdir)/elfnn-aarch64.c\"" > elf64-aarch64.new
840 $(SED) -e s/NN/64/g < $(srcdir)/elfnn-aarch64.c >> elf64-aarch64.new
841 mv -f elf64-aarch64.new elf64-aarch64.c
843 elf32-ia64.c : elfnn-ia64.c
845 $(SED) -e s/NN/32/g < $(srcdir)/elfnn-ia64.c > elf32-ia64.new
846 mv -f elf32-ia64.new elf32-ia64.c
848 elf64-ia64.c : elfnn-ia64.c
850 $(SED) -e s/NN/64/g < $(srcdir)/elfnn-ia64.c > elf64-ia64.new
851 mv -f elf64-ia64.new elf64-ia64.c
853 elf32-riscv.c : elfnn-riscv.c
855 echo "#line 1 \"$(srcdir)/elfnn-riscv.c\"" > elf32-riscv.new
856 sed -e s/NN/32/g < $(srcdir)/elfnn-riscv.c >> elf32-riscv.new
857 mv -f elf32-riscv.new elf32-riscv.c
859 elf64-riscv.c : elfnn-riscv.c
861 echo "#line 1 \"$(srcdir)/elfnn-riscv.c\"" > elf64-riscv.new
862 sed -e s/NN/64/g < $(srcdir)/elfnn-riscv.c >> elf64-riscv.new
863 mv -f elf64-riscv.new elf64-riscv.c
865 peigen.c : peXXigen.c
867 $(SED) -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
868 mv -f peigen.new peigen.c
870 pepigen.c : peXXigen.c
872 $(SED) -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
873 mv -f pepigen.new pepigen.c
875 pex64igen.c: peXXigen.c
877 $(SED) -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
878 mv -f pex64igen.new pex64igen.c
880 BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/diagnostics.h
881 LOCAL_H_DEPS= libbfd.h sysdep.h config.h bfd_stdint.h
887 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
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 init.c 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 bfdio.c bfdwin.c \
913 cache.c reloc.c archures.c linker.c
914 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
916 # Could really use a "copy-if-change"...
918 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
919 cp $(bfddocdir)/bfd.h bfd-in2.h-new
920 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
921 cp $(bfddocdir)/libbfd.h libbfd.h-new
922 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
923 cp $(bfddocdir)/libcoff.h libcoff.h-new
924 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
926 # We only rebuild the header files automatically if we have been
927 # configured with --enable-maintainer-mode.
929 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
930 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
931 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
932 cp $(bfddocdir)/bfd.h bfd-in2.h-new
933 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
936 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
937 stmp-lbfd-h: $(LIBBFD_H_FILES)
938 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
939 cp $(bfddocdir)/libbfd.h libbfd.h-new
940 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
943 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
944 stmp-lcoff-h: $(LIBCOFF_H_FILES)
945 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
946 cp $(bfddocdir)/libcoff.h libcoff.h-new
947 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
950 MOSTLYCLEANFILES = ofiles stamp-ofiles
952 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
953 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
955 DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
957 bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in
959 @bfd_version=`echo "$(VERSION)" | $(SED) -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
960 bfd_version_string="\"$(VERSION)\"" ;\
961 bfd_soversion="$(VERSION)" ;\
962 bfd_version_package="\"$(PKGVERSION)\"" ;\
963 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
964 . $(srcdir)/development.sh ;\
965 if test "$$development" = true ; then \
966 bfd_version_date=`$(SED) -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
967 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
968 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
970 $(SED) -e "s,@bfd_version@,$$bfd_version," \
971 -e "s,@bfd_version_string@,$$bfd_version_string," \
972 -e "s,@bfd_version_package@,$$bfd_version_package," \
973 -e "s,@report_bugs_to@,$$report_bugs_to," \
974 < $(srcdir)/version.h > $@; \
975 echo "$${bfd_soversion}" > libtool-soversion
977 # Disable -Werror, if it has been enabled, since coffswap.h won't
978 # compile with gcc 4.5 and above.
979 coff-tic4x.lo: coff-tic4x.c
980 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
981 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
982 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
983 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
984 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
986 coff-tic54x.lo: coff-tic54x.c
987 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
988 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
989 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
990 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
991 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)