567a9e6fe0
This also adds all the raw sections needed for some files. Reviewed-by: Rich Salz <rsalz@openssl.org>
14 lines
556 B
Text
14 lines
556 B
Text
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)]
|