]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/chacha/build.info
Always build library object files with shared library cflags
[thirdparty/openssl.git] / crypto / chacha / build.info
CommitLineData
777a2882
RL
1LIBS=../../libcrypto
2SOURCE[../../libcrypto]={- $target{chacha_asm_src} -}
567a9e6f
RL
3
4BEGINRAW[Makefile(unix)]
5##### CHACHA assembler implementations
6
7{- $builddir -}/chacha-x86.s: {- $sourcedir -}/asm/chacha-x86.pl
de72be2e 8 CC="$(CC)" $(PERL) {- $sourcedir -}/asm/chacha-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
567a9e6f 9{- $builddir -}/chacha-x86_64.s: {- $sourcedir -}/asm/chacha-x86_64.pl
de72be2e 10 CC="$(CC)" $(PERL) {- $sourcedir -}/asm/chacha-x86_64.pl $(PERLASM_SCHEME) > $@
9e58d119 11{- $builddir -}/chacha-ppc.s: {- $sourcedir -}/asm/chacha-ppc.pl
de72be2e 12 CC="$(CC)" $(PERL) {- $sourcedir -}/asm/chacha-ppc.pl $(PERLASM_SCHEME) $@
567a9e6f
RL
13
14{- $builddir -}/chacha-%.S: {- $sourcedir -}/asm/chacha-%.pl
de72be2e 15 CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@
567a9e6f 16ENDRAW[Makefile(unix)]