2016-01-29 22:33:10 +00:00
|
|
|
LIBS=../../libcrypto
|
|
|
|
SOURCE[../../libcrypto]=\
|
|
|
|
md5_dgst.c md5_one.c {- $target{md5_asm_src} -}
|
2016-01-30 02:25:40 +00:00
|
|
|
|
|
|
|
BEGINRAW[Makefile]
|
|
|
|
{- $builddir -}/md5-586.s: {- $sourcedir -}/asm/md5-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl
|
2016-02-13 18:15:52 +00:00
|
|
|
CC="$(CC)" $(PERL) {- $sourcedir -}/asm/md5-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
|
2016-01-30 02:25:40 +00:00
|
|
|
|
|
|
|
{- $builddir -}/md5-x86_64.s: {- $sourcedir -}/asm/md5-x86_64.pl
|
2016-02-13 18:15:52 +00:00
|
|
|
CC="$(CC)" $(PERL) {- $sourcedir -}/asm/md5-x86_64.pl $(PERLASM_SCHEME) > $@
|
2016-01-30 02:25:40 +00:00
|
|
|
|
|
|
|
{- $builddir -}/md5-ia64.s: {- $sourcedir -}/asm/md5-ia64.S
|
|
|
|
$(CC) $(CFLAGS) -E {- $sourcedir -}/asm/md5-ia64.S | \
|
|
|
|
$(PERL) -ne 's/;\s+/;\n/g; print;' > $@
|
|
|
|
|
|
|
|
{- $builddir -}/md5-sparcv9.S: {- $sourcedir -}/asm/md5-sparcv9.pl
|
2016-03-08 08:46:19 +00:00
|
|
|
CC="$(CC)" $(PERL) {- $sourcedir -}/asm/md5-sparcv9.pl $(PERLASM_SCHEME) $@
|
2016-01-30 02:25:40 +00:00
|
|
|
ENDRAW[Makefile]
|