Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / Makefile.am
index ff02ebb110dafd82cd6a19ce40f763467d350680..97b608ca97567cc5034b402afb201a5b9bf1fcbd 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to generate Makefile.in
 #
-#   Copyright (C) 2012-2016 Free Software Foundation, Inc.
+#   Copyright (C) 2012-2017 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -169,6 +169,7 @@ ALL_MACHINES = \
        cpu-vax.lo \
        cpu-visium.lo \
        cpu-w65.lo \
+       cpu-wasm32.lo \
        cpu-we32k.lo \
        cpu-xc16x.lo \
        cpu-xgate.lo \
@@ -257,6 +258,7 @@ ALL_MACHINES_CFILES = \
        cpu-v850_rh850.c \
        cpu-vax.c \
        cpu-visium.c \
+       cpu-wasm32.c \
        cpu-w65.c \
        cpu-we32k.c \
        cpu-xc16x.c \
@@ -319,6 +321,7 @@ BFD32_BACKENDS = \
        elf-m10200.lo \
        elf-m10300.lo \
        elf-nacl.lo \
+       elf-properties.lo \
        elf-strtab.lo \
        elf-vxworks.lo \
        elf.lo \
@@ -383,6 +386,7 @@ BFD32_BACKENDS = \
        elf32-v850.lo \
        elf32-vax.lo \
        elf32-visium.lo \
+       elf32-wasm32.lo \
        elf32-xc16x.lo \
        elf32-xgate.lo \
        elf32-xstormy16.lo \
@@ -456,6 +460,7 @@ BFD32_BACKENDS = \
        versados.lo \
        vms-lib.lo \
        vms-misc.lo \
+       wasm-module.lo \
        xcofflink.lo \
        xsym.lo \
        xtensa-isa.lo \
@@ -512,6 +517,7 @@ BFD32_BACKENDS_CFILES = \
        elf-m10200.c \
        elf-m10300.c \
        elf-nacl.c \
+       elf-properties.c \
        elf-strtab.c \
        elf-vxworks.c \
        elf.c \
@@ -576,6 +582,7 @@ BFD32_BACKENDS_CFILES = \
        elf32-v850.c \
        elf32-vax.c \
        elf32-visium.c \
+       elf32-wasm32.c \
        elf32-xc16x.c \
        elf32-xgate.c \
        elf32-xstormy16.c \
@@ -648,6 +655,7 @@ BFD32_BACKENDS_CFILES = \
        versados.c \
        vms-lib.c \
        vms-misc.c \
+       wasm-module.c \
        xcofflink.c \
        xsym.c \
        xtensa-isa.c \
This page took 0.025203 seconds and 4 git commands to generate.