From: Niels Möller Date: Sat, 16 Feb 2002 00:38:23 +0000 (+0100) Subject: (libnettle_a_SOURCES): Reordered aes-decrypt.c and X-Git-Tag: nettle_1.6_release_20021003~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c11807fd1768d176f97ff38160197284d424fa5;p=thirdparty%2Fnettle.git (libnettle_a_SOURCES): Reordered aes-decrypt.c and aes-encrypt.c. For some strange reason it makes the benchmark go faster... Rev: src/nettle/Makefile.am:1.33 --- diff --git a/Makefile.am b/Makefile.am index 4e50d0a9..190f1860 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ libnettleinclude_HEADERS = aes.h arcfour.h blowfish.h \ serpent.h sha.h twofish.h \ yarrow.h -libnettle_a_SOURCES = aes.c aes-encrypt.c aes-decrypt.c aes.h \ +libnettle_a_SOURCES = aes.c aes-decrypt.c aes-encrypt.c aes.h \ aes-set-encrypt-key.c aes-set-decrypt-key.c aes-meta.c \ arcfour.c arcfour.h arcfour-meta.c \ base64.c base64-meta.c base64.h \ @@ -56,7 +56,7 @@ SUFFIXES = .asm RM_TMP = rm -f # FIXME: How to write this without using GNU make features? -%.o: %.asm asm.m4 +%.o: %.asm asm.m4 machine.m4 $(M4) `test -f $< || echo '$(srcdir)/'`$< >tmp-$*.s $(COMPILE) -c tmp-$*.s -o $@ $(RM_TMP) tmp-$*.s