]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/md5/build.info
build.info: For all assembler generators, remove all arguments
[thirdparty/openssl.git] / crypto / md5 / build.info
CommitLineData
777a2882 1LIBS=../../libcrypto
792ea008
RL
2
3$MD5ASM=
4IF[{- !$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
15ENDIF
16
17SOURCE[../../libcrypto]=md5_dgst.c md5_one.c md5_sha1.c $MD5ASM
18DEFINE[../../libcrypto]=$MD5DEF
567a9e6f 19
a1c8befd 20GENERATE[md5-586.s]=asm/md5-586.pl
57c83b3c 21
a1c8befd 22GENERATE[md5-x86_64.s]=asm/md5-x86_64.pl
567a9e6f 23
a1c8befd 24GENERATE[md5-sparcv9.S]=asm/md5-sparcv9.pl
f0667b14 25INCLUDE[md5-sparcv9.o]=..