blob: ca4d0ce85d1017a05f2cf8b1699ae03f6f7b36bb [file] [log] [blame]
Reid Spencer8d18dcf2004-11-14 22:28:33 +00001##===- tools/llvm-ranlib/Makefile --------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ../..
Reid Spencerad38cd62005-05-19 21:10:31 +000011TOOLNAME = llvm-ranlib
Chris Lattneraea932d2006-09-04 05:59:09 +000012LINK_COMPONENTS = archive bcreader
Chris Lattner0465fa92006-07-07 00:46:19 +000013REQUIRES_EH := 1
Reid Spencer8d18dcf2004-11-14 22:28:33 +000014
15include $(LEVEL)/Makefile.common