X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-bcanalyzer%2FMakefile;h=2fc61dbd62a7d5b8927e965c0e8c310f6e038399;hb=7ce02c1c9665d4f8a0a3a5c8490391e8daad7fa7;hp=791464631421ec46cdd224158488c8269da96246;hpb=18c8b49e7d3c94d7f84a4205a19f8761722fc4e5;p=oota-llvm.git diff --git a/tools/llvm-bcanalyzer/Makefile b/tools/llvm-bcanalyzer/Makefile index 79146463142..2fc61dbd62a 100644 --- a/tools/llvm-bcanalyzer/Makefile +++ b/tools/llvm-bcanalyzer/Makefile @@ -2,12 +2,16 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Reid Spencer 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 = llvm-bcanalyzer -USEDLIBS = LLVMBCReader.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a +LEVEL := ../.. +TOOLNAME := llvm-bcanalyzer +LINK_COMPONENTS := bitreader + +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS := 1 + include $(LEVEL)/Makefile.common