Reid Spencer | 8d18dcf | 2004-11-14 22:28:33 +0000 | [diff] [blame] | 1 | ##===- tools/llvm-ranlib/Makefile --------------------------*- Makefile -*-===## |
| 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
Chris Lattner | 5116784 | 2007-12-29 20:07:17 +0000 | [diff] [blame] | 5 | # This file is distributed under the University of Illinois Open Source |
| 6 | # License. See LICENSE.TXT for details. |
Reid Spencer | 8d18dcf | 2004-11-14 22:28:33 +0000 | [diff] [blame] | 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
| 9 | |
| 10 | LEVEL = ../.. |
Reid Spencer | ad38cd6 | 2005-05-19 21:10:31 +0000 | [diff] [blame] | 11 | TOOLNAME = llvm-ranlib |
Chris Lattner | a8653f3 | 2007-05-06 05:53:02 +0000 | [diff] [blame] | 12 | LINK_COMPONENTS = archive |
Chris Lattner | 0465fa9 | 2006-07-07 00:46:19 +0000 | [diff] [blame] | 13 | REQUIRES_EH := 1 |
Reid Spencer | 8d18dcf | 2004-11-14 22:28:33 +0000 | [diff] [blame] | 14 | |
| 15 | include $(LEVEL)/Makefile.common |