[project @ 2000-07-02 19:23:21 by panne]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / Makefile
index f508ab2..95354e5 100644 (file)
@@ -2,10 +2,17 @@ TOP = ../..
 include $(TOP)/mk/boilerplate.mk
 include $(TOP)/mk/should_compile.mk
 
-SRC_HC_OPTS += -noC -dcore-lint -fno-warn-incomplete-patterns -hi-with-declarations -hi-with-instances -hi-with-exports
+SRC_HC_OPTS += -dcore-lint -fno-warn-incomplete-patterns -hi-with-declarations -hi-with-instances -hi-with-exports
 
 tc019_HC_OPTS = -fglasgow-exts
-tc065_HC_OPTS = -syslib misc
+tc065_HC_OPTS = -package lang -package data
+tc087_HC_OPTS = -fglasgow-exts
+tc088_HC_OPTS = -package lang
+tc089_HC_OPTS = -H12m
 tc097_HC_OPTS = -fglasgow-exts
+tc100_HC_OPTS = -O
+
+# mkdependHS doesn't understand OPTIONS pragmas...
+SRC_MKDEPENDHS_OPTS += -fglasgow-exts
 
 include $(TOP)/mk/target.mk