d4494b274d6c3cd51c72705942b99f2176213b87
[openssl.git] / crypto / md5 / build.info
1 LIBS=../../libcrypto
2
3 $MD5ASM=
4 IF[{- !$disabled{asm} -}]
5   $MD5ASM_x86=md5-586.s
6   $MD5ASM_x86_64=md5-x86_64.s
7   $MD5ASM_sparcv9=md5-sparcv9.S
8
9   # Now that we have defined all the arch specific variables, use the
10   # appropriate one, and define the appropriate macros
11   IF[$MD5ASM_{- $target{asm_arch} -}]
12     $MD5ASM=$MD5ASM_{- $target{asm_arch} -}
13     $MD5DEF=MD5_ASM
14   ENDIF
15 ENDIF
16
17 SOURCE[../../libcrypto]=md5_dgst.c md5_one.c md5_sha1.c $MD5ASM
18
19 # Implementations are now spread across several libraries, so the defines
20 # need to be applied to all affected libraries and modules.
21 DEFINE[../../libcrypto]=$MD5DEF
22 DEFINE[../../providers/libimplementations.a]=$MD5DEF
23
24 GENERATE[md5-586.s]=asm/md5-586.pl
25
26 GENERATE[md5-x86_64.s]=asm/md5-x86_64.pl
27
28 GENERATE[md5-sparcv9.S]=asm/md5-sparcv9.pl
29 INCLUDE[md5-sparcv9.o]=..