1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = 1.11 no-dist foreign
4 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
6 # Uncomment the following line when doing a release.
9 INCDIR = $(srcdir)/../include
10 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
18 bfdlibdir = @bfdlibdir@
19 bfdincludedir = @bfdincludedir@
20 bfdlib_LTLIBRARIES = libbfd.la
21 bfdinclude_HEADERS = $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h
23 # Empty these so that the respective installation directories will not be created.
27 rpath_bfdlibdir = @bfdlibdir@
28 noinst_LTLIBRARIES = libbfd.la
29 libbfd_la_LDFLAGS += -rpath $(rpath_bfdlibdir)
32 WARN_CFLAGS = @WARN_CFLAGS@
33 NO_WERROR = @NO_WERROR@
34 AM_CFLAGS = $(WARN_CFLAGS)
35 AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
37 bfdinclude_HEADERS += $(INCDIR)/plugin-api.h
41 # bfd.h goes here, for now
45 # Writing S-records should be included in all (or at least most)
46 # *-*-coff, *-*-aout, etc., configurations, because people will want to
47 # be able to use objcopy to create S-records. (S-records are not useful
48 # for the debugger, so if you are downloading things as S-records you
49 # need two copies of the executable, one to download and one for the
52 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
53 cache.lo coffgen.lo corefile.lo \
54 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
55 section.lo syms.lo targets.lo hash.lo linker.lo \
56 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
57 merge.lo dwarf2.lo simple.lo compress.lo verilog.lo
59 BFD64_LIBS = archive64.lo
62 archive.c archures.c bfd.c bfdio.c bfdwin.c \
63 cache.c coffgen.c corefile.c \
64 format.c init.c libbfd.c opncls.c reloc.c \
65 section.c syms.c targets.c hash.c linker.c \
66 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
67 merge.c dwarf2.c simple.c compress.c verilog.c
69 BFD64_LIBS_CFILES = archive64.c
71 # This list is alphabetized to make it easier to keep in sync
72 # with the decls and initializer in archures.c.
154 ALL_MACHINES_CFILES = \
235 # The .o files needed by all of the 32 bit vectors that are configured into
236 # target_vector in targets.c if configured with --enable-targets=all.
324 elf32-microblaze.lo \
336 elf32-sh-symbian.lo \
425 BFD32_BACKENDS_CFILES = \
612 # The .o files needed by all of the 64 bit vectors that are configured into
613 # target_vector in targets.c if configured with --enable-targets=all
614 # and --enable-64-bit-bfd.
615 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
656 BFD64_BACKENDS_CFILES = \
691 OPTIONAL_BACKENDS = \
702 OPTIONAL_BACKENDS_CFILES = \
713 # We want to rerun configure if configure.in, config.bfd or
714 # configure.host change. configure.in is needed since the version
715 # number in Makefile comes from configure.in.
716 CONFIG_STATUS_DEPENDENCIES = \
717 $(srcdir)/configure.in \
718 $(srcdir)/config.bfd \
719 $(srcdir)/configure.host
721 # These are defined by configure.in:
722 WORDSIZE = @wordsize@
723 ALL_BACKENDS = @all_backends@
724 BFD_BACKENDS = @bfd_backends@
725 BFD_MACHINES = @bfd_machines@
726 TDEFAULTS = @tdefaults@
727 HAVEVECS = @havevecs@
729 INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) \
730 $(HAVEVECS) @INCINTL@
732 # C source files that correspond to .o's.
734 $(BFD32_LIBS_CFILES) \
735 $(BFD64_LIBS_CFILES) \
736 $(ALL_MACHINES_CFILES) \
737 $(BFD32_BACKENDS_CFILES) \
738 $(BFD64_BACKENDS_CFILES) \
739 $(OPTIONAL_BACKENDS_CFILES)
742 elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
744 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
746 ## This is a list of all .h files which are in the source tree.
748 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
749 elf-bfd.h elf-hppa.h elf32-hppa.h \
750 elf64-hppa.h elfcode.h elfcore.h \
751 freebsd.h genlink.h go32stub.h \
752 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
753 libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
754 netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
755 pef.h pef-traceback.h peicode.h som.h version.h \
758 ## ... and all .h files which are in the build tree.
760 bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
762 # Ensure they are built early:
763 BUILT_SOURCES = $(BUILD_HFILES)
765 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
767 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
768 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
770 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
771 for file in $(SRC_POTFILES); do echo $$file; done \
772 | LC_ALL=C sort > tmp.src \
773 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
775 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
776 for file in $(BLD_POTFILES); do echo $$file; done \
777 | LC_ALL=C sort > tmp.bld \
778 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
782 # Various kinds of .o files to put in libbfd.a:
783 # BFD_BACKENDS Routines the configured targets need.
784 # BFD_MACHINES Architecture-specific routines the configured targets need.
785 # COREFILE Core file routines for a native configuration
786 # bfd64_libs Routines for 64bit support
787 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
789 stamp-ofiles: Makefile
792 for i in $(OFILES) ; do \
799 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
802 ofiles: stamp-ofiles ; @true
804 # Since BFD64_LIBS is optional and we can't have substitution in
805 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
806 # However, list all sources in EXTRA_libbfd_la_SOURCES so the
807 # dependency tracking fragments are picked up in the Makefile.
808 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
809 EXTRA_libbfd_la_SOURCES = $(CFILES)
810 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
811 libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL)
812 libbfd_la_LDFLAGS += -release `cat libtool-soversion` @SHARED_LDFLAGS@
814 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
815 # directory so that we don't have to convert all the programs that use
816 # libbfd.a simultaneously. This is a hack which should be removed if
817 # everything else starts using libtool. FIXME.
819 noinst_LIBRARIES = libbfd.a
823 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
824 if [ -f $$libtooldir/libbfd.a ]; then \
825 cp $$libtooldir/libbfd.a libbfd.tmp; \
826 $(RANLIB) libbfd.tmp; \
827 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
831 libbfd.a: stamp-lib ; @true
833 # This file holds an array associating configuration triplets and
834 # vector names. It is built from config.bfd. It is not compiled by
835 # itself, but is included by targets.c.
836 targmatch.h: config.bfd targmatch.sed
838 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
839 mv -f targmatch.new targmatch.h
841 # When compiling archures.c and targets.c, supply the default target
842 # info from configure.
844 targets.lo: targets.c Makefile
846 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
847 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
850 source='targets.c' object='$@' libtool=yes @AMDEPBACKSLASH@
851 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
853 $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
856 archures.lo: archures.c Makefile
858 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
859 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
862 source='archures.c' object='$@' libtool=yes @AMDEPBACKSLASH@
863 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
865 $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
868 dwarf2.lo: dwarf2.c Makefile
870 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
871 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
874 source='dwarf2.c' object='$@' libtool=yes @AMDEPBACKSLASH@
875 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
877 $(LTCOMPILE) -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
880 elf32-target.h : elfxx-target.h
882 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
883 mv -f elf32-target.new elf32-target.h
885 elf64-target.h : elfxx-target.h
887 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
888 mv -f elf64-target.new elf64-target.h
890 elf32-ia64.c : elfnn-ia64.c
892 sed -e s/NN/32/g < $(srcdir)/elfnn-ia64.c > elf32-ia64.new
893 mv -f elf32-ia64.new elf32-ia64.c
895 elf64-ia64.c : elfnn-ia64.c
897 sed -e s/NN/64/g < $(srcdir)/elfnn-ia64.c > elf64-ia64.new
898 mv -f elf64-ia64.new elf64-ia64.c
900 peigen.c : peXXigen.c
902 sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
903 mv -f peigen.new peigen.c
905 pepigen.c : peXXigen.c
907 sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
908 mv -f pepigen.new pepigen.c
910 pex64igen.c: peXXigen.c
912 sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
913 mv -f pex64igen.new pex64igen.c
915 BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
916 LOCAL_H_DEPS= libbfd.h sysdep.h config.h
922 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
924 host-aout.lo: Makefile
926 # The following program can be used to generate a simple config file
927 # which can be folded into an h-XXX file for a new host, with some editing.
928 aout-params.h: gen-aout
929 ./gen-aout host > aout-params.h
930 gen-aout: $(srcdir)/gen-aout.c Makefile
931 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
933 $(BFD_H): stmp-bfd-h ; @true
935 stmp-bfd-h: bfd-in3.h
937 cp bfd-in3.h bfd-tmp.h
938 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
942 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
943 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
944 archive.c corefile.c targets.c format.c compress.c
945 BFD64_H_FILES = archive64.c
946 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
947 cache.c reloc.c archures.c elf.c
948 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
950 # Could really use a "copy-if-change"...
952 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
953 cp $(bfddocdir)/bfd.h bfd-in2.h-new
954 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
955 cp $(bfddocdir)/libbfd.h libbfd.h-new
956 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
957 cp $(bfddocdir)/libcoff.h libcoff.h-new
958 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
960 # We only rebuild the header files automatically if we have been
961 # configured with --enable-maintainer-mode.
963 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
964 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
965 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
966 cp $(bfddocdir)/bfd.h bfd-in2.h-new
967 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
970 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
971 stmp-lbfd-h: $(LIBBFD_H_FILES)
972 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
973 cp $(bfddocdir)/libbfd.h libbfd.h-new
974 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
977 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
978 stmp-lcoff-h: $(LIBCOFF_H_FILES)
979 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
980 cp $(bfddocdir)/libcoff.h libcoff.h-new
981 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
984 MOSTLYCLEANFILES = ofiles stamp-ofiles
986 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
987 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
989 DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
991 bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
993 @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
994 bfd_version_string="\"$(VERSION)\"" ;\
995 bfd_soversion="$(VERSION)" ;\
996 bfd_version_package="\"$(PKGVERSION)\"" ;\
997 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
998 if test "x$(RELEASE)" = x ; then \
999 bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
1000 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
1001 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
1003 sed -e "s,@bfd_version@,$$bfd_version," \
1004 -e "s,@bfd_version_string@,$$bfd_version_string," \
1005 -e "s,@bfd_version_package@,$$bfd_version_package," \
1006 -e "s,@report_bugs_to@,$$report_bugs_to," \
1007 < $(srcdir)/version.h > $@; \
1008 echo "$${bfd_soversion}" > libtool-soversion
1010 # Disable -Werror, if it has been enabled, since coffswap.h won't
1011 # compile with gcc 4.5 and above.
1012 coff-tic4x.lo: coff-tic4x.c
1013 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
1014 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1015 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1016 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1017 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
1019 coff-tic54x.lo: coff-tic54x.c
1020 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
1021 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1022 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1023 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1024 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)