blob: 938f73ef11a8d67f71a2079d70a5d9aef207ce2c [file] [log] [blame]
John Criswelle2fab732003-10-20 22:29:16 +00001##===- tools/llvm-ar/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##===----------------------------------------------------------------------===##
Tanya Lattner14baebf2003-08-28 15:22:38 +00009LEVEL = ../..
10
11TOOLNAME = llvm-ar
Reid Spencer6cb21d42004-10-27 23:18:45 +000012USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
Tanya Lattner14baebf2003-08-28 15:22:38 +000013
14include $(LEVEL)/Makefile.common