[project @ 1999-06-23 10:42:07 by simonmar]
[ghc-hetmet.git] / ghc / tests / reader / should_compile / Makefile
1 TOP = ../..
2 include $(TOP)/mk/boilerplate.mk
3 include $(TOP)/mk/should_compile.mk
4
5 SRC_HC_OPTS += -noC -dcore-lint
6
7 read004_HC_OPTS = -fno-implicit-prelude
8 read012_HC_OPTS += -O -funfold-casms-in-hi-file -fglasgow-exts -ohi T1.hi
9 read013_HC_OPTS += -O -funfold-casms-in-hi-file -fglasgow-exts
10 read014_HC_OPTS += -Wall
11 read022_HC_OPTS = -fglasgow-exts
12
13 include $(TOP)/mk/target.mk