X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fchacha%2Fbuild.info;h=c56c6243e629beddd9500970e9af3e2769029605;hp=47e0536c939757cf7369734e4109658127d39901;hb=567a9e6fe0ff3badfa22cf018d87c94ed5a8aeb3;hpb=deb02194d246d865ff3837deb500a901e2269109 diff --git a/crypto/chacha/build.info b/crypto/chacha/build.info index 47e0536c93..c56c6243e6 100644 --- a/crypto/chacha/build.info +++ b/crypto/chacha/build.info @@ -1,2 +1,14 @@ LIBS=../../libcrypto SOURCE[../../libcrypto]={- $target{chacha_asm_src} -} + +BEGINRAW[Makefile(unix)] +##### CHACHA assembler implementations + +{- $builddir -}/chacha-x86.s: {- $sourcedir -}/asm/chacha-x86.pl + $(PERL) {- $sourcedir -}/asm/chacha-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@ +{- $builddir -}/chacha-x86_64.s: {- $sourcedir -}/asm/chacha-x86_64.pl + $(PERL) {- $sourcedir -}/asm/chacha-x86_64.pl $(PERLASM_SCHEME) > $@ + +{- $builddir -}/chacha-%.S: {- $sourcedir -}/asm/chacha-%.pl + $(PERL) $< $(PERLASM_SCHEME) $@ +ENDRAW[Makefile(unix)]