]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/rc5/build.info
build.info: For all assembler generators, remove all arguments
[thirdparty/openssl.git] / crypto / rc5 / build.info
CommitLineData
777a2882 1LIBS=../../libcrypto
6fe56d84
RL
2
3$RC5ASM=rc5_enc.c
4IF[{- !$disabled{asm} -}]
5 $RC5ASM_x86=rc5-586.s
6
7 # Now that we have defined all the arch specific variables, use the
8 # appropriate one, and define the appropriate macros
9 IF[$RC5ASM_{- $target{asm_arch} -}]
10 $RC5ASM=$RC5ASM_{- $target{asm_arch} -}
11 $RC5DEF=RC5_ASM
12 ENDIF
13ENDIF
14
777a2882 15SOURCE[../../libcrypto]=\
6fe56d84 16 rc5_skey.c rc5_ecb.c $RC5ASM rc5cfb64.c rc5ofb64.c
567a9e6f 17
a1c8befd 18GENERATE[rc5-586.s]=asm/rc5-586.pl
ac9888e5 19DEPEND[rc5-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl