X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=base%2Ftroglodyte-Makefile;h=d84d43e3d5a32f18bcb33243c0af935eb1b4fb04;hp=6807fe49fc79238f7165db949c4665add41f1ba5;hb=9af88eb2e41e2b6a73643948e31262eee08c5400;hpb=10856aa76a4c2452ff34764117759621e44980c4;ds=sidebyside diff --git a/base/troglodyte-Makefile b/base/troglodyte-Makefile index 6807fe4..d84d43e 100644 --- a/base/troglodyte-Makefile +++ b/base/troglodyte-Makefile @@ -9,12 +9,10 @@ OBJS= tables.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 +48,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) *~ ./#*#