ya.make 934 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # Generated by devtools/yamaker from nixpkgs 22.11.
  2. LIBRARY()
  3. LICENSE(MIT)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. VERSION(0.8)
  6. ORIGINAL_SOURCE(https://github.com/pantoniou/libfyaml/archive/v0.8.tar.gz)
  7. PEERDIR(
  8. contrib/libs/xxhash
  9. )
  10. ADDINCL(
  11. contrib/libs/libfyaml
  12. contrib/libs/libfyaml/include
  13. contrib/libs/libfyaml/src
  14. contrib/libs/libfyaml/src/lib
  15. contrib/libs/xxhash
  16. )
  17. NO_COMPILER_WARNINGS()
  18. NO_RUNTIME()
  19. CFLAGS(
  20. -DHAVE_CONFIG_H
  21. )
  22. SRCS(
  23. src/lib/fy-accel.c
  24. src/lib/fy-atom.c
  25. src/lib/fy-composer.c
  26. src/lib/fy-ctype.c
  27. src/lib/fy-diag.c
  28. src/lib/fy-doc.c
  29. src/lib/fy-docbuilder.c
  30. src/lib/fy-docstate.c
  31. src/lib/fy-dump.c
  32. src/lib/fy-emit.c
  33. src/lib/fy-event.c
  34. src/lib/fy-input.c
  35. src/lib/fy-parse.c
  36. src/lib/fy-path.c
  37. src/lib/fy-token.c
  38. src/lib/fy-types.c
  39. src/lib/fy-utf8.c
  40. src/lib/fy-utils.c
  41. src/lib/fy-walk.c
  42. )
  43. END()