Don't copy TEST.*.Makefile files to the object tree; the LLVM build
system looks for them within the source tree.

llvm-svn: 22180
diff --git a/poolalloc/autoconf/configure.ac b/poolalloc/autoconf/configure.ac
index 0313c79..1ac6d8e 100644
--- a/poolalloc/autoconf/configure.ac
+++ b/poolalloc/autoconf/configure.ac
@@ -28,11 +28,6 @@
 AC_CONFIG_MAKEFILE(runtime/PoolAllocator/Makefile)
 AC_CONFIG_MAKEFILE(runtime/FreeListAllocator/Makefile)
 AC_CONFIG_MAKEFILE(test/Makefile)
-AC_CONFIG_MAKEFILE(test/TEST.poolalloc.Makefile)
-AC_CONFIG_MAKEFILE(test/TEST.pavtl.Makefile)
-AC_CONFIG_MAKEFILE(test/TEST.perf.Makefile)
-AC_CONFIG_MAKEFILE(test/TEST.p4perf.Makefile)
-AC_CONFIG_MAKEFILE(test/TEST.strace.Makefile)
 
 dnl **************************************************************************
 dnl * Determine which system we are building on
diff --git a/poolalloc/configure b/poolalloc/configure
index 0f052d2..ae64413 100755
--- a/poolalloc/configure
+++ b/poolalloc/configure
@@ -1320,21 +1320,6 @@
           ac_config_commands="$ac_config_commands test/Makefile"
 
 
-          ac_config_commands="$ac_config_commands test/TEST.poolalloc.Makefile"
-
-
-          ac_config_commands="$ac_config_commands test/TEST.pavtl.Makefile"
-
-
-          ac_config_commands="$ac_config_commands test/TEST.perf.Makefile"
-
-
-          ac_config_commands="$ac_config_commands test/TEST.p4perf.Makefile"
-
-
-          ac_config_commands="$ac_config_commands test/TEST.strace.Makefile"
-
-
 
 
 
@@ -4021,11 +4006,6 @@
 ${srcdir}/autoconf/mkinstalldirs `dirname runtime/PoolAllocator/Makefile`
 ${srcdir}/autoconf/mkinstalldirs `dirname runtime/FreeListAllocator/Makefile`
 ${srcdir}/autoconf/mkinstalldirs `dirname test/Makefile`
-${srcdir}/autoconf/mkinstalldirs `dirname test/TEST.poolalloc.Makefile`
-${srcdir}/autoconf/mkinstalldirs `dirname test/TEST.pavtl.Makefile`
-${srcdir}/autoconf/mkinstalldirs `dirname test/TEST.perf.Makefile`
-${srcdir}/autoconf/mkinstalldirs `dirname test/TEST.p4perf.Makefile`
-${srcdir}/autoconf/mkinstalldirs `dirname test/TEST.strace.Makefile`
 
 _ACEOF
 
@@ -4044,11 +4024,6 @@
   "runtime/PoolAllocator/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS runtime/PoolAllocator/Makefile" ;;
   "runtime/FreeListAllocator/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS runtime/FreeListAllocator/Makefile" ;;
   "test/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/Makefile" ;;
-  "test/TEST.poolalloc.Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/TEST.poolalloc.Makefile" ;;
-  "test/TEST.pavtl.Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/TEST.pavtl.Makefile" ;;
-  "test/TEST.perf.Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/TEST.perf.Makefile" ;;
-  "test/TEST.p4perf.Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/TEST.p4perf.Makefile" ;;
-  "test/TEST.strace.Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/TEST.strace.Makefile" ;;
   "include/poolalloc/Config/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/poolalloc/Config/config.h" ;;
   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
@@ -4634,11 +4609,6 @@
     runtime/PoolAllocator/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/runtime/PoolAllocator/Makefile runtime/PoolAllocator/Makefile ;;
     runtime/FreeListAllocator/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/runtime/FreeListAllocator/Makefile runtime/FreeListAllocator/Makefile ;;
     test/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/Makefile test/Makefile ;;
-    test/TEST.poolalloc.Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/TEST.poolalloc.Makefile test/TEST.poolalloc.Makefile ;;
-    test/TEST.pavtl.Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/TEST.pavtl.Makefile test/TEST.pavtl.Makefile ;;
-    test/TEST.perf.Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/TEST.perf.Makefile test/TEST.perf.Makefile ;;
-    test/TEST.p4perf.Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/TEST.p4perf.Makefile test/TEST.p4perf.Makefile ;;
-    test/TEST.strace.Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/TEST.strace.Makefile test/TEST.strace.Makefile ;;
   esac
 done
 _ACEOF