[project @ 1999-05-10 10:12:25 by simonm]
[ghc-hetmet.git] / ghc / tests / numeric / should_run / Makefile
1 #-----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.5 1999/05/10 10:12:25 simonm Exp $
3
4 TOP = ../..
5 include $(TOP)/mk/boilerplate.mk
6 include $(TOP)/mk/should_run.mk
7
8 HC_OPTS += -dcore-lint
9 arith010_HC_OPTS += -fglasgow-exts
10 arith011_HC_OPTS += -fglasgow-exts
11 arith012_HC_OPTS += -fglasgow-exts
12 num006_HC_OPTS += -fglasgow-exts
13
14 .PRECIOUS: %.bin %.o
15
16 SRC_MKDEPENDHS_OPTS += -fglasgow-exts
17
18 include $(TOP)/mk/target.mk