1 ## Process this file with automake to generate Makefile.in
3 # Copyright (C) 2012-2014 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 = 1.11 no-dist foreign
21 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
23 # Uncomment the following line when doing a release.
26 INCDIR = $(srcdir)/../include
27 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
35 bfdlibdir = @bfdlibdir@
36 bfdincludedir = @bfdincludedir@
37 bfdlib_LTLIBRARIES = libbfd.la
38 bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h
40 # Empty these so that the respective installation directories will not be created.
44 rpath_bfdlibdir = @bfdlibdir@
45 noinst_LTLIBRARIES = libbfd.la
46 libbfd_la_LDFLAGS += -rpath $(rpath_bfdlibdir)
49 WARN_CFLAGS = @WARN_CFLAGS@
50 NO_WERROR = @NO_WERROR@
51 AM_CFLAGS = $(WARN_CFLAGS)
52 AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
54 bfdinclude_HEADERS += $(INCDIR)/plugin-api.h
55 LIBDL = @lt_cv_dlopen_libs@
58 # bfd.h goes here, for now
62 # Writing S-records should be included in all (or at least most)
63 # *-*-coff, *-*-aout, etc., configurations, because people will want to
64 # be able to use objcopy to create S-records. (S-records are not useful
65 # for the debugger, so if you are downloading things as S-records you
66 # need two copies of the executable, one to download and one for the
69 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
70 cache.lo coffgen.lo corefile.lo \
71 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
72 section.lo syms.lo targets.lo hash.lo linker.lo \
73 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
74 merge.lo dwarf2.lo simple.lo compress.lo verilog.lo
76 BFD64_LIBS = archive64.lo
79 archive.c archures.c bfd.c bfdio.c bfdwin.c \
80 cache.c coffgen.c corefile.c \
81 format.c init.c libbfd.c opncls.c reloc.c \
82 section.c syms.c targets.c hash.c linker.c \
83 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
84 merge.c dwarf2.c simple.c compress.c verilog.c
86 BFD64_LIBS_CFILES = archive64.c
88 # This list is alphabetized to make it easier to keep in sync
89 # with the decls and initializer in archures.c.
175 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.
350 elf32-microblaze.lo \
363 elf32-sh-symbian.lo \
451 BFD32_BACKENDS_CFILES = \
639 # The .o files needed by all of the 64 bit vectors that are configured into
640 # target_vector in targets.c if configured with --enable-targets=all
641 # and --enable-64-bit-bfd.
642 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
686 BFD64_BACKENDS_CFILES = \
722 OPTIONAL_BACKENDS = \
733 OPTIONAL_BACKENDS_CFILES = \
744 # We want to rerun configure if configure.in, config.bfd or
745 # configure.host change. configure.in is needed since the version
746 # number in Makefile comes from configure.in.
747 CONFIG_STATUS_DEPENDENCIES = \
748 $(srcdir)/configure.in \
749 $(srcdir)/config.bfd \
750 $(srcdir)/configure.host
752 # These are defined by configure.in:
753 WORDSIZE = @wordsize@
754 ALL_BACKENDS = @all_backends@
755 BFD_BACKENDS = @bfd_backends@
756 BFD_MACHINES = @bfd_machines@
757 TDEFAULTS = @tdefaults@
758 HAVEVECS = @havevecs@
760 INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) \
761 $(HAVEVECS) @INCINTL@
763 # C source files that correspond to .o's.
765 $(BFD32_LIBS_CFILES) \
766 $(BFD64_LIBS_CFILES) \
767 $(ALL_MACHINES_CFILES) \
768 $(BFD32_BACKENDS_CFILES) \
769 $(BFD64_BACKENDS_CFILES) \
770 $(OPTIONAL_BACKENDS_CFILES)
773 elf32-aarch64.c elf64-aarch64.c \
774 elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
776 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
778 ## This is a list of all .h files which are in the source tree.
780 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
781 elf-bfd.h elf-hppa.h elf-linux-psinfo.h elf32-hppa.h \
782 elf64-hppa.h elfcode.h elfcore.h \
783 freebsd.h genlink.h go32stub.h \
784 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
785 libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
786 netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
787 pef.h pef-traceback.h peicode.h som.h version.h \
790 ## ... and all .h files which are in the build tree.
792 bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
794 # Ensure they are built early:
795 BUILT_SOURCES = $(BUILD_HFILES)
797 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
799 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
800 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
802 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
803 for file in $(SRC_POTFILES); do echo $$file; done \
804 | LC_ALL=C sort > tmp.src \
805 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
807 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
808 for file in $(BLD_POTFILES); do echo $$file; done \
809 | LC_ALL=C sort > tmp.bld \
810 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
814 # Various kinds of .o files to put in libbfd.a:
815 # BFD_BACKENDS Routines the configured targets need.
816 # BFD_MACHINES Architecture-specific routines the configured targets need.
817 # COREFILE Core file routines for a native configuration
818 # bfd64_libs Routines for 64bit support
819 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
821 stamp-ofiles: Makefile
824 for i in $(OFILES) ; do \
831 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
834 ofiles: stamp-ofiles ; @true
836 # Since BFD64_LIBS is optional and we can't have substitution in
837 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
838 # However, list all sources in EXTRA_libbfd_la_SOURCES so the
839 # dependency tracking fragments are picked up in the Makefile.
840 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
841 EXTRA_libbfd_la_SOURCES = $(CFILES)
842 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
843 libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL)
844 libbfd_la_LDFLAGS += -release `cat libtool-soversion` @SHARED_LDFLAGS@
846 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
847 # directory so that we don't have to convert all the programs that use
848 # libbfd.a simultaneously. This is a hack which should be removed if
849 # everything else starts using libtool. FIXME.
851 noinst_LIBRARIES = libbfd.a
855 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
856 if [ -f $$libtooldir/libbfd.a ]; then \
857 cp $$libtooldir/libbfd.a libbfd.tmp; \
858 $(RANLIB) libbfd.tmp; \
859 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
863 libbfd.a: stamp-lib ; @true
865 # This file holds an array associating configuration triplets and
866 # vector names. It is built from config.bfd. It is not compiled by
867 # itself, but is included by targets.c.
868 targmatch.h: config.bfd targmatch.sed
870 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
871 mv -f targmatch.new targmatch.h
873 # When compiling archures.c and targets.c, supply the default target
874 # info from configure.
876 targets.lo: targets.c Makefile
878 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
879 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
882 source='targets.c' object='$@' libtool=yes @AMDEPBACKSLASH@
883 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
885 $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
888 archures.lo: archures.c Makefile
890 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
891 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
894 source='archures.c' object='$@' libtool=yes @AMDEPBACKSLASH@
895 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
897 $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
900 dwarf2.lo: dwarf2.c Makefile
902 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
903 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
906 source='dwarf2.c' object='$@' libtool=yes @AMDEPBACKSLASH@
907 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
909 $(LTCOMPILE) -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
912 elf32-target.h : elfxx-target.h
914 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
915 mv -f elf32-target.new elf32-target.h
917 elf64-target.h : elfxx-target.h
919 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
920 mv -f elf64-target.new elf64-target.h
922 elf32-aarch64.c : elfnn-aarch64.c
923 rm -f elf32-aarch64.c
924 echo "#line 1 \"$(srcdir)/elfnn-aarch64.c\"" > elf32-aarch64.new
925 sed -e s/NN/32/g < $(srcdir)/elfnn-aarch64.c >> elf32-aarch64.new
926 mv -f elf32-aarch64.new elf32-aarch64.c
928 elf64-aarch64.c : elfnn-aarch64.c
929 rm -f elf64-aarch64.c
930 echo "#line 1 \"$(srcdir)/elfnn-aarch64.c\"" > elf64-aarch64.new
931 sed -e s/NN/64/g < $(srcdir)/elfnn-aarch64.c >> elf64-aarch64.new
932 mv -f elf64-aarch64.new elf64-aarch64.c
934 elf32-ia64.c : elfnn-ia64.c
936 sed -e s/NN/32/g < $(srcdir)/elfnn-ia64.c > elf32-ia64.new
937 mv -f elf32-ia64.new elf32-ia64.c
939 elf64-ia64.c : elfnn-ia64.c
941 sed -e s/NN/64/g < $(srcdir)/elfnn-ia64.c > elf64-ia64.new
942 mv -f elf64-ia64.new elf64-ia64.c
944 peigen.c : peXXigen.c
946 sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
947 mv -f peigen.new peigen.c
949 pepigen.c : peXXigen.c
951 sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
952 mv -f pepigen.new pepigen.c
954 pex64igen.c: peXXigen.c
956 sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
957 mv -f pex64igen.new pex64igen.c
959 BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
960 LOCAL_H_DEPS= libbfd.h sysdep.h config.h
966 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
968 host-aout.lo: Makefile
970 # The following program can be used to generate a simple config file
971 # which can be folded into an h-XXX file for a new host, with some editing.
972 aout-params.h: gen-aout
973 ./gen-aout host > aout-params.h
974 gen-aout: $(srcdir)/gen-aout.c Makefile
975 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
977 $(BFD_H): stmp-bfd-h ; @true
979 stmp-bfd-h: bfd-in3.h
981 cp bfd-in3.h bfd-tmp.h
982 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
986 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
987 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
988 archive.c corefile.c targets.c format.c compress.c
989 BFD64_H_FILES = archive64.c
990 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
991 cache.c reloc.c archures.c elf.c
992 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
994 # Could really use a "copy-if-change"...
996 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
997 cp $(bfddocdir)/bfd.h bfd-in2.h-new
998 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
999 cp $(bfddocdir)/libbfd.h libbfd.h-new
1000 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1001 cp $(bfddocdir)/libcoff.h libcoff.h-new
1002 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1004 # We only rebuild the header files automatically if we have been
1005 # configured with --enable-maintainer-mode.
1007 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
1008 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
1009 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1010 cp $(bfddocdir)/bfd.h bfd-in2.h-new
1011 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1014 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1015 stmp-lbfd-h: $(LIBBFD_H_FILES)
1016 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1017 cp $(bfddocdir)/libbfd.h libbfd.h-new
1018 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1021 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1022 stmp-lcoff-h: $(LIBCOFF_H_FILES)
1023 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1024 cp $(bfddocdir)/libcoff.h libcoff.h-new
1025 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1028 MOSTLYCLEANFILES = ofiles stamp-ofiles
1030 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
1031 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
1033 DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
1035 bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
1037 @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1038 bfd_version_string="\"$(VERSION)\"" ;\
1039 bfd_soversion="$(VERSION)" ;\
1040 bfd_version_package="\"$(PKGVERSION)\"" ;\
1041 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
1042 if test "x$(RELEASE)" = x ; then \
1043 bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
1044 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
1045 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
1047 sed -e "s,@bfd_version@,$$bfd_version," \
1048 -e "s,@bfd_version_string@,$$bfd_version_string," \
1049 -e "s,@bfd_version_package@,$$bfd_version_package," \
1050 -e "s,@report_bugs_to@,$$report_bugs_to," \
1051 < $(srcdir)/version.h > $@; \
1052 echo "$${bfd_soversion}" > libtool-soversion
1054 # Disable -Werror, if it has been enabled, since coffswap.h won't
1055 # compile with gcc 4.5 and above.
1056 coff-tic4x.lo: coff-tic4x.c
1057 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
1058 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1059 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1060 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1061 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
1063 coff-tic54x.lo: coff-tic54x.c
1064 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
1065 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1066 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1067 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1068 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)