ya.make 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. LIBRARY()
  3. LICENSE(BSL-1.0)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. VERSION(1.84.0)
  6. ORIGINAL_SOURCE(https://github.com/boostorg/iostreams/archive/boost-1.84.0.tar.gz)
  7. PEERDIR(
  8. contrib/libs/libbz2
  9. contrib/libs/lzma
  10. contrib/libs/zlib
  11. contrib/libs/zstd
  12. contrib/restricted/boost/assert
  13. contrib/restricted/boost/config
  14. contrib/restricted/boost/core
  15. contrib/restricted/boost/detail
  16. contrib/restricted/boost/function
  17. contrib/restricted/boost/integer
  18. contrib/restricted/boost/iterator
  19. contrib/restricted/boost/mpl
  20. contrib/restricted/boost/numeric_conversion
  21. contrib/restricted/boost/preprocessor
  22. contrib/restricted/boost/random
  23. contrib/restricted/boost/range
  24. contrib/restricted/boost/regex
  25. contrib/restricted/boost/smart_ptr
  26. contrib/restricted/boost/static_assert
  27. contrib/restricted/boost/throw_exception
  28. contrib/restricted/boost/type_traits
  29. contrib/restricted/boost/utility
  30. )
  31. ADDINCL(
  32. GLOBAL contrib/restricted/boost/iostreams/include
  33. contrib/libs/libbz2
  34. contrib/libs/zstd/include
  35. )
  36. NO_COMPILER_WARNINGS()
  37. NO_UTIL()
  38. CFLAGS(
  39. -DBOOST_IOSTREAMS_USE_DEPRECATED
  40. )
  41. IF (DYNAMIC_BOOST)
  42. CFLAGS(
  43. GLOBAL -DBOOST_IOSTREAMS_DYN_LINK
  44. )
  45. ENDIF()
  46. SRCS(
  47. src/bzip2.cpp
  48. src/file_descriptor.cpp
  49. src/gzip.cpp
  50. src/lzma.cpp
  51. src/mapped_file.cpp
  52. src/zlib.cpp
  53. src/zstd.cpp
  54. )
  55. END()