ya.make 737 B

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