f1cb1fa25c51702d4c798d9540e92166fc0927f0
[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 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