43ae4337aee34123c659eddcd6697bc264b93f41
[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_607)" "YES"
8 SRC_HC_OPTS     += -package containers
9 endif
10
11 ifeq "$(ghc_ge_605)" "YES"
12 SRC_HC_OPTS     += -package regex-compat -package html
13 endif
14 ifeq "$(ghc_ge_607)" "YES"
15 SRC_HC_OPTS     += -package containers
16 endif
17
18 ifeq "$(ghc_ge_607)" "YES"
19 SRC_HC_OPTS     += -package containers
20 endif
21
22 include $(TOP)/mk/target.mk