]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/ripemd/build.info
Move rmd160_asm_src file information to build.info files
[thirdparty/openssl.git] / crypto / ripemd / build.info
CommitLineData
777a2882 1LIBS=../../libcrypto
2ffea443
RL
2
3$RMD160ASM=
4IF[{- !$disabled{asm} -}]
5 $RMD160ASM_x86=rmd-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[$RMD160ASM_{- $target{asm_arch} -}]
10 $RMD160ASM=$RMD160ASM_{- $target{asm_arch} -}
11 $RMD160DEF=RMD160_ASM
12 ENDIF
13ENDIF
14
15SOURCE[../../libcrypto]=rmd_dgst.c rmd_one.c $RMD160ASM
16DEFINE[../../libcrypto]=$RMD160DEF
567a9e6f 17
8c3bc594 18GENERATE[rmd-586.s]=asm/rmd-586.pl \
722c9762 19 $(PERLASM_SCHEME) $(LIB_CFLAGS) $(LIB_CPPFLAGS)
fe7f8263 20DEPEND[rmd-586.s]=../perlasm/x86asm.pl