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 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 $(INCDIR)/bfdlink.h
37 # Empty these so that the respective installation directories will not be created.
41 rpath_bfdlibdir = @bfdlibdir@
42 noinst_LTLIBRARIES = libbfd.la
43 libbfd_la_LDFLAGS += -rpath $(rpath_bfdlibdir)
46 WARN_CFLAGS = @WARN_CFLAGS@
47 NO_WERROR = @NO_WERROR@
48 AM_CFLAGS = $(WARN_CFLAGS)
49 AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
51 bfdinclude_HEADERS += $(INCDIR)/plugin-api.h
52 LIBDL = @lt_cv_dlopen_libs@
55 # bfd.h goes here, for now
59 # Writing S-records should be included in all (or at least most)
60 # *-*-coff, *-*-aout, etc., configurations, because people will want to
61 # be able to use objcopy to create S-records. (S-records are not useful
62 # for the debugger, so if you are downloading things as S-records you
63 # need two copies of the executable, one to download and one for the
66 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
67 cache.lo coffgen.lo corefile.lo \
68 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
69 section.lo syms.lo targets.lo hash.lo linker.lo \
70 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
71 merge.lo dwarf2.lo simple.lo compress.lo verilog.lo
73 BFD64_LIBS = archive64.lo
76 archive.c archures.c bfd.c bfdio.c bfdwin.c \
77 cache.c coffgen.c corefile.c \
78 format.c init.c libbfd.c opncls.c reloc.c \
79 section.c syms.c targets.c hash.c linker.c \
80 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
81 merge.c dwarf2.c simple.c compress.c verilog.c
83 BFD64_LIBS_CFILES = archive64.c
85 # This list is alphabetized to make it easier to keep in sync
86 # with the decls and initializer in archures.c.
171 ALL_MACHINES_CFILES = \
255 # The .o files needed by all of the 32 bit vectors that are configured into
256 # target_vector in targets.c if configured with --enable-targets=all.
344 elf32-microblaze.lo \
356 elf32-sh-symbian.lo \
444 BFD32_BACKENDS_CFILES = \
630 # The .o files needed by all of the 64 bit vectors that are configured into
631 # target_vector in targets.c if configured with --enable-targets=all
632 # and --enable-64-bit-bfd.
633 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
677 BFD64_BACKENDS_CFILES = \
713 OPTIONAL_BACKENDS = \
724 OPTIONAL_BACKENDS_CFILES = \
735 # We want to rerun configure if configure.in, config.bfd or
736 # configure.host change. configure.in is needed since the version
737 # number in Makefile comes from configure.in.
738 CONFIG_STATUS_DEPENDENCIES = \
739 $(srcdir)/configure.in \
740 $(srcdir)/config.bfd \
741 $(srcdir)/configure.host \
742 $(srcdir)/development.sh
744 # These are defined by configure.in:
745 WORDSIZE = @wordsize@
746 ALL_BACKENDS = @all_backends@
747 BFD_BACKENDS = @bfd_backends@
748 BFD_MACHINES = @bfd_machines@
749 TDEFAULTS = @tdefaults@
750 HAVEVECS = @havevecs@
752 INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) \
753 $(HAVEVECS) @INCINTL@
755 # C source files that correspond to .o's.
757 $(BFD32_LIBS_CFILES) \
758 $(BFD64_LIBS_CFILES) \
759 $(ALL_MACHINES_CFILES) \
760 $(BFD32_BACKENDS_CFILES) \
761 $(BFD64_BACKENDS_CFILES) \
762 $(OPTIONAL_BACKENDS_CFILES)
765 elf32-aarch64.c elf64-aarch64.c \
766 elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
768 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
770 ## This is a list of all .h files which are in the source tree.
772 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
773 elf-bfd.h elf-hppa.h elf-linux-psinfo.h elf32-hppa.h \
774 elf64-hppa.h elfcode.h elfcore.h \
775 freebsd.h genlink.h go32stub.h \
776 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
777 libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
778 netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
779 pef.h pef-traceback.h peicode.h som.h version.h \
782 ## ... and all .h files which are in the build tree.
784 bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
786 # Ensure they are built early:
787 BUILT_SOURCES = $(BUILD_HFILES)
789 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
791 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
792 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
794 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
795 for file in $(SRC_POTFILES); do echo $$file; done \
796 | LC_ALL=C sort > tmp.src \
797 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
799 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
800 for file in $(BLD_POTFILES); do echo $$file; done \
801 | LC_ALL=C sort > tmp.bld \
802 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
806 # Various kinds of .o files to put in libbfd.a:
807 # BFD_BACKENDS Routines the configured targets need.
808 # BFD_MACHINES Architecture-specific routines the configured targets need.
809 # COREFILE Core file routines for a native configuration
810 # bfd64_libs Routines for 64bit support
811 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
813 stamp-ofiles: Makefile
816 for i in $(OFILES) ; do \
823 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
826 ofiles: stamp-ofiles ; @true
828 # Since BFD64_LIBS is optional and we can't have substitution in
829 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
830 # However, list all sources in EXTRA_libbfd_la_SOURCES so the
831 # dependency tracking fragments are picked up in the Makefile.
832 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
833 EXTRA_libbfd_la_SOURCES = $(CFILES)
834 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
835 libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL)
836 libbfd_la_LDFLAGS += -release `cat libtool-soversion` @SHARED_LDFLAGS@
838 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
839 # directory so that we don't have to convert all the programs that use
840 # libbfd.a simultaneously. This is a hack which should be removed if
841 # everything else starts using libtool. FIXME.
843 noinst_LIBRARIES = libbfd.a
847 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
848 if [ -f $$libtooldir/libbfd.a ]; then \
849 cp $$libtooldir/libbfd.a libbfd.tmp; \
850 $(RANLIB) libbfd.tmp; \
851 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
855 libbfd.a: stamp-lib ; @true
857 # This file holds an array associating configuration triplets and
858 # vector names. It is built from config.bfd. It is not compiled by
859 # itself, but is included by targets.c.
860 targmatch.h: config.bfd targmatch.sed
862 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
863 mv -f targmatch.new targmatch.h
865 # When compiling archures.c and targets.c, supply the default target
866 # info from configure.
868 targets.lo: targets.c Makefile
870 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
871 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
874 source='targets.c' object='$@' libtool=yes @AMDEPBACKSLASH@
875 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
877 $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
880 archures.lo: archures.c Makefile
882 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
883 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
886 source='archures.c' object='$@' libtool=yes @AMDEPBACKSLASH@
887 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
889 $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
892 dwarf2.lo: dwarf2.c Makefile
894 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
895 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
898 source='dwarf2.c' object='$@' libtool=yes @AMDEPBACKSLASH@
899 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
901 $(LTCOMPILE) -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
904 elf32-target.h : elfxx-target.h
906 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
907 mv -f elf32-target.new elf32-target.h
909 elf64-target.h : elfxx-target.h
911 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
912 mv -f elf64-target.new elf64-target.h
914 elf32-aarch64.c : elfnn-aarch64.c
915 rm -f elf32-aarch64.c
916 echo "#line 1 \"$(srcdir)/elfnn-aarch64.c\"" > elf32-aarch64.new
917 sed -e s/NN/32/g < $(srcdir)/elfnn-aarch64.c >> elf32-aarch64.new
918 mv -f elf32-aarch64.new elf32-aarch64.c
920 elf64-aarch64.c : elfnn-aarch64.c
921 rm -f elf64-aarch64.c
922 echo "#line 1 \"$(srcdir)/elfnn-aarch64.c\"" > elf64-aarch64.new
923 sed -e s/NN/64/g < $(srcdir)/elfnn-aarch64.c >> elf64-aarch64.new
924 mv -f elf64-aarch64.new elf64-aarch64.c
926 elf32-ia64.c : elfnn-ia64.c
928 sed -e s/NN/32/g < $(srcdir)/elfnn-ia64.c > elf32-ia64.new
929 mv -f elf32-ia64.new elf32-ia64.c
931 elf64-ia64.c : elfnn-ia64.c
933 sed -e s/NN/64/g < $(srcdir)/elfnn-ia64.c > elf64-ia64.new
934 mv -f elf64-ia64.new elf64-ia64.c
936 peigen.c : peXXigen.c
938 sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
939 mv -f peigen.new peigen.c
941 pepigen.c : peXXigen.c
943 sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
944 mv -f pepigen.new pepigen.c
946 pex64igen.c: peXXigen.c
948 sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
949 mv -f pex64igen.new pex64igen.c
951 BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
952 LOCAL_H_DEPS= libbfd.h sysdep.h config.h
958 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
960 host-aout.lo: Makefile
962 # The following program can be used to generate a simple config file
963 # which can be folded into an h-XXX file for a new host, with some editing.
964 aout-params.h: gen-aout
965 ./gen-aout host > aout-params.h
966 gen-aout: $(srcdir)/gen-aout.c Makefile
967 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
969 $(BFD_H): stmp-bfd-h ; @true
971 stmp-bfd-h: bfd-in3.h
973 cp bfd-in3.h bfd-tmp.h
974 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
978 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
979 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
980 archive.c corefile.c targets.c format.c compress.c
981 BFD64_H_FILES = archive64.c
982 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
983 cache.c reloc.c archures.c elf.c
984 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
986 # Could really use a "copy-if-change"...
988 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
989 cp $(bfddocdir)/bfd.h bfd-in2.h-new
990 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
991 cp $(bfddocdir)/libbfd.h libbfd.h-new
992 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
993 cp $(bfddocdir)/libcoff.h libcoff.h-new
994 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
996 # We only rebuild the header files automatically if we have been
997 # configured with --enable-maintainer-mode.
999 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
1000 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
1001 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1002 cp $(bfddocdir)/bfd.h bfd-in2.h-new
1003 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1006 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1007 stmp-lbfd-h: $(LIBBFD_H_FILES)
1008 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1009 cp $(bfddocdir)/libbfd.h libbfd.h-new
1010 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1013 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1014 stmp-lcoff-h: $(LIBCOFF_H_FILES)
1015 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1016 cp $(bfddocdir)/libcoff.h libcoff.h-new
1017 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1020 MOSTLYCLEANFILES = ofiles stamp-ofiles
1022 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
1023 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
1025 DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
1027 bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in
1029 @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1030 bfd_version_string="\"$(VERSION)\"" ;\
1031 bfd_soversion="$(VERSION)" ;\
1032 bfd_version_package="\"$(PKGVERSION)\"" ;\
1033 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
1034 . $(srcdir)/development.sh ;\
1035 if test "$$development" = true ; then \
1036 bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
1037 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
1038 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
1040 sed -e "s,@bfd_version@,$$bfd_version," \
1041 -e "s,@bfd_version_string@,$$bfd_version_string," \
1042 -e "s,@bfd_version_package@,$$bfd_version_package," \
1043 -e "s,@report_bugs_to@,$$report_bugs_to," \
1044 < $(srcdir)/version.h > $@; \
1045 echo "$${bfd_soversion}" > libtool-soversion
1047 # Disable -Werror, if it has been enabled, since coffswap.h won't
1048 # compile with gcc 4.5 and above.
1049 coff-tic4x.lo: coff-tic4x.c
1050 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
1051 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1052 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1053 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1054 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
1056 coff-tic54x.lo: coff-tic54x.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)