[llvm-commits] CVS: llvm/projects/Stacker/tools/stkrc/Makefile

Reid Spencer reid at x10sys.com
Wed Oct 27 16:19:07 PDT 2004



Changes in directory llvm/projects/Stacker/tools/stkrc:

Makefile updated: 1.4 -> 1.5
---
Log message:

Change Library Names Not To Conflict With Others When Installed

---
Diffs of the changes:  (+5 -4)

Index: llvm/projects/Stacker/tools/stkrc/Makefile
diff -u llvm/projects/Stacker/tools/stkrc/Makefile:1.4 llvm/projects/Stacker/tools/stkrc/Makefile:1.5
--- llvm/projects/Stacker/tools/stkrc/Makefile:1.4	Sat Sep  4 14:48:50 2004
+++ llvm/projects/Stacker/tools/stkrc/Makefile	Wed Oct 27 18:18:45 2004
@@ -8,10 +8,11 @@
 #
 # Give the name of a library.  This will build a dynamic version.
 #
-TOOLNAME=stkrc
-LLVMLIBS= asmparser bcwriter transforms ipo.a ipa.a \
-	 scalaropts analysis.a target.a transformutils \
-	 vmcore support.a LLVMsystem.a 
+TOOLNAME = stkrc
+LLVMLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms LLVMipo.a LLVMipa.a \
+	   LLVMScalarOpts LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \
+	   LLVMCore LLVMSupport.a LLVMSystem.a 
+
 USEDLIBS=stkr_compiler 
 
 






More information about the llvm-commits mailing list