ya.make 752 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # Generated by devtools/yamaker.
  2. LIBRARY()
  3. WITHOUT_LICENSE_TEXTS()
  4. VERSION(8.45)
  5. LICENSE(BSD-3-Clause)
  6. ADDINCL(
  7. contrib/libs/pcre
  8. )
  9. NO_COMPILER_WARNINGS()
  10. NO_RUNTIME()
  11. CFLAGS(
  12. -DHAVE_CONFIG_H
  13. )
  14. SRCDIR(contrib/libs/pcre)
  15. SRCS(
  16. pcre32_byte_order.c
  17. pcre32_chartables.c
  18. pcre32_compile.c
  19. pcre32_config.c
  20. pcre32_dfa_exec.c
  21. pcre32_exec.c
  22. pcre32_fullinfo.c
  23. pcre32_get.c
  24. pcre32_globals.c
  25. pcre32_jit_compile.c
  26. pcre32_maketables.c
  27. pcre32_newline.c
  28. pcre32_ord2utf32.c
  29. pcre32_refcount.c
  30. pcre32_string_utils.c
  31. pcre32_study.c
  32. pcre32_tables.c
  33. pcre32_ucd.c
  34. pcre32_utf32_utils.c
  35. pcre32_valid_utf32.c
  36. pcre32_version.c
  37. pcre32_xclass.c
  38. pcre_chartables.c
  39. )
  40. END()