Cleanups after the update to Autoconf 2.64, Automake 1.11.
[deliverable/binutils-gdb.git] / bfd / Makefile.am
index 50c67201e106629211310db4d470eb699147afd4..2fe953a673b3b62f0e06bfaad7470ffe46d5d5e9 100644 (file)
@@ -16,11 +16,6 @@ bfddocdir = doc
 bfdlibdir = @bfdlibdir@
 bfdincludedir = @bfdincludedir@
 
-datarootdir = @datarootdir@
-docdir = @docdir@
-htmldir = @htmldir@
-pdfdir = @pdfdir@
-
 bfdlib_LTLIBRARIES = libbfd.la
 
 WARN_CFLAGS = @WARN_CFLAGS@
@@ -83,6 +78,7 @@ ALL_MACHINES = \
        cpu-hppa.lo \
        cpu-i370.lo \
        cpu-i386.lo \
+       cpu-l1om.lo \
        cpu-i860.lo \
        cpu-i960.lo \
        cpu-ia64.lo \
@@ -100,6 +96,7 @@ ALL_MACHINES = \
        cpu-maxq.lo \
        cpu-mcore.lo \
        cpu-mep.lo \
+       cpu-microblaze.lo \
        cpu-mips.lo \
        cpu-mmix.lo \
        cpu-moxie.lo \
@@ -152,6 +149,7 @@ ALL_MACHINES_CFILES = \
        cpu-hppa.c \
        cpu-i370.c \
        cpu-i386.c \
+       cpu-l1om.c \
        cpu-i860.c \
        cpu-i960.c \
        cpu-ia64.c \
@@ -169,6 +167,7 @@ ALL_MACHINES_CFILES = \
        cpu-maxq.c \
        cpu-mcore.c \
        cpu-mep.c \
+       cpu-microblaze.c \
        cpu-mips.c \
        cpu-mmix.c \
        cpu-moxie.c \
@@ -250,6 +249,7 @@ BFD32_BACKENDS = \
        ecofflink.lo \
        elf-attrs.lo \
        elf-eh-frame.lo \
+       elf-ifunc.lo \
        elf-m10200.lo \
        elf-m10300.lo \
        elf-strtab.lo \
@@ -288,6 +288,7 @@ BFD32_BACKENDS = \
        elf32-m88k.lo \
        elf32-mcore.lo \
        elf32-mep.lo \
+       elf32-microblaze.lo \
        elf32-mips.lo \
        elf32-moxie.lo \
        elf32-msp430.lo \
@@ -333,6 +334,7 @@ BFD32_BACKENDS = \
        m88kmach3.lo \
        m88kopenbsd.lo \
        mach-o.lo \
+       mach-o-i386.lo \
        mipsbsd.lo \
        newsos3.lo \
        nlm.lo \
@@ -431,6 +433,7 @@ BFD32_BACKENDS_CFILES = \
        ecofflink.c \
        elf-attrs.c \
        elf-eh-frame.c \
+       elf-ifunc.c \
        elf-m10200.c \
        elf-m10300.c \
        elf-strtab.c \
@@ -469,6 +472,7 @@ BFD32_BACKENDS_CFILES = \
        elf32-m88k.c \
        elf32-mcore.c \
        elf32-mep.c \
+       elf32-microblaze.c \
        elf32-mips.c \
        elf32-moxie.c \
        elf32-msp430.c \
@@ -514,6 +518,7 @@ BFD32_BACKENDS_CFILES = \
        m88kmach3.c \
        m88kopenbsd.c \
        mach-o.c \
+       mach-o-i386.c \
        mipsbsd.c \
        newsos3.c \
        nlm.c \
@@ -713,64 +718,6 @@ po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
 
 all diststuff: info
 
-.PHONY: install-pdf install-pdf-am install-pdf-recursive
-
-install-pdf:   install-pdf-recursive
-
-install-pdf-recursive:
-       @failcom='exit 1'; \
-       for f in x $$MAKEFLAGS; do \
-         case $$f in \
-           *=* | --[!k]*);; \
-           *k*) failcom='fail=yes';; \
-         esac; \
-       done; \
-       dot_seen=no; \
-       target=`echo $@ | sed s/-recursive//`; \
-       list='$(SUBDIRS)'; for subdir in $$list; do \
-         echo "Making $$target in $$subdir"; \
-         if test "$$subdir" = "."; then \
-           dot_seen=yes; \
-           local_target="$$target-am"; \
-         else \
-           local_target="$$target"; \
-         fi; \
-         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-         || eval $$failcom; \
-       done; \
-       if test "$$dot_seen" = "no"; then \
-         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
-       fi; test -z "$$fail"
-
-.PHONY: install-html install-html-am install-html-recursive
-
-install-html:  install-html-recursive
-
-install-html-recursive:
-       @failcom='exit 1'; \
-       for f in x $$MAKEFLAGS; do \
-         case $$f in \
-           *=* | --[!k]*);; \
-           *k*) failcom='fail=yes';; \
-         esac; \
-       done; \
-       dot_seen=no; \
-       target=`echo $@ | sed s/-recursive//`; \
-       list='$(SUBDIRS)'; for subdir in $$list; do \
-         echo "Making $$target in $$subdir"; \
-         if test "$$subdir" = "."; then \
-           dot_seen=yes; \
-           local_target="$$target-am"; \
-         else \
-           local_target="$$target"; \
-         fi; \
-         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-         || eval $$failcom; \
-       done; \
-       if test "$$dot_seen" = "no"; then \
-         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
-       fi; test -z "$$fail"
-
 # Various kinds of .o files to put in libbfd.a:
 # BFD_BACKENDS Routines the configured targets need.
 # BFD_MACHINES Architecture-specific routines the configured targets need.
@@ -1200,8 +1147,8 @@ merge.lo: \
 dwarf2.lo: \
   dwarf2.c \
   $(INCDIR)/bfdlink.h \
+  $(INCDIR)/dwarf2.h \
   $(INCDIR)/elf/common.h \
-  $(INCDIR)/elf/dwarf2.h \
   $(INCDIR)/elf/external.h \
   $(INCDIR)/elf/internal.h \
   $(INCDIR)/filenames.h \
@@ -1305,6 +1252,10 @@ cpu-i386.lo: \
   cpu-i386.c \
   $(INCDIR)/filenames.h \
   $(INCDIR)/hashtab.h
+cpu-l1om.lo: \
+  cpu-l1om.c \
+  $(INCDIR)/filenames.h \
+  $(INCDIR)/hashtab.h
 cpu-i860.lo: \
   cpu-i860.c \
   $(INCDIR)/filenames.h \
@@ -1377,6 +1328,10 @@ cpu-mep.lo: \
   cpu-mep.c \
   $(INCDIR)/filenames.h \
   $(INCDIR)/hashtab.h
+cpu-microblaze.lo: \
+  cpu-microblaze.c $\
+  $(INCDIR)/filenames.h \
+  $(INCDIR)/hashtab.h
 cpu-mips.lo: \
   cpu-mips.c \
   $(INCDIR)/filenames.h \
@@ -2037,13 +1992,25 @@ elf-attrs.lo: \
 elf-eh-frame.lo: \
   elf-eh-frame.c \
   $(INCDIR)/bfdlink.h \
+  $(INCDIR)/dwarf2.h \
   $(INCDIR)/elf/common.h \
-  $(INCDIR)/elf/dwarf2.h \
   $(INCDIR)/elf/external.h \
   $(INCDIR)/elf/internal.h \
   $(INCDIR)/filenames.h \
   $(INCDIR)/hashtab.h \
   elf-bfd.h
+elf-ifunc.lo: \
+  elf-ifunc.c \
+  $(INCDIR)/bfdlink.h \
+  $(INCDIR)/elf/common.h \
+  $(INCDIR)/elf/external.h \
+  $(INCDIR)/elf/internal.h \
+  $(INCDIR)/filenames.h \
+  $(INCDIR)/hashtab.h \
+  $(INCDIR)/libiberty.h \
+  $(INCDIR)/objalloc.h \
+  $(INCDIR)/safe-ctype.h \
+  elf-bfd.h
 elf-m10200.lo: \
   elf-m10200.c \
   $(INCDIR)/bfdlink.h \
@@ -2156,9 +2123,9 @@ elf32-avr.lo: \
 elf32-bfin.lo: \
   elf32-bfin.c \
   $(INCDIR)/bfdlink.h \
+  $(INCDIR)/dwarf2.h \
   $(INCDIR)/elf/bfin.h \
   $(INCDIR)/elf/common.h \
-  $(INCDIR)/elf/dwarf2.h \
   $(INCDIR)/elf/external.h \
   $(INCDIR)/elf/internal.h \
   $(INCDIR)/elf/reloc-macros.h \
@@ -2266,8 +2233,8 @@ elf32-fr30.lo: \
 elf32-frv.lo: \
   elf32-frv.c \
   $(INCDIR)/bfdlink.h \
+  $(INCDIR)/dwarf2.h \
   $(INCDIR)/elf/common.h \
-  $(INCDIR)/elf/dwarf2.h \
   $(INCDIR)/elf/external.h \
   $(INCDIR)/elf/frv.h \
   $(INCDIR)/elf/internal.h \
@@ -2335,6 +2302,7 @@ elf32-i386.lo: \
   $(INCDIR)/elf/reloc-macros.h \
   $(INCDIR)/filenames.h \
   $(INCDIR)/hashtab.h \
+  $(INCDIR)/objalloc.h \
   bfd_stdint.h \
   elf-bfd.h \
   elf-vxworks.h \
@@ -2759,8 +2727,8 @@ elf32-vax.lo: \
 elf32-xc16x.lo: \
   elf32-xc16x.c \
   $(INCDIR)/bfdlink.h \
+  $(INCDIR)/dwarf2.h \
   $(INCDIR)/elf/common.h \
-  $(INCDIR)/elf/dwarf2.h \
   $(INCDIR)/elf/external.h \
   $(INCDIR)/elf/internal.h \
   $(INCDIR)/elf/reloc-macros.h \
@@ -2821,6 +2789,17 @@ elflink.lo: \
   $(INCDIR)/objalloc.h \
   $(INCDIR)/safe-ctype.h \
   elf-bfd.h
+elf32-microblaze.lo: \
+  elf32-microblaze.c \
+  $(INCDIR)/filenames.h \
+  $(INCDIR)/bfdlink.h \
+  genlink.h \
+  elf-bfd.h \
+  $(INCDIR)/elf/common.h \
+  $(INCDIR)/elf/internal.h \
+  $(INCDIR)/elf/external.h \
+  $(INCDIR)/elf/reloc-macros.h \
+  elf32-target.h
 elfxx-mips.lo: \
   elfxx-mips.c \
   $(INCDIR)/bfdlink.h \
@@ -3090,6 +3069,13 @@ mach-o.lo: \
   $(INCDIR)/libiberty.h \
   mach-o-target.c \
   mach-o.h
+mach-o-i386.lo: \
+  mach-o-i386.c \
+  $(INCDIR)/filenames.h \
+  $(INCDIR)/hashtab.h \
+  $(INCDIR)/libiberty.h \
+  mach-o-target.c \
+  mach-o.h
 mipsbsd.lo: \
   mipsbsd.c \
   $(INCDIR)/aout/aout64.h \
@@ -3568,6 +3554,7 @@ vms.lo: \
   vms.h
 vmsutil.lo: \
   vmsutil.c \
+  $(INCDIR)/filenames.h \
   vmsutil.h
 xcofflink.lo: \
   xcofflink.c \
@@ -3832,6 +3819,7 @@ elf64-x86-64.lo: \
   $(INCDIR)/elf/x86-64.h \
   $(INCDIR)/filenames.h \
   $(INCDIR)/hashtab.h \
+  $(INCDIR)/objalloc.h \
   bfd_stdint.h \
   elf-bfd.h \
   elf64-target.h
This page took 0.028305 seconds and 4 git commands to generate.