[llvm-commits] CVS: poolalloc/configure

John Criswell criswell at cs.uiuc.edu
Tue Nov 11 12:04:04 PST 2003


Changes in directory poolalloc:

configure updated: 1.4 -> 1.5

---
Log message:

Add the Free List Pool Allocator to the list of stuff to compile.



---
Diffs of the changes:  (+6 -0)

Index: poolalloc/configure
diff -u poolalloc/configure:1.4 poolalloc/configure:1.5
--- poolalloc/configure:1.4	Tue Sep 30 11:31:24 2003
+++ poolalloc/configure	Tue Nov 11 12:03:06 2003
@@ -1245,6 +1245,9 @@
           ac_config_commands="$ac_config_commands runtime/PoolAllocator/Makefile"
 
 
+          ac_config_commands="$ac_config_commands runtime/FreeListAllocator/Makefile"
+
+
           ac_config_commands="$ac_config_commands test/Makefile"
 
 
@@ -1838,6 +1841,7 @@
 ${srcdir}/autoconf/mkinstalldirs `dirname lib/PoolAllocate/Makefile`
 ${srcdir}/autoconf/mkinstalldirs `dirname runtime/Makefile`
 ${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`
 
@@ -1856,6 +1860,7 @@
   "lib/PoolAllocate/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS lib/PoolAllocate/Makefile" ;;
   "runtime/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS runtime/Makefile" ;;
   "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" ;;
   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
@@ -2207,6 +2212,7 @@
     lib/PoolAllocate/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/lib/PoolAllocate/Makefile lib/PoolAllocate/Makefile ;;
     runtime/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/runtime/Makefile runtime/Makefile ;;
     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 ;;
   esac





More information about the llvm-commits mailing list