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