[project @ 2001-03-05 00:07:23 by qrczak]
[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 stat2resid unlit
7 else
8 SUBDIRS = hp2ps         \
9           hsc2hs        \
10           parallel      \
11           stat2resid    \
12           prof          \
13           unlit         \
14           genprimopcode
15 endif
16
17 # hstags died when the new parser was introduced.
18 #         hstags        \
19
20 # "heap-view" is not in the list because (a) it requires
21 #  a Haskell compiler (which you may not have yet), and (b) you are
22 #  unlikely to want it desperately.  It is easy to build once you have
23 #  a Haskell compiler and if you want it.
24
25 include $(TOP)/mk/target.mk