build.info 996 B

1234567891011121314151617181920212223242526272829
  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. SOURCE[../../libcrypto]=rmd_dgst.c rmd_one.c $RMD160ASM
  15. DEFINE[../../libcrypto]=$RMD160DEF
  16. # When all deprecated symbols are removed, libcrypto doesn't export the
  17. # RIPEMD160 functions, so we must include them directly in liblegacy.a
  18. IF[{- $disabled{'deprecated-3.0'} && !$disabled{module} && !$disabled{shared} -}]
  19. SOURCE[../../providers/liblegacy.a]=rmd_dgst.c rmd_one.c $RMD160ASM
  20. DEFINE[../../providers/liblegacy.a]=$RMD160DEF
  21. ENDIF
  22. GENERATE[rmd-586.S]=asm/rmd-586.pl
  23. DEPEND[rmd-586.S]=../perlasm/x86asm.pl