2003-10-28 20:16:35 +01:00
|
|
|
##===- tools/llvm-prof/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-prof
|
2004-11-25 21:22:06 +01:00
|
|
|
USEDLIBS = LLVMAnalysis.a LLVMBCReader \
|
2005-04-24 19:43:41 +02:00
|
|
|
LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
|
|
|
|
|
2003-10-28 20:16:35 +01:00
|
|
|
include $(LEVEL)/Makefile.common
|