summaryrefslogtreecommitdiff
path: root/ghc/utils/prof/cgprof/Makefile
blob: fd6ac040a79bf0909eee44baccb663e1c15514a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.2 2003/08/01 15:38:41 panne Exp $
#
# (c) The GHC Team, 2000
#

TOP=../../..
include $(TOP)/mk/boilerplate.mk

C_PROG = cgprof
INSTALL_LIBEXECS=$(C_PROG)

SRC_CC_OPTS += -Wall -I$(GHC_INCLUDE_DIR)

include $(TOP)/mk/target.mk