[project @ 1998-02-26 13:47:07 by sof]
[ghc-hetmet.git] / ghc / tests / Makefile
index 290137a..b626f2b 100644 (file)
@@ -1,7 +1,22 @@
-TOP = ..
+TOP = .
 include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = reader rename simplCore typecheck deSugar printing ccall deriving programs
+SUBDIRS = \
+       array \
+       ccall \
+       codeGen \
+       deSugar \
+       deriving \
+       numeric \
+       printing \
+       reader \
+       rename \
+       simplCore \
+       stranal \
+       typecheck 
+
+#      io \
+#      programs
 
 include $(TOP)/mk/target.mk