build.info 447 B

12345678910111213141516
  1. LIBS=../../libcrypto
  2. $COMMON=rand_lib.c rand_crng_test.c rand_unix.c rand_win.c \
  3. drbg_lib.c drbg_ctr.c drbg_hash.c drbg_hmac.c
  4. IF[{- !$disabled{'egd'} -}]
  5. $COMMON=$COMMON rand_egd.c
  6. ENDIF
  7. IF[{- $config{target} =~ /vxworks/i -}]
  8. $COMMON=$COMMON rand_vxworks.c
  9. ENDIF
  10. IF[{- $config{target} =~ /vms/i -}]
  11. $COMMON=$COMMON rand_vms.c
  12. ENDIF
  13. SOURCE[../../libcrypto]=$COMMON randfile.c rand_err.c
  14. SOURCE[../../providers/libfips.a]=$COMMON