chiark / gitweb /
better core algorithm selection and new core alg suites
[chiark-tcl.git] / base / troglodyte-Makefile
index 6807fe49fc79238f7165db949c4665add41f1ba5..d84d43e3d5a32f18bcb33243c0af935eb1b4fb04 100644 (file)
@@ -9,12 +9,10 @@ OBJS=         tables.o \
                bcmode.o \
                misc.o \
                algtables.o \
                bcmode.o \
                misc.o \
                algtables.o \
-               serpent.o \
                crypto.o \
                parse.o
 
 HDRS=          hbytes.h \
                crypto.o \
                parse.o
 
 HDRS=          hbytes.h \
-               serpent.h \
                $(AUTO_HDRS)
 
 AUTO_HDRS=     tables.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 $<
 
 %.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) *~ ./#*#
 
 clean:
                rm -f $(OBJS) $(TARGETS) *~ ./#*#