projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Lightweight ticky-ticky profiling
[ghc-hetmet.git]
/
utils
/
nofib-analyse
/
Makefile
1
TOP=../..
2
include $(TOP)/mk/boilerplate.mk
3
4
SRC_HC_OPTS += -fglasgow-exts -cpp -Wall
5
HS_PROG = nofib-analyse
6
7
ifeq "$(ghc_ge_605)" "YES"
8
SRC_HC_OPTS += -package regex-compat -package html
9
endif
10
11
include $(TOP)/mk/target.mk