eff8c6f4049ebf93ff2dec8b15fc71206c1531a8
[openssl.git] / crypto / md5 / build.info
1 LIBS=../../libcrypto
2 SOURCE[../../libcrypto]=\
3         md5_dgst.c md5_one.c {- $target{md5_asm_src} -}
4
5 BEGINRAW[Makefile]
6 {- $builddir -}/md5-586.s:      {- $sourcedir -}/asm/md5-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl
7         $(PERL) {- $sourcedir -}/asm/md5-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
8
9 {- $builddir -}/md5-x86_64.s:   {- $sourcedir -}/asm/md5-x86_64.pl
10         $(PERL) {- $sourcedir -}/asm/md5-x86_64.pl $(PERLASM_SCHEME) > $@
11
12 {- $builddir -}/md5-ia64.s: {- $sourcedir -}/asm/md5-ia64.S
13         $(CC) $(CFLAGS) -E {- $sourcedir -}/asm/md5-ia64.S | \
14         $(PERL) -ne 's/;\s+/;\n/g; print;' > $@
15
16 {- $builddir -}/md5-sparcv9.S:  {- $sourcedir -}/asm/md5-sparcv9.pl
17         $(PERL) {- $sourcedir -}/asm/md5-sparcv9.pl $@ $(CFLAGS)
18 ENDRAW[Makefile]