minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
[oota-llvm.git] / tools / bugpoint / Makefile
index 6460aa82aa2a44dc32f365b0f0a1f75d94244dff..acafa838d0d1bcd46bb0752fe7f9dbea43a9eeff 100644 (file)
@@ -10,12 +10,8 @@ LEVEL = ../..
 
 TOOLNAME = bugpoint
 
-OPTLIBS  = LLVMTransforms.a LLVMInstrumentation.a
-ANALIBS  = LLVMDataStructure LLVMipa.a LLVMTarget.a 
-
-USEDLIBS = LLVMipo.a LLVMScalarOpts.a $(OPTLIBS) $(ANALIBS) LLVMAnalysis.a \
-          LLVMTransformUtils.a \
-          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