2016-01-29 22:33:10 +00:00
|
|
|
LIBS=../../libcrypto
|
|
|
|
SOURCE[../../libcrypto]=\
|
|
|
|
poly1305.c {- $target{poly1305_asm_src} -}
|
2016-01-30 02:25:40 +00:00
|
|
|
|
|
|
|
BEGINRAW[Makefile(unix)]
|
|
|
|
{- $builddir -}/poly1305-sparcv9.S: {- $sourcedir -}/asm/poly1305-sparcv9.pl
|
|
|
|
$(PERL) {- $sourcedir -}/asm/poly1305-sparcv9.pl > $@
|
|
|
|
{- $builddir -}/poly1305-x86.s: {- $sourcedir -}/asm/poly1305-x86.pl
|
|
|
|
$(PERL) {- $sourcedir -}/asm/poly1305-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
|
|
|
|
{- $builddir -}/poly1305-x86_64.s: {- $sourcedir -}/asm/poly1305-x86_64.pl
|
|
|
|
$(PERL) {- $sourcedir -}/asm/poly1305-x86_64.pl $(PERLASM_SCHEME) > $@
|
2016-02-10 10:51:23 +00:00
|
|
|
{- $builddir -}/poly1305-ppc.s: {- $sourcedir -}/asm/poly1305-ppc.pl
|
|
|
|
$(PERL) {- $sourcedir -}/asm/poly1305-ppc.pl $(PERLASM_SCHEME) $@
|
|
|
|
{- $builddir -}/poly1305-ppcfp.s: {- $sourcedir -}/asm/poly1305-ppcfp.pl
|
|
|
|
$(PERL) {- $sourcedir -}/asm/poly1305-ppcfp.pl $(PERLASM_SCHEME) $@
|
2016-01-30 02:25:40 +00:00
|
|
|
|
|
|
|
{- $builddir -}/poly1305-%.S: {- $sourcedir -}/asm/poly1305-%.pl
|
|
|
|
$(PERL) $< $(PERLASM_SCHEME) $@
|
|
|
|
ENDRAW[Makefile(unix)]
|