Skip to content
Snippets Groups Projects
Commit 75fc0938 authored by sof's avatar sof
Browse files

[project @ 1997-05-18 23:02:22 by sof]

(partially) updated for new Makefile setup
parent 995d6dbf
No related merge requests found
TOP = ../../..
include $(TOP)/mk/boilerplate.mk
runtests :: $(patsubst %.hs, %.runtest, $(wildcard *.hs))
SRCS = $(wildcard *.hs)
HS_PROG = ds040
PROG : $(SRCS)
runtests :: $(wildcard *.hs)
@echo 'TODO: ds014a -- some things that should NOT go through'
#SUBDIRS = cvh-ds-unboxed
# These options apply to all tests
RUN_TEST_OPTS = -noC -ddump-ds -dcore-lint
HC_OPTS += -noC -ddump-ds -dcore-lint
ds030_flags = -dppr-all
ds035_flags = -fglasgow-exts
ds039_flags = -dppr-all
ds030_HC_OPTS = -dppr-all
ds035_HC_OPTS = -fglasgow-exts
ds039_HC_OPTS = -dppr-all
include $(TOP)/mk/target.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment