summaryrefslogtreecommitdiffstats
path: root/crypto/aes/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-01-11 13:15:11 +0000
committerAndy Polyakov <appro@openssl.org>2008-01-11 13:15:11 +0000
commitfa8e921f6627e2b9e0a8b11f5a0bfcc2e7e0190c (patch)
tree392466f1b00fb43e3116560ffa1d34245c968c37 /crypto/aes/Makefile
parent4287ade5b451c94337f4b0fe842acd96fe0b97f5 (diff)
Unify x86 perlasm make rules.
Diffstat (limited to 'crypto/aes/Makefile')
-rw-r--r--crypto/aes/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/crypto/aes/Makefile b/crypto/aes/Makefile
index 353778d4be..73aef4e395 100644
--- a/crypto/aes/Makefile
+++ b/crypto/aes/Makefile
@@ -50,14 +50,8 @@ $(LIBOBJ): $(LIBSRC)
aes-ia64.s: asm/aes-ia64.S
$(CC) $(CFLAGS) -E asm/aes-ia64.S > $@
-ax86-elf.s: asm/aes-586.pl ../perlasm/x86asm.pl
- (cd asm; $(PERL) aes-586.pl elf $(CFLAGS) $(PROCESSOR) > ../$@)
-ax86-cof.s: asm/aes-586.pl ../perlasm/x86asm.pl
- (cd asm; $(PERL) aes-586.pl coff $(CFLAGS) $(PROCESSOR) > ../$@)
-ax86-out.s: asm/aes-586.pl ../perlasm/x86asm.pl
- (cd asm; $(PERL) aes-586.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@)
-ax86-macosx.s: asm/aes-586.pl ../perlasm/x86asm.pl
- (cd asm; $(PERL) aes-586.pl macosx $(CFLAGS) $(PROCESSOR) > ../$@)
+aes-586.s: asm/aes-586.pl ../perlasm/x86asm.pl
+ $(PERL) asm/aes-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
aes-x86_64.s: asm/aes-x86_64.pl
$(PERL) asm/aes-x86_64.pl $@