X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Fsha%2FMakefile;h=fc69e5e664ff06d9094e9e281db2f4f793d4f0c0;hb=fa8e921f6627e2b9e0a8b11f5a0bfcc2e7e0190c;hp=16f50ad6aa5b703c2e67c4f9bf08752ef36a507b;hpb=4287ade5b451c94337f4b0fe842acd96fe0b97f5;p=openssl.git diff --git a/crypto/sha/Makefile b/crypto/sha/Makefile index 16f50ad6aa..fc69e5e664 100644 --- a/crypto/sha/Makefile +++ b/crypto/sha/Makefile @@ -42,34 +42,12 @@ lib: $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib -# ELF -sx86-elf.s: asm/sha1-586.pl ../perlasm/x86asm.pl - (cd asm; $(PERL) sha1-586.pl elf $(CFLAGS) $(PROCESSOR) > ../$@) -sha256x86-elf.s: asm/sha256-586.pl ../perlasm/x86asm.pl - (cd asm; $(PERL) sha256-586.pl elf $(CFLAGS) $(PROCESSOR) > ../$@) -sha512x86-elf.s: asm/sha512-586.pl ../perlasm/x86asm.pl - (cd asm; $(PERL) sha512-586.pl elf $(CFLAGS) $(PROCESSOR) > ../$@) -# COFF -sx86-cof.s: asm/sha1-586.pl ../perlasm/x86asm.pl - (cd asm; $(PERL) sha1-586.pl coff $(CFLAGS) $(PROCESSOR) > ../$@) -sha256x86-cof.s: asm/sha256-586.pl ../perlasm/x86asm.pl - (cd asm; $(PERL) sha256-586.pl coff $(CFLAGS) $(PROCESSOR) > ../$@) -sha512x86-cof.s: asm/sha512-586.pl ../perlasm/x86asm.pl - (cd asm; $(PERL) sha512-586.pl coff $(CFLAGS) $(PROCESSOR) > ../$@) -# a.out -sx86-out.s: asm/sha1-586.pl ../perlasm/x86asm.pl - (cd asm; $(PERL) sha1-586.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@) -sha256x86-out.s: asm/sha256-586.pl ../perlasm/x86asm.pl - (cd asm; $(PERL) sha256-586.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@) -sha512x86-out.s: asm/sha512-586.pl ../perlasm/x86asm.pl - (cd asm; $(PERL) sha512-586.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@) - -sx86-macosx.s: asm/sha1-586.pl ../perlasm/x86asm.pl - (cd asm; $(PERL) sha1-586.pl macosx $(CFLAGS) $(PROCESSOR) > ../$@) -sha256x86-macosx.s: asm/sha256-586.pl ../perlasm/x86asm.pl - (cd asm; $(PERL) sha256-586.pl macosx $(CFLAGS) $(PROCESSOR) > ../$@) -sha512x86-macosx.s: asm/sha512-586.pl ../perlasm/x86asm.pl - (cd asm; $(PERL) sha512-586.pl macosx $(CFLAGS) $(PROCESSOR) > ../$@) +sha1-586.s: asm/sha1-586.pl ../perlasm/x86asm.pl + $(PERL) asm/sha1-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@ +sha256-586.s: asm/sha256-586.pl ../perlasm/x86asm.pl + $(PERL) asm/sha256-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@ +sha512-586.s: asm/sha512-586.pl ../perlasm/x86asm.pl + $(PERL) asm/sha512-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@ sha1-ia64.s: asm/sha1-ia64.pl (cd asm; $(PERL) sha1-ia64.pl $(CFLAGS) ) > $@