aboutsummaryrefslogtreecommitdiff
path: root/sucl/Makefile
diff options
context:
space:
mode:
authorzweije2001-07-03 15:14:18 +0000
committerzweije2001-07-03 15:14:18 +0000
commita82ea4ad2d1576d15edc1b11636b2fc81df520dd (patch)
tree0e296a305b285b6473a89cc2e7ccbd0f6cb52e99 /sucl/Makefile
parentThis commit was generated by cvs2svn to compensate for changes in r518, (diff)
This commit was generated by cvs2svn to compensate for changes in r520,
which included commits to RCS files with non-trunk default branches. git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@521 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'sucl/Makefile')
-rw-r--r--sucl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sucl/Makefile b/sucl/Makefile
index 884f07e..d830a8c 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
+MODULES = basic pretty pfun graph dnc rule trd rewr complete history spine trace absmodule spine strat loop law supercompile
ABC = $(patsubst %,$(SYS)/%.abc,$(MODULES))
@@ -22,6 +22,7 @@ clean:
$(SYS)/%.abc: %.icl
$(COCL) $(COCLFLAGS) $*
+$(SYS)/supercompile.abc: supercompile.icl supercompile.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