ya.make 797 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Generated by devtools/yamaker from nixpkgs 24.05.
  2. LIBRARY()
  3. LICENSE(Apache-2.0)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. VERSION(0.1.9)
  6. ORIGINAL_SOURCE(https://github.com/awslabs/aws-c-sdkutils/archive/v0.1.9.tar.gz)
  7. PEERDIR(
  8. contrib/restricted/aws/aws-c-common
  9. )
  10. ADDINCL(
  11. GLOBAL contrib/restricted/aws/aws-c-sdkutils/include
  12. )
  13. NO_COMPILER_WARNINGS()
  14. NO_RUNTIME()
  15. CFLAGS(
  16. -DAWS_COMMON_USE_IMPORT_EXPORT
  17. -DAWS_SDKUTILS_USE_IMPORT_EXPORT
  18. -DHAVE_SYSCONF
  19. -DINTEL_NO_ITTNOTIFY_API
  20. )
  21. SRCS(
  22. source/aws_profile.c
  23. source/endpoints_rule_engine.c
  24. source/endpoints_ruleset.c
  25. source/endpoints_standard_lib.c
  26. source/endpoints_types_impl.c
  27. source/endpoints_util.c
  28. source/partitions.c
  29. source/resource_name.c
  30. source/sdkutils.c
  31. )
  32. END()