openssl/crypto/chacha/build.info

17 lines
686 B
Plaintext
Raw Normal View History

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-ppc.s: {- $sourcedir -}/asm/chacha-ppc.pl
$(PERL) {- $sourcedir -}/asm/chacha-ppc.pl $(PERLASM_SCHEME) $@
{- $builddir -}/chacha-%.S: {- $sourcedir -}/asm/chacha-%.pl
$(PERL) $< $(PERLASM_SCHEME) $@
ENDRAW[Makefile(unix)]