blob: 6ee6f34942d751f8a1d00e8beaa286fa552d342d [file] [log] [blame]
John Criswellabe5cdc2003-10-20 22:29:16 +00001##===- tools/llvm-ar/Makefile ------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner8fa21ac2007-12-29 20:07:17 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
John Criswellabe5cdc2003-10-20 22:29:16 +00007#
8##===----------------------------------------------------------------------===##
Tanya Lattner57c70a62003-08-28 15:22:38 +00009
Daniel Dunbar96d812a2011-10-18 19:27:24 +000010LEVEL := ../..
11TOOLNAME := llvm-ar
12LINK_COMPONENTS := archive
Chris Lattner05a89702006-07-07 00:46:19 +000013REQUIRES_EH := 1
Tanya Lattner57c70a62003-08-28 15:22:38 +000014
Chris Lattner3f60b482009-02-26 19:01:11 +000015# This tool has no plugins, optimize startup time.
Daniel Dunbar96d812a2011-10-18 19:27:24 +000016TOOL_NO_EXPORTS := 1
Chris Lattner3f60b482009-02-26 19:01:11 +000017
Tanya Lattner57c70a62003-08-28 15:22:38 +000018include $(LEVEL)/Makefile.common