X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=base%2Ftroglodyte-Makefile;h=9e5618a9e4f62ffef8104ce02f355617303c82cb;hp=6807fe49fc79238f7165db949c4665add41f1ba5;hb=a41625aefb08ed5bf5f07951841bdfe30c4a72c7;hpb=f1a4dc53a5b6699e85545e6f0c634f362e1a019f diff --git a/base/troglodyte-Makefile b/base/troglodyte-Makefile index 6807fe4..9e5618a 100644 --- a/base/troglodyte-Makefile +++ b/base/troglodyte-Makefile @@ -1,20 +1,21 @@ OBJS= tables.o \ hbytes.o \ enum.o \ + idtable.o \ + scriptinv.o \ ulongs.o \ sockaddr.o \ dgram.o \ + tuntap.o \ chop.o \ hook.o \ bcmode.o \ misc.o \ algtables.o \ - serpent.o \ crypto.o \ parse.o HDRS= hbytes.h \ - serpent.h \ $(AUTO_HDRS) AUTO_HDRS= tables.h @@ -50,8 +51,8 @@ autoco%.tcl: deco%gen.tcl decobogen.tcl general.tcl ./hbytes.so \ %.o: %.c $(HDRS) $(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -c $< -serpent.o: serpent.c serpent.h serpentsboxes.h - $(CC_CRYPTO) -o $@ -c $< +#alg.o: alg.c alg.h alg2.h +# $(CC_CRYPTO) -o $@ -c $< clean: rm -f $(OBJS) $(TARGETS) *~ ./#*#