X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fbugpoint%2FMakefile;h=5d287ef188aeb9af43b3e75cc76f1f99486ce9b0;hb=a75ce9f5d2236d93c117e861e60e6f3f748c9555;hp=052ca29f0de3bff2452851118d9e16858ba36e4e;hpb=bf714df962e8d387f530d40d1f040863db8009e8;p=oota-llvm.git diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index 052ca29f0de..5d287ef188a 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -2,22 +2,15 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by the LLVM research group and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## 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 - -TOOLLINKOPTS = $(PLATFORMLIBDL) +LINK_COMPONENTS := asmparser instrumentation scalaropts ipo \ + linker bitreader bitwriter include $(LEVEL)/Makefile.common