Last change
on this file since 96662 was 94082, checked in by vboxsync, 3 years ago |
libs/openssl-3.0.1: started applying and adjusting our OpenSSL changes to 3.0.1. bugref:10128
|
File size:
806 bytes
|
Line | |
---|
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 | $CMLLDEF=CMLL_ASM
|
---|
14 | ENDIF
|
---|
15 | ENDIF
|
---|
16 |
|
---|
17 | SOURCE[../../libcrypto]=cmll_ecb.c cmll_ofb.c cmll_cfb.c cmll_ctr.c $CMLLASM
|
---|
18 | DEFINE[../../libcrypto]=$CMLLDEF
|
---|
19 |
|
---|
20 | GENERATE[cmll-x86.s]=asm/cmll-x86.pl
|
---|
21 | DEPEND[cmll-x86.s]=../perlasm/x86asm.pl
|
---|
22 | GENERATE[cmll-x86_64.s]=asm/cmll-x86_64.pl
|
---|
23 | GENERATE[cmllt4-sparcv9.S]=asm/cmllt4-sparcv9.pl
|
---|
24 | INCLUDE[cmllt4-sparcv9.o]=..
|
---|
25 | DEPEND[cmllt4-sparcv9.S]=../perlasm/sparcv9_modes.pl
|
---|
Note:
See
TracBrowser
for help on using the repository browser.