blob: 8c96e2bc3403357c8ce6ac4e429a4172455af5f7 [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
Chris Lattner89cf3932004-02-11 05:56:07 +000012USEDLIBS = analysis.a bcreader vmcore support.a
Chris Lattner6f82d072003-10-28 19:16:35 +000013include $(LEVEL)/Makefile.common