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