]> pd.if.org Git - zpackage/blobdiff - Makefile
remove md2 md4 md5 hashes
[zpackage] / Makefile
index eeddc48c6c0be7a7d1199a575204b8a76dde6b76..89ead077dae6cf50cf695adf34ff355ececf2a66 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -452,9 +452,6 @@ LTCOBJ= \
    hashes/helper/hash_filehandle.o \
    hashes/helper/hash_memory.o \
    hashes/helper/hash_memory_multi.o \
-   hashes/md2.o \
-   hashes/md4.o \
-   hashes/md5.o \
    hashes/rmd128.o \
    hashes/rmd160.o \
    hashes/rmd256.o \
@@ -772,6 +769,11 @@ LTCOBJ= \
    stream/sober128/sober128_test.o
 
 libtomcrypt/%.o: CFLAGS+=-DTFM_DESC -Isrc/headers -Itomsfastmath/src/headers -DARGTYPE=4 -DLTC_NO_ASM -DTFM_NO_ASM -Ilibtomcrypt/src/headers -DLTC_SOURCE
+libtomcrypt/%.o: CFLAGS+=-DLTC_EASY -DLTC_GCM_MODE
+
+tomclean:
+       rm -f $(addprefix libtomcrypt/src/, $(LTCOBJ))
+       rm -f ltc.o
 
 ltc.o: $(addprefix libtomcrypt/src/, $(LTCOBJ))
        ld -o $@ -r $+