[llvm-commits] CVS: llvm-poolalloc/runtime/SafePoolAllocator/Makefile
Dinakar Dhurjati
dhurjati at cs.uiuc.edu
Thu Dec 22 08:49:43 PST 2005
Changes in directory llvm-poolalloc/runtime/SafePoolAllocator:
Makefile added (r1.1)
---
Log message:
*** empty log message ***
---
Diffs of the changes: (+9 -0)
Makefile | 9 +++++++++
1 files changed, 9 insertions(+)
Index: llvm-poolalloc/runtime/SafePoolAllocator/Makefile
diff -c /dev/null llvm-poolalloc/runtime/SafePoolAllocator/Makefile:1.1
*** /dev/null Thu Dec 22 10:49:41 2005
--- llvm-poolalloc/runtime/SafePoolAllocator/Makefile Thu Dec 22 10:49:31 2005
***************
*** 0 ****
--- 1,9 ----
+ LEVEL = ../..
+ BYTECODE_LIBRARY=1
+ SHARED_LIBRARY=1
+ LIBRARYNAME=poolalloc_safe_rt
+
+ include $(LEVEL)/Makefile.common
+
+ # Always build optimized and debug versions
+ all:: $(LIBNAME_OBJO) $(LIBNAME_OBJG)
More information about the llvm-commits
mailing list