[project @ 2004-02-12 02:04:59 by mthomas]
[ghc-hetmet.git] / ghc / utils / Makefile
index 4455397..6ba0b79 100644 (file)
@@ -1,20 +1,27 @@
-TOP=../..
-include $(TOP)/ghc/mk/ghc.mk
+TOP=..
+include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = hp2ps                \
-         hscpp         \
-         mkdependHS    \
-         stat2resid    \
-         ugen          \
-         unlit
-#        parallel      \
+ifneq "$(BIN_DIST_NAME)" ""
+# We're doing a binary-dist, descend into a subset of the dirs.
+SUBDIRS = hp2ps stat2resid unlit
+else
+ifeq "$(BootingFromHc)" "YES"
+SUBDIRS = genapply genprimopcode ghc-pkg unlit
+else
+SUBDIRS = hasktags ghc-pkg hp2ps hsc2hs parallel stat2resid prof unlit genprimopcode genapply
+endif
+endif
 
-#        hstags
-#    not ready to go for 2.01
+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
 #  a Haskell compiler and if you want it.
 
-include $(TOP)/mk/subdir.mk
+include $(TOP)/mk/target.mk