From ee034ff90f9de14c94824acc38364e3ee27c2b1c Mon Sep 17 00:00:00 2001 From: zweije Date: Tue, 10 Jul 2001 12:16:03 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r528, which included commits to RCS files with non-trunk default branches. git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@529 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- sucl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sucl/Makefile b/sucl/Makefile index d830a8c..1b1e8e7 100644 --- a/sucl/Makefile +++ b/sucl/Makefile @@ -6,7 +6,7 @@ COCL = cocl #COCLFLAGS = -lat SYS = Clean\ System\ Files -MODULES = basic pretty pfun graph dnc rule trd rewr complete history spine trace absmodule spine strat loop law supercompile +MODULES = basic pretty pfun graph dnc rule trd rewr complete history spine trace absmodule spine strat loop law coreclean convert supercompile ABC = $(patsubst %,$(SYS)/%.abc,$(MODULES)) @@ -23,6 +23,8 @@ $(SYS)/%.abc: %.icl $(COCL) $(COCLFLAGS) $* $(SYS)/supercompile.abc: supercompile.icl supercompile.dcl +$(SYS)/convert.abc: convert.icl convert.dcl rule.dcl +$(SYS)/coreclean.abc: coreclean.icl coreclean.dcl $(SYS)/law.abc: law.icl law.dcl $(SYS)/loop.abc: loop.icl loop.dcl trace.dcl strat.dcl history.dcl rule.dcl graph.dcl basic.dcl $(SYS)/strat.abc: strat.icl strat.dcl history.dcl spine.dcl dnc.dcl rule.dcl graph.dcl pfun.dcl basic.dcl -- cgit v1.2.3