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.
150 ALL_MACHINES_CFILES = \
227 # The .o files needed by all of the 32 bit vectors that are configured into
228 # target_vector in targets.c if configured with --enable-targets=all.
316 elf32-microblaze.lo \
328 elf32-sh-symbian.lo \
416 BFD32_BACKENDS_CFILES = \
602 # The .o files needed by all of the 64 bit vectors that are configured into
603 # target_vector in targets.c if configured with --enable-targets=all
604 # and --enable-64-bit-bfd.
605 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
645 BFD64_BACKENDS_CFILES = \
679 OPTIONAL_BACKENDS = \
690 OPTIONAL_BACKENDS_CFILES = \
701 # We want to rerun configure if configure.in, config.bfd or
702 # configure.host change. configure.in is needed since the version
703 # number in Makefile comes from configure.in.
704 CONFIG_STATUS_DEPENDENCIES = \
705 $(srcdir)/configure.in \
706 $(srcdir)/config.bfd \
707 $(srcdir)/configure.host
709 # These are defined by configure.in:
710 WORDSIZE = @wordsize@
711 ALL_BACKENDS = @all_backends@
712 BFD_BACKENDS = @bfd_backends@
713 BFD_MACHINES = @bfd_machines@
714 TDEFAULTS = @tdefaults@
715 HAVEVECS = @havevecs@
717 INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) \
718 $(HAVEVECS) @INCINTL@
720 # C source files that correspond to .o's.
722 $(BFD32_LIBS_CFILES) \
723 $(BFD64_LIBS_CFILES) \
724 $(ALL_MACHINES_CFILES) \
725 $(BFD32_BACKENDS_CFILES) \
726 $(BFD64_BACKENDS_CFILES) \
727 $(OPTIONAL_BACKENDS_CFILES)
730 elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
732 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
734 ## This is a list of all .h files which are in the source tree.
736 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
737 elf-bfd.h elf-hppa.h elf32-hppa.h \
738 elf64-hppa.h elfcode.h elfcore.h \
739 freebsd.h genlink.h go32stub.h \
740 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
741 libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
742 netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
743 pef.h pef-traceback.h peicode.h som.h version.h \
746 ## ... and all .h files which are in the build tree.
748 bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
750 # Ensure they are built early:
751 BUILT_SOURCES = $(BUILD_HFILES)
753 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
755 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
756 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
758 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
759 for file in $(SRC_POTFILES); do echo $$file; done \
760 | LC_ALL=C sort > tmp.src \
761 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
763 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
764 for file in $(BLD_POTFILES); do echo $$file; done \
765 | LC_ALL=C sort > tmp.bld \
766 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
770 # Various kinds of .o files to put in libbfd.a:
771 # BFD_BACKENDS Routines the configured targets need.
772 # BFD_MACHINES Architecture-specific routines the configured targets need.
773 # COREFILE Core file routines for a native configuration
774 # bfd64_libs Routines for 64bit support
775 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
777 stamp-ofiles: Makefile
780 for i in $(OFILES) ; do \
787 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
790 ofiles: stamp-ofiles ; @true
792 # Since BFD64_LIBS is optional and we can't have substitution in
793 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
794 # However, list all sources in EXTRA_libbfd_la_SOURCES so the
795 # dependency tracking fragments are picked up in the Makefile.
796 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
797 EXTRA_libbfd_la_SOURCES = $(CFILES)
798 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
799 libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL)
800 libbfd_la_LDFLAGS += -release `cat libtool-soversion` @SHARED_LDFLAGS@
802 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
803 # directory so that we don't have to convert all the programs that use
804 # libbfd.a simultaneously. This is a hack which should be removed if
805 # everything else starts using libtool. FIXME.
807 noinst_LIBRARIES = libbfd.a
811 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
812 if [ -f $$libtooldir/libbfd.a ]; then \
813 cp $$libtooldir/libbfd.a libbfd.tmp; \
814 $(RANLIB) libbfd.tmp; \
815 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
819 libbfd.a: stamp-lib ; @true
821 # This file holds an array associating configuration triplets and
822 # vector names. It is built from config.bfd. It is not compiled by
823 # itself, but is included by targets.c.
824 targmatch.h: config.bfd targmatch.sed
826 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
827 mv -f targmatch.new targmatch.h
829 # When compiling archures.c and targets.c, supply the default target
830 # info from configure.
832 targets.lo: targets.c Makefile
834 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
835 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
838 source='targets.c' object='$@' libtool=yes @AMDEPBACKSLASH@
839 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
841 $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
844 archures.lo: archures.c Makefile
846 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
847 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
850 source='archures.c' object='$@' libtool=yes @AMDEPBACKSLASH@
851 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
853 $(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
856 dwarf2.lo: dwarf2.c Makefile
858 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
859 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
862 source='dwarf2.c' object='$@' libtool=yes @AMDEPBACKSLASH@
863 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
865 $(LTCOMPILE) -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
868 elf32-target.h : elfxx-target.h
870 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
871 mv -f elf32-target.new elf32-target.h
873 elf64-target.h : elfxx-target.h
875 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
876 mv -f elf64-target.new elf64-target.h
878 elf32-ia64.c : elfnn-ia64.c
880 sed -e s/NN/32/g < $(srcdir)/elfnn-ia64.c > elf32-ia64.new
881 mv -f elf32-ia64.new elf32-ia64.c
883 elf64-ia64.c : elfnn-ia64.c
885 sed -e s/NN/64/g < $(srcdir)/elfnn-ia64.c > elf64-ia64.new
886 mv -f elf64-ia64.new elf64-ia64.c
888 peigen.c : peXXigen.c
890 sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
891 mv -f peigen.new peigen.c
893 pepigen.c : peXXigen.c
895 sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
896 mv -f pepigen.new pepigen.c
898 pex64igen.c: peXXigen.c
900 sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
901 mv -f pex64igen.new pex64igen.c
903 BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
904 LOCAL_H_DEPS= libbfd.h sysdep.h config.h
910 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
912 host-aout.lo: Makefile
914 # The following program can be used to generate a simple config file
915 # which can be folded into an h-XXX file for a new host, with some editing.
916 aout-params.h: gen-aout
917 ./gen-aout host > aout-params.h
918 gen-aout: $(srcdir)/gen-aout.c Makefile
919 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
921 $(BFD_H): stmp-bfd-h ; @true
923 stmp-bfd-h: bfd-in3.h
925 cp bfd-in3.h bfd-tmp.h
926 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
930 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
931 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
932 archive.c corefile.c targets.c format.c compress.c
933 BFD64_H_FILES = archive64.c
934 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
935 cache.c reloc.c archures.c elf.c
936 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
938 # Could really use a "copy-if-change"...
940 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
941 cp $(bfddocdir)/bfd.h bfd-in2.h-new
942 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
943 cp $(bfddocdir)/libbfd.h libbfd.h-new
944 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
945 cp $(bfddocdir)/libcoff.h libcoff.h-new
946 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
948 # We only rebuild the header files automatically if we have been
949 # configured with --enable-maintainer-mode.
951 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
952 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
953 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
954 cp $(bfddocdir)/bfd.h bfd-in2.h-new
955 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
958 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
959 stmp-lbfd-h: $(LIBBFD_H_FILES)
960 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
961 cp $(bfddocdir)/libbfd.h libbfd.h-new
962 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
965 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
966 stmp-lcoff-h: $(LIBCOFF_H_FILES)
967 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
968 cp $(bfddocdir)/libcoff.h libcoff.h-new
969 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
972 MOSTLYCLEANFILES = ofiles stamp-ofiles
974 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
975 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
977 DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
979 bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
981 @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
982 bfd_version_string="\"$(VERSION)\"" ;\
983 bfd_soversion="$(VERSION)" ;\
984 bfd_version_package="\"$(PKGVERSION)\"" ;\
985 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
986 if test "x$(RELEASE)" = x ; then \
987 bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
988 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
989 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
991 sed -e "s,@bfd_version@,$$bfd_version," \
992 -e "s,@bfd_version_string@,$$bfd_version_string," \
993 -e "s,@bfd_version_package@,$$bfd_version_package," \
994 -e "s,@report_bugs_to@,$$report_bugs_to," \
995 < $(srcdir)/version.h > $@; \
996 echo "$${bfd_soversion}" > libtool-soversion
998 # Disable -Werror, if it has been enabled, since coffswap.h won't
999 # compile with gcc 4.5 and above.
1000 coff-tic4x.lo: coff-tic4x.c
1001 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
1002 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1003 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1004 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1005 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
1007 coff-tic54x.lo: coff-tic54x.c
1008 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
1009 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1010 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1011 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1012 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< $(NO_WERROR)