]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/ripemd/build.info
Pass $(CC) to perlasm scripts via the environment
[thirdparty/openssl.git] / crypto / ripemd / build.info
CommitLineData
777a2882
RL
1LIBS=../../libcrypto
2SOURCE[../../libcrypto]=\
3 rmd_dgst.c rmd_one.c {- $target{rmd160_asm_src} -}
567a9e6f
RL
4
5BEGINRAW[Makefile]
6##### RMD160 assembler implementations
7
8{- $builddir -}/rmd-586.s: {- $sourcedir -}/asm/rmd-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl
de72be2e 9 CC="$(CC)" $(PERL) {- $sourcedir -}/asm/rmd-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
567a9e6f 10ENDRAW[Makefile]