summaryrefslogtreecommitdiffstats
path: root/crypto/camellia/build.info
blob: d212d5441de7d0d84acc9551a9f30dabebb3fc06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
	CC="$(CC)" $(PERL) {- $sourcedir -}/asm/cmll-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
{- $builddir -}/cmll-x86_64.s:  {- $sourcedir -}/asm/cmll-x86_64.pl
	CC="$(CC)" $(PERL) {- $sourcedir -}/asm/cmll-x86_64.pl $(PERLASM_SCHEME) > $@
{- $builddir -}/cmllt4-sparcv9.s: {- $sourcedir -}/asm/cmllt4-sparcv9.pl {- $sourcetop -}/crypto/perlasm/sparcv9_modes.pl
	CC="$(CC)" $(PERL) {- $sourcedir -}/asm/cmllt4-sparcv9.pl $(CFLAGS) > $@
ENDRAW[Makefile]