chiark / gitweb /
hmac seems to work
[chiark-tcl.git] / base / troglodyte-Makefile
index 2972afa9b331019c0e2a64c3bc65830c27a578dc..c557d80992685b09610fa276b4bf78d8fd2a605e 100644 (file)
@@ -1,6 +1,14 @@
 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 \
@@ -12,7 +20,8 @@ AUTOS=                $(AUTO_HDRS) $(AUTO_SRCS)
 
 TARGETS=       hbytes.so
 
-CFLAGS=        -g -Wall -O
+CFLAGS=                -g -Wall $(OPTIMISE)
+OPTIMISE=      -O2
 
 all:           $(TARGETS) $(AUTOS)