blob: b0d4b3e5796f1672100db0cc0558fcaa5f178ef7 [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 \
Misha Brukmane50b0752005-04-24 17:43:41 +000013 LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
14
Chris Lattner6f82d072003-10-28 19:16:35 +000015include $(LEVEL)/Makefile.common