aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzweije2001-09-16 22:23:17 +0000
committerzweije2001-09-16 22:23:17 +0000
commit65fca262a02c65b7d8d1e407ceeaaa8322129cc3 (patch)
tree3ce1d2a8eb1effa28ae4eed77d1b1ab3210204fe
parentThis commit was generated by cvs2svn to compensate for changes in r787, (diff)
This commit was generated by cvs2svn to compensate for changes in r790,
which included commits to RCS files with non-trunk default branches. git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@791 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r--sucl/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sucl/Makefile b/sucl/Makefile
index 19c69c5..b8718dd 100644
--- a/sucl/Makefile
+++ b/sucl/Makefile
@@ -4,9 +4,10 @@
COCL = cocl
#COCLFLAGS = -lat
-SYS = Clean\ System\ Files
+#SYS = Clean\ System\ Files
+SYS = .
-MODULES = cleanversion basic pfun graph dnc rule trd rewr complete history spine trace absmodule strat loop coreclean law canon cli extract newfold newtest convert supercompile
+MODULES = cleanversion basic pfun graph dnc rule trd rewr complete history spine trace absmodule strat loop coreclean law canon cli extract newfold newtest expand convert supercompile
ABC = $(patsubst %,$(SYS)/%.abc,$(MODULES))
@@ -25,8 +26,9 @@ tags: *.dcl *.icl ../compiler/*.dcl ../compiler/*.icl
$(SYS)/%.abc: %.icl
$(COCL) $(COCLFLAGS) $*
-$(SYS)/supercompile.abc: supercompile.icl supercompile.dcl convert.dcl newtest.dcl cli.dcl coreclean.dcl basic.dcl
+$(SYS)/supercompile.abc: supercompile.icl supercompile.dcl convert.dcl expand.dcl newtest.dcl cli.dcl coreclean.dcl basic.dcl
$(SYS)/convert.abc: convert.icl convert.dcl coreclean.dcl rule.dcl graph.dcl basic.dcl
+$(SYS)/expand.abc: expand.icl expand.dcl newtest.dcl newfold.dcl rule.dcl rewr.dcl graph.dcl pfun.dcl basic.dcl
$(SYS)/newtest.abc: newtest.icl newtest.dcl newfold.dcl cli.dcl canon.dcl coreclean.dcl loop.dcl trace.dcl spine.dcl history.dcl complete.dcl trd.dcl rule.dcl graph.dcl basic.dcl
$(SYS)/newfold.abc: newfold.icl newfold.dcl extract.dcl trace.dcl spine.dcl history.dcl rule.dcl dnc.dcl graph.dcl basic.dcl
$(SYS)/extract.abc: extract.icl extract.dcl rule.dcl dnc.dcl graph.dcl basic.dcl