blob: 1379532f5eeb24d7ccc190f3d2d420a34f088969 [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
Reid Spencer18c8b492006-06-01 01:30:27 +000012USEDLIBS = LLVMArchive.a LLVMBCReader.a \
13 LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a
Chris Lattner0465fa92006-07-07 00:46:19 +000014REQUIRES_EH := 1
Reid Spencer8d18dcf2004-11-14 22:28:33 +000015
16include $(LEVEL)/Makefile.common