blob: 567bc4316a11728c83dcb1ff160eefa7207e7f17 [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 Spencer6cb21d42004-10-27 23:18:45 +000012USEDLIBS = LLVMAnalysis.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
Chris Lattner6f82d072003-10-28 19:16:35 +000013include $(LEVEL)/Makefile.common