ca6251d6044627cbee6cd72ed697fe2e9c324b79
[ghc-hetmet.git] / ghc / tests / deSugar / should_run / Makefile
1 TOP = ../../../..
2 include $(TOP)/mk/boilerplate.mk
3
4 HS_SRCS = $(wildcard *.hs)
5 BINS = $(patsubst %.o,%,$(HS_OBJS))
6
7 SRC_RUNTEST_OPTS += -o1 $*.stdout -o2 $*.stderr -x 0
8 HC_OPTS += -noC -dcore-lint
9
10 all :: $(BINS)
11
12 %.o : %
13         $(HC) $(HC_OPTS) $< -o $@
14
15
16 include $(TOP)/mk/target.mk
17
18