aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzweije2001-07-10 12:16:03 +0000
committerzweije2001-07-10 12:16:03 +0000
commitee034ff90f9de14c94824acc38364e3ee27c2b1c (patch)
treee9eb32a447ce46b4498814923b770268a95fdc5c
parentThis commit was generated by cvs2svn to compensate for changes in r525, (diff)
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
-rw-r--r--sucl/Makefile4
1 files changed, 3 insertions, 1 deletions
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