X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Futils%2FMakefile;h=e34e3ec52b119bcecbd3c2a659f3ba59a08b8f74;hb=b982291d5ca7b247e15bc11e8719e02615c15c58;hp=78554154dfc55eca9645597c2aefe27b76bcb62c;hpb=e79bf06e21221a04c4b05a1805ea511ba73796ce;p=ghc-hetmet.git diff --git a/ghc/utils/Makefile b/ghc/utils/Makefile index 7855415..e34e3ec 100644 --- a/ghc/utils/Makefile +++ b/ghc/utils/Makefile @@ -1,26 +1,24 @@ TOP=.. include $(TOP)/mk/boilerplate.mk -# -# No ways stuff in here (and further below), please -# -override WAYS= -export WAYS= - ifneq "$(BIN_DIST_NAME)" "" # We're doing a binary-dist, descend into a subset of the dirs. -SUBDIRS = hp2ps hscpp hstags mkdependHS stat2resid unlit +SUBDIRS = hp2ps stat2resid unlit +else +ifeq "$(BootingFromHc)" "YES" +SUBDIRS = hp2ps parallel stat2resid prof unlit else -SUBDIRS = hp2ps \ - hscpp \ - hstags \ - mkdependHS \ - parallel \ - stat2resid \ - ugen \ - unlit +SUBDIRS = ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode +endif endif +ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" +SUBDIRS += touchy +endif + +# hstags died when the new parser was introduced. +# hstags \ + # "heap-view" is not in the list because (a) it requires # a Haskell compiler (which you may not have yet), and (b) you are # unlikely to want it desperately. It is easy to build once you have