X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=base%2FMakefile;h=958939dc4a80842da40bf88dc2cee1672f5049b5;hb=3340221c68f8c948db9d2d3b553692fe642dd0f8;hp=314b2df6006a283cf88f0f1b20ae66a9e3b5ecbb;hpb=40a4738e440a8412c61a12eca34ed6aa98d71a5a;p=chiark-tcl.git diff --git a/base/Makefile b/base/Makefile index 314b2df..958939d 100644 --- a/base/Makefile +++ b/base/Makefile @@ -1,17 +1,13 @@ default: all SHLIB = chiark-tcl -CFILES = hook parse tcmdiflib +CFILES = enum hook idtable parse scriptinv tcmdiflib BASE_DIR = . AUTO_HDRS += tables.h -AUTO_SRCS += tables.c include common.make -tables.c: $(BASE_TCT) $(TCMDIFGEN) - $(TCMDIFGEN) -wc -o$@ $< - tables.h: $(BASE_TCT) $(TCMDIFGEN) $(TCMDIFGEN) -wh -o$@ $<