[project @ 1996-07-25 20:43:49 by partain]
[ghc-hetmet.git] / ghc / utils / Jmakefile
index d7e22d6..eac3396 100644 (file)
@@ -1,11 +1,19 @@
 #define IHaveSubdirs
 
-SUBDIRS = heap-view    \
-         hp2ps         \
+SUBDIRS = hp2ps                \
          hscpp         \
-         hstags        \
          mkdependHS    \
          parallel      \
          stat2resid    \
          ugen          \
          unlit
+
+/*       hstags
+    not ready to go for 2.01
+*/
+
+/* "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.
+*/