[llvm-commits] CVS: poolalloc/runtime/PoolAllocator/Makefile

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 3 15:15:04 PST 2003


Changes in directory poolalloc/runtime/PoolAllocator:

Makefile updated: 1.3 -> 1.4

---
Log message:

Build shared library version of the runtime as well


---
Diffs of the changes:  (+2 -1)

Index: poolalloc/runtime/PoolAllocator/Makefile
diff -u poolalloc/runtime/PoolAllocator/Makefile:1.3 poolalloc/runtime/PoolAllocator/Makefile:1.4
--- poolalloc/runtime/PoolAllocator/Makefile:1.3	Fri Oct 24 14:15:04 2003
+++ poolalloc/runtime/PoolAllocator/Makefile	Mon Nov  3 15:13:58 2003
@@ -1,8 +1,9 @@
 LEVEL = ../..
 BYTECODE_LIBRARY=1
+SHARED_LIBRARY=1
 LIBRARYNAME=poolalloc_rt
 
 include $(LEVEL)/Makefile.common
 
 # Always build optimized and debug versions
-all:: $(LIBNAME_OBJO) $(LIBNAME_OBJG)
\ No newline at end of file
+all:: $(LIBNAME_OBJO) $(LIBNAME_OBJG)





More information about the llvm-commits mailing list