[project @ 1998-05-06 15:10:40 by simonm]
[ghc-hetmet.git] / ghc / tests / ccall / should_compile / Makefile
1 TOP = ../..
2 include $(TOP)/mk/boilerplate.mk
3 include $(TOP)/mk/should_compile.mk
4
5 SRC_HC_OPTS += -noC -dcore-lint -fglasgow-exts
6
7 # Note that these tests are still in a state of flux... don't believe errors
8 # they report. In fact, these aren't really very good tests at all...
9
10 cc001_HC_OPTS = -noC
11 cc002_HC_OPTS = -noC
12 cc003_HC_OPTS = -noC
13 cc004_HC_OPTS = -noC
14 cc005_HC_OPTS = -fvia-C
15 cc006_HC_OPTS = -fvia-C -fno-prune-tydecls
16
17 include $(TOP)/mk/target.mk