[project @ 2001-08-10 08:40:51 by simonmar]
[ghc-hetmet.git] / ghc / tests / printing / Makefile
index bc76d45..5268832 100644 (file)
@@ -1,19 +1,7 @@
-TOP = ../../..
+TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-HS_SRCS = $(wildcard *.hs)
-
-SRC_RUNTEST_OPTS += -accept-output -o1 $*.stdout -o2 $*.stderr -x 0
-HC_OPTS += -noC -ddump-tc -dcore-lint -hi
-
-%.o : %.hs
-
-%.o : %.hs
-       $(RUNTEST) $(HC) $(RUNTEST_OPTS) $(HC_OPTS) -c $< -o $@ -osuf $(subst .,,$(suffix $@)) 
-
-all :: $(HS_OBJS)
-
-print002_HC_OPTS = -fno-implicit-prelude -dppr-user -ddump-rdr -ddump-tc
+SUBDIRS = should_compile
 
 include $(TOP)/mk/target.mk