X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2FMakefile;h=972716feb85b425f1ef8f2238cf768aac2726c39;hb=c9f955eeac2e055c5f9d4d56ee8248ed687f9917;hp=ca598190d2a11e41abfaf4271ca6d7a01c20bf01;hpb=4484149e821a97b8d230c94fd823d25edb402324;p=ghc-hetmet.git diff --git a/utils/Makefile b/utils/Makefile index ca59819..972716f 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -3,13 +3,13 @@ include $(TOP)/mk/boilerplate.mk ifeq "$(DOING_BIN_DIST)" "YES" # We're doing a binary-dist, descend into a subset of the dirs. -SUBDIRS = mkdirhier ghc-pkg hasktags hp2ps hsc2hs parallel prof unlit runghc hpc pwd +SUBDIRS = mkdirhier ghc-pkg hasktags hp2ps parallel unlit runghc hpc pwd else ifeq "$(BootingFromHc)" "YES" SUBDIRS = mkdependC mkdirhier runstdtest genapply genprimopcode ghc-pkg unlit else -SUBDIRS = mkdependC mkdirhier runstdtest ghc-pkg hasktags hp2ps hsc2hs \ - parallel prof unlit genprimopcode genapply runghc hpc pwd +SUBDIRS = mkdependC mkdirhier runstdtest ghc-pkg hasktags hp2ps \ + installPackage parallel unlit genprimopcode genapply runghc hpc pwd endif ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" # lndir doesn't build on Windows @@ -53,3 +53,14 @@ boot :: $(MAKE) -C genprimopcode endif +with-bootstrapping-compiler: + $(MAKE) -C hsc2hs with-bootstrapping-compiler + +ifneq "$(NO_INSTALL_HSC2HS)" "YES" +with-stage-1: + $(MAKE) -C hsc2hs with-stage-1 + +install :: + $(MAKE) -C hsc2hs install +endif +