build.info 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. LIBS=../../../libcrypto
  2. IF[{- !$disabled{des} -}]
  3. SOURCE[../../../libcrypto]=\
  4. cipher_tdes_default.c cipher_tdes_default_hw.c \
  5. cipher_tdes_wrap.c cipher_tdes_wrap_hw.c \
  6. cipher_desx.c cipher_desx_hw.c \
  7. cipher_des.c cipher_des_hw.c
  8. ENDIF
  9. IF[{- !$disabled{aria} -}]
  10. SOURCE[../../../libcrypto]=\
  11. cipher_aria.c cipher_aria_hw.c \
  12. cipher_aria_gcm.c cipher_aria_gcm_hw.c \
  13. cipher_aria_ccm.c cipher_aria_ccm_hw.c
  14. ENDIF
  15. IF[{- !$disabled{camellia} -}]
  16. SOURCE[../../../libcrypto]=\
  17. cipher_camellia.c cipher_camellia_hw.c
  18. ENDIF
  19. IF[{- !$disabled{bf} -}]
  20. SOURCE[../../../libcrypto]=\
  21. cipher_blowfish.c cipher_blowfish_hw.c
  22. ENDIF
  23. IF[{- !$disabled{idea} -}]
  24. SOURCE[../../../libcrypto]=\
  25. cipher_idea.c cipher_idea_hw.c
  26. ENDIF
  27. IF[{- !$disabled{cast} -}]
  28. SOURCE[../../../libcrypto]=\
  29. cipher_cast5.c cipher_cast5_hw.c
  30. ENDIF
  31. IF[{- !$disabled{seed} -}]
  32. SOURCE[../../../libcrypto]=\
  33. cipher_seed.c cipher_seed_hw.c
  34. ENDIF
  35. IF[{- !$disabled{sm4} -}]
  36. SOURCE[../../../libcrypto]=\
  37. cipher_sm4.c cipher_sm4_hw.c
  38. ENDIF
  39. IF[{- !$disabled{ocb} -}]
  40. SOURCE[../../../libcrypto]=\
  41. cipher_aes_ocb.c cipher_aes_ocb_hw.c
  42. ENDIF
  43. IF[{- !$disabled{rc4} -}]
  44. SOURCE[../../../libcrypto]=\
  45. cipher_rc4.c cipher_rc4_hw.c
  46. ENDIF
  47. IF[{- !$disabled{rc5} -}]
  48. SOURCE[../../../libcrypto]=\
  49. cipher_rc5.c cipher_rc5_hw.c
  50. ENDIF
  51. INCLUDE[../../../libcrypto]=. ../../../crypto