[project @ 1999-02-18 16:37:55 by sof]
[ghc-hetmet.git] / ghc / tests / Makefile
index 290137a..e3667e6 100644 (file)
@@ -1,7 +1,23 @@
-TOP = ..
+TOP = .
 include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = reader rename simplCore typecheck deSugar printing ccall deriving programs
+SUBDIRS = \
+       array \
+       ccall \
+       codeGen \
+       deSugar \
+       deriving \
+       lib \
+       numeric \
+       reader \
+       rename \
+       simplCore \
+       stranal \
+       typecheck \
+       programs
+
+#      printing \
+#      io \
 
 include $(TOP)/mk/target.mk