567a9e6fe0
This also adds all the raw sections needed for some files. Reviewed-by: Rich Salz <rsalz@openssl.org>
13 lines
686 B
Text
13 lines
686 B
Text
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=\
|
|
cmll_ecb.c cmll_ofb.c cmll_cfb.c cmll_ctr.c \
|
|
{- $target{cmll_asm_src} -}
|
|
|
|
BEGINRAW[Makefile]
|
|
{- $builddir -}/cmll-x86.s: {- $sourcedir -}/asm/cmll-x86.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl
|
|
$(PERL) {- $sourcedir -}/asm/cmll-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
|
|
{- $builddir -}/cmll-x86_64.s: {- $sourcedir -}/asm/cmll-x86_64.pl
|
|
$(PERL) {- $sourcedir -}/asm/cmll-x86_64.pl $(PERLASM_SCHEME) > $@
|
|
{- $builddir -}/cmllt4-sparcv9.s: {- $sourcedir -}/asm/cmllt4-sparcv9.pl {- $sourcetop -}/crypto/perlasm/sparcv9_modes.pl
|
|
$(PERL) {- $sourcedir -}/asm/cmllt4-sparcv9.pl $(CFLAGS) > $@
|
|
ENDRAW[Makefile]
|