X-Git-Url: https://pd.if.org/git/?p=zpackage;a=blobdiff_plain;f=Makefile;h=89ead077dae6cf50cf695adf34ff355ececf2a66;hp=eeddc48c6c0be7a7d1199a575204b8a76dde6b76;hb=27410df6ded2d78850397c159cbccff1a78012f2;hpb=c7e522980fb7ad09f0ccd2d4cea2d5d54a338b45 diff --git a/Makefile b/Makefile index eeddc48..89ead07 100644 --- 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 $+