blob: 36195f4399ec4815a9bb030786148b67cabcbce8 [file] [log] [blame]
Reid Spencer8d18dcf2004-11-14 22:28:33 +00001##===- tools/llvm-ranlib/Makefile --------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner51167842007-12-29 20:07:17 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Reid Spencer8d18dcf2004-11-14 22:28:33 +00007#
8##===----------------------------------------------------------------------===##
9
Daniel Dunbar8c39c962011-10-18 19:27:24 +000010LEVEL := ../..
11TOOLNAME := llvm-ranlib
12LINK_COMPONENTS := archive
Chris Lattner0465fa92006-07-07 00:46:19 +000013REQUIRES_EH := 1
Reid Spencer8d18dcf2004-11-14 22:28:33 +000014
Chris Lattnere3ff4562009-02-26 19:01:11 +000015# This tool has no plugins, optimize startup time.
Daniel Dunbar8c39c962011-10-18 19:27:24 +000016TOOL_NO_EXPORTS := 1
Chris Lattnere3ff4562009-02-26 19:01:11 +000017
Reid Spencer8d18dcf2004-11-14 22:28:33 +000018include $(LEVEL)/Makefile.common