Reorganisation of the source tree
[ghc-hetmet.git] / utils / genprimopcode / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3
4 HS_PROG = genprimopcode
5
6 ifeq "$(ghc_ge_504)" "NO"
7 SRC_HC_OPTS += -package text
8 endif
9
10 ifeq "$(ghc_ge_602)" "YES"
11 SRC_HC_OPTS += -package parsec
12 endif
13
14 # genprimopcode is needed to boot in ghc/compiler...
15 ifneq "$(BootingFromHc)" "YES"
16 boot :: all
17 endif
18
19 include $(TOP)/mk/target.mk