remove maxq-coff port
[deliverable/binutils-gdb.git] / bfd / Makefile.am
index ef545f5f02c065d8604be6b8fbc920688bca7e8b..f2ee38f460ab331d09e1b54b9e003adb6b31a7ae 100644 (file)
@@ -103,7 +103,6 @@ ALL_MACHINES = \
        cpu-m68hc12.lo \
        cpu-m68k.lo \
        cpu-m88k.lo \
-       cpu-maxq.lo \
        cpu-mcore.lo \
        cpu-mep.lo \
        cpu-microblaze.lo \
@@ -176,7 +175,6 @@ ALL_MACHINES_CFILES = \
        cpu-m68hc12.c \
        cpu-m68k.c \
        cpu-m88k.c \
-       cpu-maxq.c \
        cpu-mcore.c \
        cpu-mep.c \
        cpu-microblaze.c \
@@ -240,7 +238,6 @@ BFD32_BACKENDS = \
        coff-i960.lo \
        coff-m68k.lo \
        coff-m88k.lo \
-       coff-maxq.lo \
        coff-mips.lo \
        coff-or32.lo \
        coff-rs6000.lo \
@@ -391,7 +388,6 @@ BFD32_BACKENDS = \
        vaxbsd.lo \
        vaxnetbsd.lo \
        versados.lo \
-       vms-alpha.lo \
        vms-lib.lo \
        vms-misc.lo \
        xcofflink.lo \
@@ -423,7 +419,6 @@ BFD32_BACKENDS_CFILES = \
        coff-i960.c \
        coff-m68k.c \
        coff-m88k.c \
-       coff-maxq.c \
        coff-mips.c \
        coff-or32.c \
        coff-rs6000.c \
@@ -573,7 +568,6 @@ BFD32_BACKENDS_CFILES = \
        vaxbsd.c \
        vaxnetbsd.c \
        versados.c \
-       vms-alpha.c \
        vms-lib.c \
        vms-misc.c \
        xcofflink.c \
@@ -617,7 +611,8 @@ BFD64_BACKENDS = \
        pei-ia64.lo \
        pei-x86_64.lo \
        pepigen.lo \
-       pex64igen.lo
+       pex64igen.lo \
+       vms-alpha.lo
 
 BFD64_BACKENDS_CFILES = \
        aix5ppc-core.c \
@@ -646,7 +641,8 @@ BFD64_BACKENDS_CFILES = \
        nlm64.c \
        pe-x86_64.c \
        pei-ia64.c \
-       pei-x86_64.c
+       pei-x86_64.c \
+       vms-alpha.c
 
 OPTIONAL_BACKENDS = \
        aix386-core.lo \
@@ -682,8 +678,10 @@ ALL_BACKENDS = @all_backends@
 BFD_BACKENDS = @bfd_backends@
 BFD_MACHINES = @bfd_machines@
 TDEFAULTS = @tdefaults@
+HAVEVECS = @havevecs@
 
-INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@
+INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) \
+       $(HAVEVECS) @INCINTL@
 
 # C source files that correspond to .o's.
 SOURCE_CFILES = \
This page took 0.024858 seconds and 4 git commands to generate.