minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
[oota-llvm.git] / tools / bugpoint / Makefile
index e5eacd0cb1b31a6dca3bd9f88c002f4340330baf..acafa838d0d1bcd46bb0752fe7f9dbea43a9eeff 100644 (file)
@@ -10,12 +10,8 @@ LEVEL = ../..
 
 TOOLNAME = bugpoint
 
-OPTLIBS  = LLVMTransforms LLVMInstrumentation LLVMProfilePaths
-ANALIBS  = LLVMDataStructure LLVMipa LLVMTarget.a 
-
-USEDLIBS = LLVMipo LLVMScalarOpts LLVMAnalysis $(OPTLIBS) $(ANALIBS) \
-          LLVMTransformUtils \
-          LLVMAsmParser LLVMLinker.a LLVMBCReader LLVMBCWriter \
-          LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
+LINK_COMPONENTS := bcreader bcwriter asmparser instrumentation scalaropts ipo \
+                   linker
+REQUIRES_EH := 1
 
 include $(LEVEL)/Makefile.common