X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=base%2Ftroglodyte-Makefile;h=2972afa9b331019c0e2a64c3bc65830c27a578dc;hp=9c67ece43c6b616b46230e4bec8536b3598b66a0;hb=b740135c3efcb63e0c7741384e5fa8ff229d2919;hpb=9f10950ab67992a0ff2304639673c2fc97744e0d diff --git a/base/troglodyte-Makefile b/base/troglodyte-Makefile index 9c67ece..2972afa 100644 --- a/base/troglodyte-Makefile +++ b/base/troglodyte-Makefile @@ -1,6 +1,7 @@ OBJS= tables.o \ hbytes.o \ - enum.o + enum.o \ + parse.o HDRS= hbytes.h \ $(AUTO_HDRS) @@ -18,10 +19,10 @@ all: $(TARGETS) $(AUTOS) hbytes.so: $(OBJS) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -shared $(OBJS) $(LDLIBS) -%.c: %.tct +%.c: %.tct tcmdifgen ./tcmdifgen -wc -o$@ $< -%.h: %.tct +%.h: %.tct tcmdifgen ./tcmdifgen -wh -o$@ $< %.o: %.c $(HDRS)