X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=base%2Ftroglodyte-Makefile;h=8e94090f46b336968351bccb558d9fccf6ae263e;hp=9c67ece43c6b616b46230e4bec8536b3598b66a0;hb=bc4e7d2673e44826dd768ad7f91c393349da24de;hpb=9f10950ab67992a0ff2304639673c2fc97744e0d diff --git a/base/troglodyte-Makefile b/base/troglodyte-Makefile index 9c67ece..8e94090 100644 --- a/base/troglodyte-Makefile +++ b/base/troglodyte-Makefile @@ -1,6 +1,13 @@ OBJS= tables.o \ hbytes.o \ - enum.o + enum.o \ + chop.o \ + hook.o \ + bcmode.o \ + blockciph.o \ + serpent.o \ + crypto.o \ + parse.o HDRS= hbytes.h \ $(AUTO_HDRS) @@ -18,10 +25,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)