diff options
Diffstat (limited to 'sucl/Makefile')
-rw-r--r-- | sucl/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sucl/Makefile b/sucl/Makefile index 19c69c5..b8718dd 100644 --- a/sucl/Makefile +++ b/sucl/Makefile @@ -4,9 +4,10 @@ COCL = cocl #COCLFLAGS = -lat -SYS = Clean\ System\ Files +#SYS = Clean\ System\ Files +SYS = . -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 +MODULES = cleanversion basic pfun graph dnc rule trd rewr complete history spine trace absmodule strat loop coreclean law canon cli extract newfold newtest expand convert supercompile ABC = $(patsubst %,$(SYS)/%.abc,$(MODULES)) @@ -25,8 +26,9 @@ tags: *.dcl *.icl ../compiler/*.dcl ../compiler/*.icl $(SYS)/%.abc: %.icl $(COCL) $(COCLFLAGS) $* -$(SYS)/supercompile.abc: supercompile.icl supercompile.dcl convert.dcl newtest.dcl cli.dcl coreclean.dcl basic.dcl +$(SYS)/supercompile.abc: supercompile.icl supercompile.dcl convert.dcl expand.dcl newtest.dcl cli.dcl coreclean.dcl basic.dcl $(SYS)/convert.abc: convert.icl convert.dcl coreclean.dcl rule.dcl graph.dcl basic.dcl +$(SYS)/expand.abc: expand.icl expand.dcl newtest.dcl newfold.dcl rule.dcl rewr.dcl graph.dcl pfun.dcl basic.dcl $(SYS)/newtest.abc: newtest.icl newtest.dcl newfold.dcl cli.dcl canon.dcl coreclean.dcl loop.dcl trace.dcl spine.dcl history.dcl complete.dcl trd.dcl rule.dcl graph.dcl basic.dcl $(SYS)/newfold.abc: newfold.icl newfold.dcl extract.dcl trace.dcl spine.dcl history.dcl rule.dcl dnc.dcl graph.dcl basic.dcl $(SYS)/extract.abc: extract.icl extract.dcl rule.dcl dnc.dcl graph.dcl basic.dcl |