]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/poly1305/build.info
Pass $(CC) to perlasm scripts via the environment
[thirdparty/openssl.git] / crypto / poly1305 / build.info
CommitLineData
777a2882
RL
1LIBS=../../libcrypto
2SOURCE[../../libcrypto]=\
3 poly1305.c {- $target{poly1305_asm_src} -}
567a9e6f
RL
4
5BEGINRAW[Makefile(unix)]
6{- $builddir -}/poly1305-sparcv9.S: {- $sourcedir -}/asm/poly1305-sparcv9.pl
de72be2e 7 CC="$(CC)" $(PERL) {- $sourcedir -}/asm/poly1305-sparcv9.pl > $@
567a9e6f 8{- $builddir -}/poly1305-x86.s: {- $sourcedir -}/asm/poly1305-x86.pl
de72be2e 9 CC="$(CC)" $(PERL) {- $sourcedir -}/asm/poly1305-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
567a9e6f 10{- $builddir -}/poly1305-x86_64.s: {- $sourcedir -}/asm/poly1305-x86_64.pl
de72be2e 11 CC="$(CC)" $(PERL) {- $sourcedir -}/asm/poly1305-x86_64.pl $(PERLASM_SCHEME) > $@
9e58d119 12{- $builddir -}/poly1305-ppc.s: {- $sourcedir -}/asm/poly1305-ppc.pl
de72be2e 13 CC="$(CC)" $(PERL) {- $sourcedir -}/asm/poly1305-ppc.pl $(PERLASM_SCHEME) $@
9e58d119 14{- $builddir -}/poly1305-ppcfp.s: {- $sourcedir -}/asm/poly1305-ppcfp.pl
de72be2e 15 CC="$(CC)" $(PERL) {- $sourcedir -}/asm/poly1305-ppcfp.pl $(PERLASM_SCHEME) $@
567a9e6f
RL
16
17{- $builddir -}/poly1305-%.S: {- $sourcedir -}/asm/poly1305-%.pl
de72be2e 18 CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@
567a9e6f 19ENDRAW[Makefile(unix)]