blob: 44553974936b81323e3d01c63c1d9e9af2f09a77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
TOP=../..
include $(TOP)/ghc/mk/ghc.mk
SUBDIRS = hp2ps \
hscpp \
mkdependHS \
stat2resid \
ugen \
unlit
# parallel \
# hstags
# not ready to go for 2.01
# "heap-view" is not in the list because (a) it requires
# a Haskell compiler (which you may not have yet), and (b) you are
# unlikely to want it desperately. It is easy to build once you have
# a Haskell compiler and if you want it.
include $(TOP)/mk/subdir.mk
|