summaryrefslogtreecommitdiffstats
path: root/crypto/ripemd
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/ripemd
parent4287ade5b451c94337f4b0fe842acd96fe0b97f5 (diff)
Unify x86 perlasm make rules.
Diffstat (limited to 'crypto/ripemd')
-rw-r--r--crypto/ripemd/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/crypto/ripemd/Makefile b/crypto/ripemd/Makefile
index 55fda567a6..d5b1067dbe 100644
--- a/crypto/ripemd/Makefile
+++ b/crypto/ripemd/Makefile
@@ -42,17 +42,8 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
-# ELF
-rm86-elf.s: asm/rmd-586.pl ../perlasm/x86asm.pl
- (cd asm; $(PERL) rmd-586.pl elf $(CFLAGS) > ../$@)
-# COFF
-rm86-cof.s: asm/rmd-586.pl ../perlasm/x86asm.pl
- (cd asm; $(PERL) rmd-586.pl coff $(CFLAGS) > ../$@)
-# a.out
-rm86-out.s: asm/rmd-586.pl ../perlasm/x86asm.pl
- (cd asm; $(PERL) rmd-586.pl a.out $(CFLAGS) > ../$@)
-rm86-macosx.s: asm/rmd-586.pl ../perlasm/x86asm.pl
- (cd asm; $(PERL) rmd-586.pl macosx $(CFLAGS) > ../$@)
+rmd-586.s: asm/rmd-586.pl ../perlasm/x86asm.pl
+ $(PERL) asm/rmd-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO