chiark / gitweb /
hmac seems to work
[chiark-tcl.git] / base / troglodyte-Makefile
index 0f821265d1c769d0c0681b2b038a3a1c913d0198..c557d80992685b09610fa276b4bf78d8fd2a605e 100644 (file)
@@ -2,6 +2,13 @@ OBJS=          tables.o \
                hbytes.o \
                enum.o \
                chop.o \
+               hook.o \
+               bcmode.o \
+               algtables.o \
+               serpent.o \
+               sha1.o \
+               md5.o \
+               crypto.o \
                parse.o
 
 HDRS=          hbytes.h \
@@ -13,7 +20,8 @@ AUTOS=                $(AUTO_HDRS) $(AUTO_SRCS)
 
 TARGETS=       hbytes.so
 
-CFLAGS=        -g -Wall -O
+CFLAGS=                -g -Wall $(OPTIMISE)
+OPTIMISE=      -O2
 
 all:           $(TARGETS) $(AUTOS)