summaryrefslogtreecommitdiffstats
path: root/crypto/bf/build.info
blob: 59d5bbcfe37e32c0b718b3f04bc312f47aad779f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBS=../../libcrypto

$BFASM=bf_enc.c
IF[{- !$disabled{asm} -}]
  $BFASM_x86=bf-586.s

  # Now that we have defined all the arch specific variables, use the
  # appropriate one
  IF[$BFASM_{- $target{asm_arch} -}]
    $BFASM=$BFASM_{- $target{asm_arch} -}
  ENDIF
ENDIF

SOURCE[../../libcrypto]=bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c $BFASM

GENERATE[bf-586.s]=asm/bf-586.pl
DEPEND[bf-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl