2004-11-14 23:28:33 +01:00
|
|
|
##===- tools/llvm-ranlib/Makefile --------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../..
|
|
|
|
TOOLNAME = llvm-ranlib
|
2004-11-25 21:22:06 +01:00
|
|
|
USEDLIBS = LLVMArchive.a LLVMBCReader \
|
|
|
|
LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
|
2004-11-14 23:28:33 +01:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|