[project @ 1999-10-04 13:57:41 by simonmar]
[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 mkdependHS stat2resid unlit
7 else
8 SUBDIRS = hp2ps         \
9           hscpp         \
10           mkdependHS    \
11           parallel      \
12           stat2resid    \
13           unlit
14 endif
15
16 # hstags died when the new parser was introduced.
17 #         hstags        \
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