d6c76fc41afe54d04668eab124d6dbf4692eeac9
[ghc-hetmet.git] / ghc / tests / ccall / should_run / Makefile
1 #-----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.6 2000/12/12 17:21:40 simonmar Exp $
3
4 TOP = ../..
5 include $(TOP)/mk/boilerplate.mk
6 include $(TOP)/mk/should_run.mk
7
8 SRC_HC_OPTS += -dcore-lint -fglasgow-exts -package lang
9
10 callback_HC_OPTS += -fvia-C
11
12 callback_LD_OPTS = callback_stub.o
13 fed001_LD_OPTS = fed001_stub.o
14
15 include $(TOP)/mk/target.mk
16