VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.3/crypto/camellia/build.info@ 96662

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 
1LIBS=../../libcrypto
2
3$CMLLASM=camellia.c cmll_misc.c cmll_cbc.c
4IF[{- !$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
15ENDIF
16
17SOURCE[../../libcrypto]=cmll_ecb.c cmll_ofb.c cmll_cfb.c cmll_ctr.c $CMLLASM
18DEFINE[../../libcrypto]=$CMLLDEF
19
20GENERATE[cmll-x86.s]=asm/cmll-x86.pl
21DEPEND[cmll-x86.s]=../perlasm/x86asm.pl
22GENERATE[cmll-x86_64.s]=asm/cmll-x86_64.pl
23GENERATE[cmllt4-sparcv9.S]=asm/cmllt4-sparcv9.pl
24INCLUDE[cmllt4-sparcv9.o]=..
25DEPEND[cmllt4-sparcv9.S]=../perlasm/sparcv9_modes.pl
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette