[project @ 2005-03-10 14:03:28 by simonmar]
[ghc-hetmet.git] / ghc / utils / Makefile
index 8db0f28..7348160 100644 (file)
@@ -6,12 +6,16 @@ ifneq "$(BIN_DIST_NAME)" ""
 SUBDIRS = hp2ps stat2resid unlit
 else
 ifeq "$(BootingFromHc)" "YES"
-SUBDIRS = hp2ps parallel stat2resid prof unlit
+SUBDIRS = genapply genprimopcode ghc-pkg unlit
 else
-SUBDIRS = ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode
+SUBDIRS = hasktags ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode genapply runghc
 endif
 endif
 
+ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
+SUBDIRS += touchy
+endif
+
 # hstags died when the new parser was introduced.
 #        hstags        \