[llvm-commits] CVS: llvm/tools/opt/Makefile

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



Changes in directory llvm/tools/opt:

Makefile updated: 1.46 -> 1.47
---
Log message:

Change Library Names Not To Conflict With Others When Installed

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

Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.46 llvm/tools/opt/Makefile:1.47
--- llvm/tools/opt/Makefile:1.46	Sun Aug 29 14:29:38 2004
+++ llvm/tools/opt/Makefile	Wed Oct 27 18:18:45 2004
@@ -9,10 +9,11 @@
 LEVEL = ../..
 TOOLNAME = opt
 
-USEDLIBS = bcreader bcwriter \
-           instrument profpaths scalaropts \
-           ipo ipa datastructure transforms target.a analysis \
-           transformutils vmcore support LLVMsystem.a
+USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation LLVMProfilePaths \
+	   LLVMScalarOpts LLVMipo LLVMipa LLVMDataStructure LLVMTransforms \
+	   LLVMTarget.a LLVMAnalysis LLVMTransformUtils LLVMCore LLVMSupport.a \
+	   LLVMSystem.a 
+
 TOOLLINKOPTS = $(PLATFORMLIBDL)
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list