[project @ 1997-03-13 09:34:46 by sof]
[ghc-hetmet.git] / ghc / utils / Makefile
1 TOP=..
2 include $(TOP)/mk/boilerplate.mk
3
4 #
5 # No ways stuff in here (and further below), please
6 #
7 export WAYS=
8
9 ifneq "$(BIN_DIST_NAME)" ""
10 # We're doing a binary-dist, descend into a subset of the dirs.
11 SUBDIRS = hp2ps hscpp hstags mkdependHS stat2resid unlit
12 else
13 SUBDIRS = hp2ps         \
14           hscpp         \
15           hstags        \
16           mkdependHS    \
17           parallel      \
18           stat2resid    \
19           ugen          \
20           unlit
21 endif
22
23 # "heap-view" is not in the list because (a) it requires
24 #  a Haskell compiler (which you may not have yet), and (b) you are
25 #  unlikely to want it desperately.  It is easy to build once you have
26 #  a Haskell compiler and if you want it.
27
28 include $(TOP)/mk/target.mk