edb0ecee8e4ca6b2fee0a579e01198f09a5c9780
[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 override WAYS=
8 export WAYS=
9
10 ifneq "$(BIN_DIST_NAME)" ""
11 # We're doing a binary-dist, descend into a subset of the dirs.
12 SUBDIRS = hp2ps hscpp hstags mkdependHS stat2resid unlit
13 else
14 SUBDIRS = hp2ps         \
15           hscpp         \
16           hstags        \
17           mkdependHS    \
18           parallel      \
19           stat2resid    \
20           ugen          \
21           unlit
22
23 endif
24
25 # "heap-view" is not in the list because (a) it requires
26 #  a Haskell compiler (which you may not have yet), and (b) you are
27 #  unlikely to want it desperately.  It is easy to build once you have
28 #  a Haskell compiler and if you want it.
29
30 include $(TOP)/mk/target.mk