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

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



Changes in directory llvm/tools/bugpoint:

Makefile updated: 1.8 -> 1.9
---
Log message:

Change Library Names Not To Conflict With Others When Installed

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

Index: llvm/tools/bugpoint/Makefile
diff -u llvm/tools/bugpoint/Makefile:1.8 llvm/tools/bugpoint/Makefile:1.9
--- llvm/tools/bugpoint/Makefile:1.8	Tue Oct 12 14:17:11 2004
+++ llvm/tools/bugpoint/Makefile	Wed Oct 27 18:18:45 2004
@@ -10,11 +10,12 @@
 
 TOOLNAME = bugpoint
 
-OPTLIBS  = transforms instrument profpaths 
-ANALIBS  = datastructure ipa target.a 
+OPTLIBS  = LLVMTransforms LLVMInstrumentation LLVMProfilePaths
+ANALIBS  = LLVMDataStructure LLVMipa LLVMTarget.a 
 
-USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) transformutils \
-           asmparser bcreader bcwriter vmcore support LLVMsystem.a
+USEDLIBS = LLVMipo LLVMScalarOpts LLVMAnalysis $(OPTLIBS) $(ANALIBS) \
+	   LLVMTransformUtils LLVMAsmParser LLVMBCReader LLVMBCWriter LLVMCore \
+	   LLVMSupport.a LLVMSystem.a
 
 TOOLLINKOPTS = $(PLATFORMLIBDL)
 






More information about the llvm-commits mailing list