aboutsummaryrefslogtreecommitdiff
path: root/sucl/Makefile
diff options
context:
space:
mode:
authorzweije2001-08-09 18:36:50 +0000
committerzweije2001-08-09 18:36:50 +0000
commit34e0f0eaaf84ce1d6a058ec4f1757e9c0599a8bc (patch)
tree47a777b64d368251dd80a079fed90590fd71600f /sucl/Makefile
parentpatch to prevent crash with undefined type variabeles in special declaration (diff)
This commit was generated by cvs2svn to compensate for changes in r599,
which included commits to RCS files with non-trunk default branches. git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@600 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'sucl/Makefile')
-rw-r--r--sucl/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/sucl/Makefile b/sucl/Makefile
index 7f462df..7732f75 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 coreclean convert supercompile
+MODULES = basic pretty pfun graph dnc rule trd rewr complete history spine trace absmodule strat loop coreclean law canon cli extract newfold newtest convert supercompile
ABC = $(patsubst %,$(SYS)/%.abc,$(MODULES))
@@ -25,10 +25,11 @@ tags: *.dcl *.icl ../compiler/*.dcl ../compiler/*.icl
$(SYS)/%.abc: %.icl
$(COCL) $(COCLFLAGS) $*
-$(SYS)/supercompile.abc: supercompile.icl supercompile.dcl
-$(SYS)/convert.abc: convert.icl convert.dcl coreclean.dcl rule.dcl
-$(SYS)/coreclean.abc: coreclean.icl coreclean.dcl
-$(SYS)/law.abc: law.icl law.dcl
+$(SYS)/supercompile.abc: supercompile.icl supercompile.dcl convert.dcl
+$(SYS)/convert.abc: convert.icl convert.dcl coreclean.dcl rule.dcl graph.dcl basic.dcl
+$(SYS)/cli.abc: cli.icl cli.dcl absmodule.dcl coreclean.dcl law.dcl strat.dcl rule.dcl basic.dcl
+$(SYS)/coreclean.abc: coreclean.icl coreclean.dcl strat.dcl spine.dcl rule.dcl graph.dcl
+$(SYS)/law.abc: law.icl law.dcl coreclean.dcl strat.dcl spine.dcl rule.dcl graph.dcl dnc.dcl basic.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
$(SYS)/history.abc: history.icl history.dcl spine.dcl rule.dcl graph.dcl basic.dcl