build.info 433 B

1234567891011121314151617
  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. SOURCE[../../libcrypto]=bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c $BFASM
  12. GENERATE[bf-586.s]=asm/bf-586.pl
  13. DEPEND[bf-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl