4496c9536d27bfde1b8fd47d4b82806361502b28
[ghc-hetmet.git] / ghc / tests / ccall / should_compile / Makefile
1 # -----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.12 2000/12/12 17:21:40 simonmar Exp $
3
4 TOP = ../..
5 HCOnly = YES
6 include $(TOP)/mk/boilerplate.mk
7 include $(TOP)/mk/should_compile.mk
8
9 SRC_HC_OPTS += -dcore-lint -fglasgow-exts -package lang
10
11 # Note that these tests are still in a state of flux... don't believe errors
12 # they report. In fact, these aren't really very good tests at all...
13
14 cc004_HC_OPTS = -fvia-C
15 cc005_HC_OPTS = -fvia-C
16 cc006_HC_OPTS = -fvia-C -fno-prune-tydecls
17 cc010_HC_OPTS = -fvia-C
18
19 include $(TOP)/mk/target.mk