use the new MemoryBuffer interfaces to simplify error reporting in clients.
[oota-llvm.git] / tools / llvm-extract / Makefile
index 80a90fa41a887eb60b1bd0cb5d8946a7b9480100..fafa1cb4cddf2a981566576477f57314d3c3b4a1 100644 (file)
@@ -6,11 +6,10 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
 
 TOOLNAME = llvm-extract
-USEDLIBS = LLVMBCReader LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMTarget.a \
-           LLVMAnalysis.a LLVMTransformUtils.a LLVMipa.a \
-           LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
+LINK_COMPONENTS := ipo bitreader bitwriter
 
 include $(LEVEL)/Makefile.common