summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-12-23 21:44:28 +0000
committerAndy Polyakov <appro@openssl.org>2004-12-23 21:44:28 +0000
commit045d3285e27cd788c42328e8287c8f95a113c809 (patch)
tree4350cdd30383a165f5027ad66a238b7e4842c95c /crypto
parentd1df5b4339b465f97f09b77411860c3cb3aedef0 (diff)
Engage AES x86 assembler module on ELF platforms.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/aes/Makefile.ssl7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/aes/Makefile.ssl b/crypto/aes/Makefile.ssl
index 8d9c3b9b0a..85007bd050 100644
--- a/crypto/aes/Makefile.ssl
+++ b/crypto/aes/Makefile.ssl
@@ -53,6 +53,13 @@ $(LIBOBJ): $(LIBSRC)
asm/aes-ia64.s: asm/aes-ia64.S
$(CC) $(CFLAGS) -E asm/aes-ia64.S > $@
+asm/ax86-elf.s: asm/aes-586.pl ../perlasm/x86asm.pl
+ (cd asm; $(PERL) aes-586.pl elf $(CFLAGS) > ../$@)
+asm/ax86-cof.s: asm/aes-586.pl ../perlasm/x86asm.pl
+ (cd asm; $(PERL) aes-586.pl coff $(CFLAGS) > ../$@)
+asm/ax86-out.s: asm/aes-586.pl ../perlasm/x86asm.pl
+ (cd asm; $(PERL) aes-586.pl a.out $(CFLAGS) > ../$@)
+
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO