blob: 1d315c2b82e28bde84b966e7fc3eb147c6e4bc4a [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
10LEVEL = ../..
Reid Spencerad38cd62005-05-19 21:10:31 +000011TOOLNAME = llvm-ranlib
Chris Lattnera8653f32007-05-06 05:53:02 +000012LINK_COMPONENTS = archive
Chris Lattner0465fa92006-07-07 00:46:19 +000013REQUIRES_EH := 1
Reid Spencer8d18dcf2004-11-14 22:28:33 +000014
15include $(LEVEL)/Makefile.common