X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fbugpoint%2FMakefile;h=20493218b0646df24cd30676b972e611696e408a;hb=0a230e0d985625a3909cb78fd867a3abaf434565;hp=e3addbdb2662b1efa5f483b865f19ff809d89c16;hpb=6cb21d443eff9369e4f9035af28efd627e8f3909;p=oota-llvm.git diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index e3addbdb266..20493218b06 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -2,21 +2,14 @@ # # 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 LLVMBCReader LLVMBCWriter LLVMCore \ - LLVMSupport.a LLVMSystem.a - -TOOLLINKOPTS = $(PLATFORMLIBDL) +LEVEL := ../.. +TOOLNAME := bugpoint +LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \ + bitwriter irreader vectorize objcarcopts include $(LEVEL)/Makefile.common