build.info 674 B

12345678910111213141516171819202122232425
  1. LIBS=../../libcrypto
  2. $BFASM=bf_enc.c
  3. IF[{- !$disabled{asm} -}]
  4. $BFASM_x86=bf-586.S
  5. # Now that we have defined all the arch specific variables, use the
  6. # appropriate one
  7. IF[$BFASM_{- $target{asm_arch} -}]
  8. $BFASM=$BFASM_{- $target{asm_arch} -}
  9. ENDIF
  10. ENDIF
  11. $ALL=bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c $BFASM
  12. SOURCE[../../libcrypto]=$ALL
  13. # When all deprecated symbols are removed, libcrypto doesn't export the
  14. # blowfish functions, so we must include them directly in liblegacy.a
  15. IF[{- $disabled{'deprecated-3.0'} -}]
  16. SOURCE[../../providers/liblegacy.a]=$ALL
  17. ENDIF
  18. GENERATE[bf-586.S]=asm/bf-586.pl
  19. DEPEND[bf-586.S]=../perlasm/x86asm.pl ../perlasm/cbc.pl