[project @ 1997-09-03 23:31:30 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / Makefile
1 TOP = ../../../..
2 include $(TOP)/mk/boilerplate.mk
3
4 HS_SRCS = $(wildcard *.hs)
5
6 SRC_RUNTEST_OPTS += -o1 $*.stdout -o2 $*.stderr -x 1
7 HC_OPTS += -noC -ddump-tc
8
9 %.o : %.hs
10         $(RUNTEST) $(HC) $(RUNTEST_OPTS) -- $(HC_OPTS) -c $< -o $@
11
12 all :: $(HS_OBJS)
13
14 tcfail045_HC_OPTS = -fglasgow-exts
15 tcfail059_HC_OPTS = -hi              
16 tcfail060_HC_OPTS = -hi
17 tcfail061_HC_OPTS = -hi
18 tcfail062_HC_OPTS = -hi
19 tcfail063_HC_OPTS = -hi
20 tcfail064_HC_OPTS = -hi
21 tcfail065_HC_OPTS = -hi
22 tcfail066_HC_OPTS = -hi
23 tcfail067_HC_OPTS = -hi
24 tcfail068_HC_OPTS = -fglasgow-exts
25
26 include $(TOP)/mk/target.mk