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)



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to