[project @ 2002-11-21 09:37:24 by simonpj]
[ghc-hetmet.git] / ghc / utils / genapply / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3
4 HS_PROG = $(GHC_GENAPPLY_PGM)
5
6 SRC_HC_OPTS += -I$(GHC_INCLUDE_DIR)
7
8 # genapply is needed to boot in ghc/rts...
9 ifneq "$(BootingFromHc)" "YES"
10 boot :: all
11 endif
12
13 include $(TOP)/mk/target.mk