2 include $(TOP)/mk/boilerplate.mk
4 ifneq "$(BIN_DIST_NAME)" ""
5 # We're doing a binary-dist, descend into a subset of the dirs.
6 SUBDIRS = hp2ps stat2resid unlit
8 ifeq "$(BootingFromHc)" "YES"
9 SUBDIRS = genapply genprimopcode ghc-pkg unlit
11 SUBDIRS = hasktags ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode genapply runghc
15 ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
19 # hstags died when the new parser was introduced.
22 # "heap-view" is not in the list because (a) it requires
23 # a Haskell compiler (which you may not have yet), and (b) you are
24 # unlikely to want it desperately. It is easy to build once you have
25 # a Haskell compiler and if you want it.
27 include $(TOP)/mk/target.mk