X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-ar%2FMakefile;h=824bb9473000d6dd0b8a1c4a646faaa92ec531a1;hb=156aeff2f7942d05611284ce96d76ab9db6d9f0a;hp=73aabbb21acbe5dd48a8c4ce4de0a54874925b6b;hpb=14baebf4ee48b2c34b3a2eec972f89e1c8806263;p=oota-llvm.git diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile index 73aabbb21ac..824bb947300 100644 --- a/tools/llvm-ar/Makefile +++ b/tools/llvm-ar/Makefile @@ -1,6 +1,21 @@ -LEVEL = ../.. +##===- tools/llvm-ar/Makefile ------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## -TOOLNAME = llvm-ar -USEDLIBS = bcreader vmcore support.a +LEVEL := ../.. +TOOLNAME := llvm-ar +TOOLALIAS = llvm-ranlib +LINK_COMPONENTS := all-targets bitreader libdriver support object + +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS := 1 include $(LEVEL)/Makefile.common + +all-local:: + $(Verb) $(AliasTool) $(notdir $(ToolBuildPath)) $(ToolDir)/llvm-lib$(EXEEXT)