Change RC5_32_set_key to return an int type
[openssl.git] / crypto / camellia / build.info
1 LIBS=../../libcrypto
2
3 $CMLLASM=camellia.c cmll_misc.c cmll_cbc.c
4 IF[{- !$disabled{asm} -}]
5   $CMLLASM_x86=cmll-x86.s
6   $CMLLASM_x86_64=cmll-x86_64.s cmll_misc.c
7   $CMLLASM_sparcv9=camellia.c cmll_misc.c cmll_cbc.c cmllt4-sparcv9.S
8
9   # Now that we have defined all the arch specific variables, use the
10   # appropriate one
11   IF[$CMLLASM_{- $target{asm_arch} -}]
12     $CMLLASM=$CMLLASM_{- $target{asm_arch} -}
13   ENDIF
14 ENDIF
15
16 SOURCE[../../libcrypto]=cmll_ecb.c cmll_ofb.c cmll_cfb.c cmll_ctr.c $CMLLASM
17
18 GENERATE[cmll-x86.s]=asm/cmll-x86.pl \
19         $(PERLASM_SCHEME) $(LIB_CFLAGS) $(LIB_CPPFLAGS) \
20         $(PROCESSOR)
21 DEPEND[cmll-x86.s]=../perlasm/x86asm.pl
22 GENERATE[cmll-x86_64.s]=asm/cmll-x86_64.pl $(PERLASM_SCHEME)
23 GENERATE[cmllt4-sparcv9.S]=asm/cmllt4-sparcv9.pl $(PERLASM_SCHEME)
24 INCLUDE[cmllt4-sparcv9.o]=..
25 DEPEND[cmllt4-sparcv9.S]=../perlasm/sparcv9_modes.pl