ya.make 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. # Generated by devtools/yamaker from nixpkgs 22.05.
  2. LIBRARY()
  3. LICENSE(
  4. BSD-3-Clause AND
  5. Protobuf-License
  6. )
  7. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  8. #PROVIDES(protobuf)
  9. VERSION(3.19.0)
  10. ORIGINAL_SOURCE(https://github.com/protocolbuffers/protobuf/archive/v3.19.0.tar.gz)
  11. PEERDIR(
  12. contrib/libs/zlib
  13. library/cpp/sanitizer/include
  14. )
  15. ADDINCL(
  16. contrib/libs/protobuf_old/src
  17. )
  18. NO_COMPILER_WARNINGS()
  19. CFLAGS(
  20. -DHAVE_CONFIG_H
  21. -DHAVE_PTHREAD=1
  22. -DHAVE_ZLIB=1
  23. )
  24. NO_LTO()
  25. IF (OS_ANDROID)
  26. EXTRALIBS(log)
  27. ENDIF()
  28. SRCS(
  29. src/google/protobuf/generated_message_util.cc
  30. src/google/protobuf/any.cc
  31. src/google/protobuf/any.pb.cc
  32. src/google/protobuf/any_lite.cc
  33. src/google/protobuf/api.pb.cc
  34. src/google/protobuf/arena.cc
  35. src/google/protobuf/arenastring.cc
  36. src/google/protobuf/descriptor.cc
  37. src/google/protobuf/descriptor.pb.cc
  38. src/google/protobuf/descriptor_database.cc
  39. src/google/protobuf/duration.pb.cc
  40. src/google/protobuf/dynamic_message.cc
  41. src/google/protobuf/empty.pb.cc
  42. src/google/protobuf/extension_set.cc
  43. src/google/protobuf/extension_set_heavy.cc
  44. src/google/protobuf/field_mask.pb.cc
  45. src/google/protobuf/generated_enum_util.cc
  46. src/google/protobuf/generated_message_bases.cc
  47. src/google/protobuf/generated_message_reflection.cc
  48. src/google/protobuf/generated_message_table_driven.cc
  49. src/google/protobuf/generated_message_table_driven_lite.cc
  50. src/google/protobuf/generated_message_tctable_full.cc
  51. src/google/protobuf/generated_message_tctable_lite.cc
  52. src/google/protobuf/implicit_weak_message.cc
  53. src/google/protobuf/inlined_string_field.cc
  54. src/google/protobuf/io/coded_stream.cc
  55. src/google/protobuf/io/gzip_stream.cc
  56. src/google/protobuf/io/io_win32.cc
  57. src/google/protobuf/io/printer.cc
  58. src/google/protobuf/io/strtod.cc
  59. src/google/protobuf/io/tokenizer.cc
  60. src/google/protobuf/io/zero_copy_stream.cc
  61. src/google/protobuf/io/zero_copy_stream_impl.cc
  62. src/google/protobuf/io/zero_copy_stream_impl_lite.cc
  63. src/google/protobuf/json_util.cc
  64. src/google/protobuf/map.cc
  65. src/google/protobuf/map_field.cc
  66. src/google/protobuf/message.cc
  67. src/google/protobuf/message_lite.cc
  68. src/google/protobuf/messagext.cc
  69. src/google/protobuf/parse_context.cc
  70. src/google/protobuf/reflection_ops.cc
  71. src/google/protobuf/repeated_field.cc
  72. src/google/protobuf/repeated_ptr_field.cc
  73. src/google/protobuf/service.cc
  74. src/google/protobuf/source_context.pb.cc
  75. src/google/protobuf/struct.pb.cc
  76. src/google/protobuf/stubs/bytestream.cc
  77. src/google/protobuf/stubs/common.cc
  78. src/google/protobuf/stubs/int128.cc
  79. src/google/protobuf/stubs/status.cc
  80. src/google/protobuf/stubs/statusor.cc
  81. src/google/protobuf/stubs/stringpiece.cc
  82. src/google/protobuf/stubs/stringprintf.cc
  83. src/google/protobuf/stubs/structurally_valid.cc
  84. src/google/protobuf/stubs/strutil.cc
  85. src/google/protobuf/stubs/substitute.cc
  86. src/google/protobuf/stubs/time.cc
  87. src/google/protobuf/text_format.cc
  88. src/google/protobuf/timestamp.pb.cc
  89. src/google/protobuf/type.pb.cc
  90. src/google/protobuf/unknown_field_set.cc
  91. src/google/protobuf/util/delimited_message_util.cc
  92. src/google/protobuf/util/field_comparator.cc
  93. src/google/protobuf/util/field_mask_util.cc
  94. src/google/protobuf/util/internal/datapiece.cc
  95. src/google/protobuf/util/internal/default_value_objectwriter.cc
  96. src/google/protobuf/util/internal/error_listener.cc
  97. src/google/protobuf/util/internal/field_mask_utility.cc
  98. src/google/protobuf/util/internal/json_escaping.cc
  99. src/google/protobuf/util/internal/json_objectwriter.cc
  100. src/google/protobuf/util/internal/json_stream_parser.cc
  101. src/google/protobuf/util/internal/object_writer.cc
  102. src/google/protobuf/util/internal/proto_writer.cc
  103. src/google/protobuf/util/internal/protostream_objectsource.cc
  104. src/google/protobuf/util/internal/protostream_objectwriter.cc
  105. src/google/protobuf/util/internal/type_info.cc
  106. src/google/protobuf/util/internal/utility.cc
  107. src/google/protobuf/util/json_util.cc
  108. src/google/protobuf/util/message_differencer.cc
  109. src/google/protobuf/util/time_util.cc
  110. src/google/protobuf/util/type_resolver_util.cc
  111. src/google/protobuf/wire_format.cc
  112. src/google/protobuf/wire_format_lite.cc
  113. src/google/protobuf/wrappers.pb.cc
  114. )
  115. FILES(
  116. src/google/protobuf/any.proto
  117. src/google/protobuf/api.proto
  118. src/google/protobuf/descriptor.proto
  119. src/google/protobuf/duration.proto
  120. src/google/protobuf/empty.proto
  121. src/google/protobuf/field_mask.proto
  122. src/google/protobuf/source_context.proto
  123. src/google/protobuf/struct.proto
  124. src/google/protobuf/timestamp.proto
  125. src/google/protobuf/type.proto
  126. src/google/protobuf/wrappers.proto
  127. )
  128. END()