d212d5441de7d0d84acc9551a9f30dabebb3fc06
[openssl.git] / crypto / camellia / build.info
1 LIBS=../../libcrypto
2 SOURCE[../../libcrypto]=\
3         cmll_ecb.c cmll_ofb.c cmll_cfb.c cmll_ctr.c \
4         {- $target{cmll_asm_src} -}
5
6 BEGINRAW[Makefile]
7 {- $builddir -}/cmll-x86.s:     {- $sourcedir -}/asm/cmll-x86.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl
8         CC="$(CC)" $(PERL) {- $sourcedir -}/asm/cmll-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
9 {- $builddir -}/cmll-x86_64.s:  {- $sourcedir -}/asm/cmll-x86_64.pl
10         CC="$(CC)" $(PERL) {- $sourcedir -}/asm/cmll-x86_64.pl $(PERLASM_SCHEME) > $@
11 {- $builddir -}/cmllt4-sparcv9.s: {- $sourcedir -}/asm/cmllt4-sparcv9.pl {- $sourcetop -}/crypto/perlasm/sparcv9_modes.pl
12         CC="$(CC)" $(PERL) {- $sourcedir -}/asm/cmllt4-sparcv9.pl $(CFLAGS) > $@
13 ENDRAW[Makefile]