039afcb3111c6e6349bf3b87bffc913574d10031
[ghc-hetmet.git] / ghc / tests / programs / Makefile
1 #-----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.6 2000/04/11 11:48:13 simonmar 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 callback 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 SUBDIRS = $(filter-out $(patsubst %, %/, $(NOT_THESE)), $(wildcard */))
32
33 include $(TOP)/mk/target.mk
34