X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=base%2Ftroglodyte-Makefile;h=ce81f6b16092f76d8b2a9685af7744574d163ed7;hb=aa983421528c717a29c402c0cb4c8438b96fd860;hp=0f821265d1c769d0c0681b2b038a3a1c913d0198;hpb=503f816f2157f764c7c93c873047aad4ca63e10d;p=chiark-tcl.git diff --git a/base/troglodyte-Makefile b/base/troglodyte-Makefile index 0f82126..ce81f6b 100644 --- a/base/troglodyte-Makefile +++ b/base/troglodyte-Makefile @@ -2,6 +2,11 @@ OBJS= tables.o \ hbytes.o \ enum.o \ chop.o \ + hook.o \ + bcmode.o \ + blockciph.o \ + serpent.o \ + crypto.o \ parse.o HDRS= hbytes.h \ @@ -13,7 +18,8 @@ AUTOS= $(AUTO_HDRS) $(AUTO_SRCS) TARGETS= hbytes.so -CFLAGS= -g -Wall -O +CFLAGS= -g -Wall $(OPTIMISE) +OPTIMISE= -O2 all: $(TARGETS) $(AUTOS)