blob: 1d315c2b82e28bde84b966e7fc3eb147c6e4bc4a [file] [log] [blame]
Reid Spencer30227fd2004-11-14 22:28:33 +00001##===- tools/llvm-ranlib/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.
Reid Spencer30227fd2004-11-14 22:28:33 +00007#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
Reid Spencerb19f7a32005-05-19 21:10:31 +000011TOOLNAME = llvm-ranlib
Chris Lattnerb52f3aa2007-05-06 05:53:02 +000012LINK_COMPONENTS = archive
Chris Lattner05a89702006-07-07 00:46:19 +000013REQUIRES_EH := 1
Reid Spencer30227fd2004-11-14 22:28:33 +000014
15include $(LEVEL)/Makefile.common