]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/cast/build.info
unified build scheme: add a "unified" template for Unix Makefile
[thirdparty/openssl.git] / crypto / cast / build.info
CommitLineData
777a2882
RL
1LIBS=../../libcrypto
2SOURCE[../../libcrypto]=\
3 c_skey.c c_ecb.c {- $target{cast_asm_src} -} c_cfb64.c c_ofb64.c
567a9e6f
RL
4
5BEGINRAW[Makefile]
6##### CAST assembler implementations
7
8{- $builddir -}/cast-586.s: {- $sourcedir -}/asm/cast-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl {- $sourcetop -}/crypto/perlasm/cbc.pl
9 $(PERL) {- $sourcedir -}/asm/cast-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
10ENDRAW[Makefile]