[project @ 2001-03-21 15:33:47 by simonmar]
[ghc-hetmet.git] / ghc / tests / programs / Makefile
1 #-----------------------------------------------------------------------------
2 # $Id: Makefile,v 1.8 2000/11/03 16:23:38 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 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 SUBDIRS = $(filter-out $(patsubst %, %/, $(NOT_THESE)), $(wildcard */))
35
36 include $(TOP)/mk/target.mk
37