a7bb484f7e7b7fdf75979024c90ea553146bc30d
[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 += -dcore-lint
6
7 read012_HC_OPTS += -O -funfold-casms-in-hi-file -fglasgow-exts -ohi T1.hi
8 read013_HC_OPTS += -O -funfold-casms-in-hi-file -fglasgow-exts
9 read014_HC_OPTS += -Wall
10 read022_HC_OPTS = -fglasgow-exts
11 read024_HC_OPTS = -fglasgow-exts
12
13 CLEAN_FILES += T1.hi T2.hi MyList.hi
14
15 include $(TOP)/mk/target.mk