build.info 781 B

1234567891011121314151617181920212223242526
  1. LIBS=../../libcrypto
  2. $RC5ASM=rc5_enc.c
  3. IF[{- !$disabled{asm} -}]
  4. $RC5ASM_x86=rc5-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[$RC5ASM_{- $target{asm_arch} -}]
  8. $RC5ASM=$RC5ASM_{- $target{asm_arch} -}
  9. $RC5DEF=RC5_ASM
  10. ENDIF
  11. ENDIF
  12. $ALL=rc5_skey.c rc5_ecb.c $RC5ASM rc5cfb64.c rc5ofb64.c
  13. SOURCE[../../libcrypto]=$ALL
  14. # When all deprecated symbols are removed, libcrypto doesn't export the
  15. # rc5 functions, so we must include them directly in liblegacy.a
  16. IF[{- $disabled{'deprecated-3.0'} && !$disabled{module} && !$disabled{shared} -}]
  17. SOURCE[../../providers/liblegacy.a]=$ALL
  18. ENDIF
  19. GENERATE[rc5-586.S]=asm/rc5-586.pl
  20. DEPEND[rc5-586.S]=../perlasm/x86asm.pl ../perlasm/cbc.pl