[project @ 2001-03-23 16:36:20 by simonmar]
[ghc-hetmet.git] / ghc / utils / genprimopcode / Makefile
1 # -----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.5 2001/03/23 16:36:22 simonmar Exp $
3
4 TOP=../..
5 include $(TOP)/mk/boilerplate.mk
6
7 HS_PROG        = genprimopcode
8 SRC_HC_OPTS   += -syslib text
9
10 # genprimopcode is needed to boot in ghc/compiler...
11 ifneq "$(BootingFromHc)" "YES"
12 boot :: all
13 endif
14
15 include $(TOP)/mk/target.mk