[llvm-commits] CVS: llvm-poolalloc/lib/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed May 18 12:57:06 PDT 2005
Changes in directory llvm-poolalloc/lib:
Makefile updated: 1.2 -> 1.3
---
Log message:
Bring all of these files back from the "release_15" merge.
---
Diffs of the changes: (+11 -0)
Makefile | 11 +++++++++++
1 files changed, 11 insertions(+)
Index: llvm-poolalloc/lib/Makefile
diff -u /dev/null llvm-poolalloc/lib/Makefile:1.3
--- /dev/null Wed May 18 14:57:06 2005
+++ llvm-poolalloc/lib/Makefile Wed May 18 14:56:25 2005
@@ -0,0 +1,11 @@
+#
+# Relative path to the top of the source tree.
+#
+LEVEL=..
+
+#
+# List all of the subdirectories that we will compile.
+#
+DIRS=PoolAllocate
+
+include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list