build.info 1005 B

123456789101112131415161718192021222324252627282930
  1. LIBS=../../libcrypto
  2. $RMD160ASM=
  3. IF[{- !$disabled{asm} -}]
  4. $RMD160ASM_x86=rmd-586.s
  5. # Now that we have defined all the arch specific variables, use the
  6. # appropriate one, and define the appropriate macros
  7. IF[$RMD160ASM_{- $target{asm_arch} -}]
  8. $RMD160ASM=$RMD160ASM_{- $target{asm_arch} -}
  9. $RMD160DEF=RMD160_ASM
  10. ENDIF
  11. ENDIF
  12. # Implementations are now spread across several libraries, so the defines
  13. # need to be applied to all affected libraries and modules
  14. DEFINE[../providers/libimplementations.a]=$RMD160DEF
  15. SOURCE[../../libcrypto]=rmd_dgst.c rmd_one.c $RMD160ASM
  16. DEFINE[../../libcrypto]=$RMD160DEF
  17. # When all deprecated symbols are removed, libcrypto doesn't export the
  18. # RIPEMD160 functions, so we must include them directly in liblegacy.a
  19. IF[{- $disabled{'deprecated-3.0'} -}]
  20. SOURCE[../../providers/liblegacy.a]=rmd_dgst.c rmd_one.c $RMD160ASM
  21. DEFINE[../../providers/liblegacy.a]=$RMD160DEF
  22. ENDIF
  23. GENERATE[rmd-586.s]=asm/rmd-586.pl
  24. DEPEND[rmd-586.s]=../perlasm/x86asm.pl