]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/md5/build.info
unified build scheme: add a "unified" template for Unix Makefile
[thirdparty/openssl.git] / crypto / md5 / build.info
CommitLineData
777a2882
RL
1LIBS=../../libcrypto
2SOURCE[../../libcrypto]=\
3 md5_dgst.c md5_one.c {- $target{md5_asm_src} -}
567a9e6f
RL
4
5BEGINRAW[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)
18ENDRAW[Makefile]