2016-01-30 06:33:10 +08:00
|
|
|
LIBS=../../libcrypto
|
|
|
|
SOURCE[../../libcrypto]=wp_dgst.c {- $target{wp_asm_src} -}
|
2016-01-30 10:25:40 +08:00
|
|
|
|
|
|
|
BEGINRAW[Makefile]
|
|
|
|
{- $builddir -}/wp-mmx.s: {- $sourcedir -}/asm/wp-mmx.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl
|
2016-02-14 02:15:52 +08:00
|
|
|
CC="$(CC)" $(PERL) {- $sourcedir -}/asm/wp-mmx.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
|
2016-01-30 10:25:40 +08:00
|
|
|
|
|
|
|
{- $builddir -}/wp-x86_64.s: {- $sourcedir -}/asm/wp-x86_64.pl
|
2016-02-14 02:15:52 +08:00
|
|
|
CC="$(CC)" $(PERL) {- $sourcedir -}/asm/wp-x86_64.pl $(PERLASM_SCHEME) > $@
|
2016-01-30 10:25:40 +08:00
|
|
|
ENDRAW[Makefile]
|