diff options
author | zweije | 2001-09-06 08:54:23 +0000 |
---|---|---|
committer | zweije | 2001-09-06 08:54:23 +0000 |
commit | f2ec19541a219baf872c5c3dd711937a445aa00e (patch) | |
tree | e437232ea8ec111915a4446765ef192f57250634 /sucl/Makefile | |
parent | removed usage of fun_index (diff) |
This commit was generated by cvs2svn to compensate for changes in r743,
which included commits to RCS files with non-trunk default branches.
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@744 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'sucl/Makefile')
-rw-r--r-- | sucl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sucl/Makefile b/sucl/Makefile index 1438f25..7e8ecf5 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 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 convert supercompile ABC = $(patsubst %,$(SYS)/%.abc,$(MODULES)) @@ -47,5 +47,6 @@ $(SYS)/rule.abc: rule.icl rule.dcl graph.dcl basic.dcl $(SYS)/dnc.abc: dnc.icl dnc.dcl graph.dcl $(SYS)/graph.abc: graph.icl graph.dcl pfun.dcl basic.dcl $(SYS)/pfun.abc: pfun.icl pfun.dcl basic.dcl -$(SYS)/pretty.abc: pretty.icl pretty.dcl +#$(SYS)/pretty.abc: pretty.icl pretty.dcl $(SYS)/basic.abc: basic.icl basic.dcl +$(SYS)/cleanversion.abc: cleanversion.icl cleanversion.dcl |