blob: dabac6c4b14528194e81fc5e7b9a98de9ba1d59e [file] [log] [blame]
Chris Lattner6f82d072003-10-28 19:16:35 +00001##===- tools/llvm-prof/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##===----------------------------------------------------------------------===##
9LEVEL = ../..
10
11TOOLNAME = llvm-prof
Reid Spencerbf714df2004-11-25 20:22:06 +000012USEDLIBS = LLVMAnalysis.a LLVMBCReader \
13 LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
Chris Lattner6f82d072003-10-28 19:16:35 +000014include $(LEVEL)/Makefile.common