TOP = ../.. include $(TOP)/mk/boilerplate.mk SRC_HC_OPTS += -cpp # Bah.hs is a test file, which we don't want in SRCS EXCLUDED_SRCS = Bah.hs FAST_OPTS = 7 NORM_OPTS = 9 SLOW_OPTS = 9 ifeq "$(HEAP)" "LARGE" SRC_RUNTEST_OPTS += +RTS -H160m -RTS endif ifeq "$(HEAP)" "OLD" SRC_RUNTEST_OPTS += +RTS -H10m -RTS endif SRC_RUNTEST_OPTS += -stdout-binary include $(TOP)/mk/target.mk