[project @ 2000-06-12 17:01:56 by panne]
[ghc-hetmet.git] / ghc / tests / numeric / should_run / Makefile
index 3163b43..cb30478 100644 (file)
@@ -1,10 +1,19 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.1 1998/01/07 18:13:11 simonm Exp $
+# $Id: Makefile,v 1.7 2000/06/12 17:01:58 panne Exp $
 
 TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_run.mk
 
-HC_OPTS += -dcore-lint
+SRC_HC_OPTS += -dcore-lint
+arith006_HC_OPTS += -fglasgow-exts
+arith010_HC_OPTS += -fglasgow-exts
+arith011_HC_OPTS += -fglasgow-exts
+arith012_HC_OPTS += -fglasgow-exts
+num006_HC_OPTS += -fglasgow-exts
+
+.PRECIOUS: %.bin %.o
+
+SRC_MKDEPENDHS_OPTS += -fglasgow-exts
 
 include $(TOP)/mk/target.mk