2003-10-21 00:29:16 +02:00
|
|
|
##===- tools/llvm-ar/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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2003-08-28 17:22:38 +02:00
|
|
|
LEVEL = ../..
|
|
|
|
|
|
|
|
TOOLNAME = llvm-ar
|
2004-08-29 21:29:38 +02:00
|
|
|
USEDLIBS = bcreader vmcore support.a LLVMsystem.a
|
2003-08-28 17:22:38 +02:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|