llvm-6502/tools/llvm-prof/Makefile
2004-02-11 05:56:07 +00:00

14 lines
499 B
Makefile

##===- 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
USEDLIBS = analysis.a bcreader vmcore support.a
include $(LEVEL)/Makefile.common