[project @ 2001-08-01 20:37:00 by qrczak]
[ghc-hetmet.git] / ghc / utils / genprimopcode / Makefile
1 # -----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.6 2001/08/01 20:37:00 qrczak Exp $
3
4 TOP=../..
5 include $(TOP)/mk/boilerplate.mk
6
7 HS_PROG        = genprimopcode
8 SRC_HC_OPTS   += -syslib text
9 # TODO: remove -H80M when the strictness analyser is working again.
10 Main_HC_OPTS   = -H80M
11
12 # genprimopcode is needed to boot in ghc/compiler...
13 ifneq "$(BootingFromHc)" "YES"
14 boot :: all
15 endif
16
17 include $(TOP)/mk/target.mk