X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2FMakefile;fp=ghc%2Futils%2FMakefile;h=9416d7728bdb54b78d66eda6c6b71dacaf8b322f;hb=0065d5ab628975892cea1ec7303f968c3338cbe1;hp=7348160a74afb09a8c940fcdecb5feece9c681e1;hpb=28a464a75e14cece5db40f2765a29348273ff2d2;p=ghc-hetmet.git diff --git a/ghc/utils/Makefile b/utils/Makefile similarity index 55% rename from ghc/utils/Makefile rename to utils/Makefile index 7348160..9416d77 100644 --- a/ghc/utils/Makefile +++ b/utils/Makefile @@ -3,12 +3,13 @@ include $(TOP)/mk/boilerplate.mk ifneq "$(BIN_DIST_NAME)" "" # We're doing a binary-dist, descend into a subset of the dirs. -SUBDIRS = hp2ps stat2resid unlit +SUBDIRS = hp2ps unlit else ifeq "$(BootingFromHc)" "YES" -SUBDIRS = genapply genprimopcode ghc-pkg unlit +SUBDIRS = mkdependC mkdirhier runstdtest genapply genprimopcode ghc-pkg unlit else -SUBDIRS = hasktags ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode genapply runghc +SUBDIRS = mkdependC mkdirhier runstdtest ghc-pkg hasktags hp2ps hsc2hs lndir \ + parallel prof unlit genprimopcode genapply runghc endif endif @@ -16,8 +17,19 @@ ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" SUBDIRS += touchy endif -# hstags died when the new parser was introduced. -# hstags \ +# Utils that we don't build by default: +# nofib-analyse + +# Utils that are old and/or bitrotted: +# stat2resid +# debugNCG +# ext-core +# genargs +# heap-view +# pvm +# verbatim +# ltx +# 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