xref: /openssl/crypto/hmac/build.info (revision 0499de5a)
1LIBS=../../libcrypto
2
3$COMMON=hmac.c
4
5IF[{- !$disabled{asm} -}]
6  IF[{- ($target{perlasm_scheme} // '') ne '31' -}]
7    $HMACASM_s390x=hmac_s390x.c
8    $HMACDEF_s390x=OPENSSL_HMAC_S390X
9  ENDIF
10
11  # Now that we have defined all the arch specific variables, use the
12  # appropriate ones, and define the appropriate macros
13  IF[$HMACASM_{- $target{asm_arch} -}]
14    $HMACASM=$HMACASM_{- $target{asm_arch} -}
15    $HMACDEF=$HMACDEF_{- $target{asm_arch} -}
16  ENDIF
17ENDIF
18
19DEFINE[../../libcrypto]=$HMACDEF
20DEFINE[../../providers/libfips.a]=$HMACDEF
21
22SOURCE[../../libcrypto]=$COMMON $HMACASM
23SOURCE[../../providers/libfips.a]=$COMMON $HMACASM
24