blob: 5aab1714f232c94c6a67a3fef3eec27a26a759cf [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 = ../..
11TOOLNAME = llvm-ranlib
12USEDLIBS = LLVMArchive.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
13
14include $(LEVEL)/Makefile.common