Couple of fixes to mention bunzip2 and make instructions more clear.
[llvm-complete.git] / tools / llvm-ar / Makefile
blob8936a49f08190df8cb3066e9de07acfe93699368
1 ##===- tools/llvm-ar/Makefile ------------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ../..
11 TOOLNAME = llvm-ar
12 LINK_COMPONENTS = archive
13 REQUIRES_EH := 1
15 include $(LEVEL)/Makefile.common
17 check-local::
18 $(Echo) Checking llvm-ar
19 $(Verb) $(ToolDir)/llvm-ar zRrS nada.a .
20 $(Verb) $(ToolDir)/llvm-ar tv nada.a | \
21 grep Debug/llvm-ar.d >/dev/null 2>&1
22 $(Verb) $(RM) -f nada.a