[project @ 2001-04-02 21:20:07 by panne]
[ghc-hetmet.git] / ghc / tests / programs / Makefile
1 #-----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.9 2001/03/22 03:51:12 hwloidl Exp $
3 #
4 # (c) The GHC Team, 1999-2000
5 #
6
7 TOP = .
8 include $(TOP)/mk/boilerplate.mk
9
10 NOT_THESE = CVS mk
11
12 NOT_THESE += hill_stk_oflow
13 #       Correctly fails to terminate
14
15 NOT_THESE += ipoole_spec_class
16 #       Dialogue style IO
17
18 NOT_THESE += areid_pass
19 #       Old-style I/O
20
21 NOT_THESE += north_lias
22 #       Deliberately causes divide by zero, and
23 #       we can't catch that yet
24
25 NOT_THESE += andy_cherry barton-mangler-bug cvh_unboxing dmgob_native1 dmgob_native2 fast2haskell fexport jtod_circint okeefe_neural
26 #       doesn't compile
27
28 NOT_THESE += jeff-bug lennart_array
29 #       compiles but doesn't run
30
31 NOT_THESE += dmgob_native1 dmgob_native2
32 #       Native library doens't exist
33
34 ifneq "$(HWL_NOFIB_HACK)" ""
35 NOT_THESE += callback zhang_ccall
36 # HWL: tmp disabled for testing GUM-merged version          (20/3/01)
37 #      don't compile: failed to load interface for `IOExts'
38 endif
39
40 SUBDIRS = $(filter-out $(patsubst %, %/, $(NOT_THESE)), $(wildcard */))
41
42 include $(TOP)/mk/target.mk
43