2003-10-29 03:16:35 +08: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-02-11 13:56:07 +08:00
|
|
|
USEDLIBS = analysis.a bcreader vmcore support.a
|
2003-10-29 03:16:35 +08:00
|
|
|
include $(LEVEL)/Makefile.common
|