Pass $(CC) to perlasm scripts via the environment
[openssl.git] / crypto / whrlpool / build.info
1 LIBS=../../libcrypto
2 SOURCE[../../libcrypto]=wp_dgst.c {- $target{wp_asm_src} -}
3
4 BEGINRAW[Makefile]
5 {- $builddir -}/wp-mmx.s:       {- $sourcedir -}/asm/wp-mmx.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl
6         CC="$(CC)" $(PERL) {- $sourcedir -}/asm/wp-mmx.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
7
8 {- $builddir -}/wp-x86_64.s: {- $sourcedir -}/asm/wp-x86_64.pl
9         CC="$(CC)" $(PERL) {- $sourcedir -}/asm/wp-x86_64.pl $(PERLASM_SCHEME) > $@
10 ENDRAW[Makefile]