X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-ar%2FMakefile;h=fafb14bc12a1705bf73be69b2ff52329c96c715b;hb=22bd64173981bf1251c4b3bfc684207340534ba3;hp=2f4257b64de43ba2f58128820d20239118b7f6e4;hpb=7c4c98d9860dfa5a5efbd354589ee64e43b8a5bd;p=oota-llvm.git diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile index 2f4257b64de..fafb14bc12a 100644 --- a/tools/llvm-ar/Makefile +++ b/tools/llvm-ar/Makefile @@ -2,13 +2,16 @@ # # 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 = llvm-ar -USEDLIBS = bcreader vmcore support.a LLVMsystem.a +LEVEL := ../.. +TOOLNAME := llvm-ar +LINK_COMPONENTS := archive + +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS := 1 include $(LEVEL)/Makefile.common