]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/md5/build.info
Pass $(CC) to perlasm scripts via the environment
[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
de72be2e 7 CC="$(CC)" $(PERL) {- $sourcedir -}/asm/md5-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
567a9e6f
RL
8
9{- $builddir -}/md5-x86_64.s: {- $sourcedir -}/asm/md5-x86_64.pl
de72be2e 10 CC="$(CC)" $(PERL) {- $sourcedir -}/asm/md5-x86_64.pl $(PERLASM_SCHEME) > $@
567a9e6f
RL
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
de72be2e 17 CC="$(CC)" $(PERL) {- $sourcedir -}/asm/md5-sparcv9.pl $@ $(CFLAGS)
567a9e6f 18ENDRAW[Makefile]