X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fbugpoint%2FMakefile;h=96c0fcf519e651d6900072ef8d982935ffabb827;hb=5e7c782b29d4317db9098e7482046fbbc9933054;hp=0b198323afeefb010b04aa23f446f4453a39430a;hpb=e96a1a576becba35edc318b63ab85448d810854f;p=oota-llvm.git diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index 0b198323afe..96c0fcf519e 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -2,20 +2,17 @@ # # 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 +LEVEL := ../.. +TOOLNAME := bugpoint +LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \ + bitwriter irreader vectorize objcarcopts -OPTLIBS = LLVMTransforms.a LLVMInstrumentation.a -ANALIBS = LLVMDataStructure LLVMipa.a LLVMTarget.a - -USEDLIBS = LLVMipo.a LLVMScalarOpts.a $(OPTLIBS) $(ANALIBS) LLVMAnalysis.a \ - LLVMTransformUtils \ - LLVMAsmParser LLVMLinker.a LLVMBCReader LLVMBCWriter \ - LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a +# Support plugins. +NO_DEAD_STRIP := 1 include $(LEVEL)/Makefile.common