X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=base%2Ftroglodyte-Makefile;h=b6009f8129c0a0626d085f31944cbca8cff1869c;hp=6807fe49fc79238f7165db949c4665add41f1ba5;hb=d6fd8ff47e228354088d5be383a55d1d24099c36;hpb=f1a4dc53a5b6699e85545e6f0c634f362e1a019f diff --git a/base/troglodyte-Makefile b/base/troglodyte-Makefile index 6807fe4..b6009f8 100644 --- a/base/troglodyte-Makefile +++ b/base/troglodyte-Makefile @@ -1,20 +1,23 @@ OBJS= tables.o \ + tcmdiflib.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 + parse.o \ + maskmap.o HDRS= hbytes.h \ - serpent.h \ $(AUTO_HDRS) AUTO_HDRS= tables.h @@ -50,8 +53,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) *~ ./#*#