blob: 4132e11f40d8850fa5c3de803f8226ce6164a695 [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
12USEDLIBS = bcreader vmcore support.a
13include $(LEVEL)/Makefile.common