build.info 569 B

1234567891011121314151617181920
  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. SOURCE[../../libcrypto]=rmd_dgst.c rmd_one.c $RMD160ASM
  13. DEFINE[../../libcrypto]=$RMD160DEF
  14. GENERATE[rmd-586.s]=asm/rmd-586.pl \
  15. $(PERLASM_SCHEME) $(LIB_CFLAGS) $(LIB_CPPFLAGS)
  16. DEPEND[rmd-586.s]=../perlasm/x86asm.pl