[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / numeric / should_run / Makefile
1 #-----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.8 2000/12/12 17:21:41 simonmar Exp $
3
4 TOP = ../..
5 include $(TOP)/mk/boilerplate.mk
6 include $(TOP)/mk/should_run.mk
7
8 SRC_HC_OPTS += -dcore-lint
9 arith006_HC_OPTS +=  -package lang
10 arith010_HC_OPTS +=  -package lang
11 arith011_HC_OPTS +=  -package lang
12 arith012_HC_OPTS +=  -package lang
13 num006_HC_OPTS +=  -package lang
14
15 .PRECIOUS: %.bin %.o
16
17 SRC_MKDEPENDHS_OPTS += -fglasgow-exts
18
19 include $(TOP)/mk/target.mk