summaryrefslogtreecommitdiffstats
path: root/crypto/chacha/build.info
blob: 3ae640fc22c1cca46f00a9bc7b70982841b9d371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)]