567a9e6fe0
This also adds all the raw sections needed for some files. Reviewed-by: Rich Salz <rsalz@openssl.org>
10 lines
425 B
Text
10 lines
425 B
Text
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=\
|
|
c_skey.c c_ecb.c {- $target{cast_asm_src} -} c_cfb64.c c_ofb64.c
|
|
|
|
BEGINRAW[Makefile]
|
|
##### CAST assembler implementations
|
|
|
|
{- $builddir -}/cast-586.s: {- $sourcedir -}/asm/cast-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl {- $sourcetop -}/crypto/perlasm/cbc.pl
|
|
$(PERL) {- $sourcedir -}/asm/cast-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
|
|
ENDRAW[Makefile]
|