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. pcre16_byte_order.c
  17. pcre16_chartables.c
  18. pcre16_compile.c
  19. pcre16_config.c
  20. pcre16_dfa_exec.c
  21. pcre16_exec.c
  22. pcre16_fullinfo.c
  23. pcre16_get.c
  24. pcre16_globals.c
  25. pcre16_jit_compile.c
  26. pcre16_maketables.c
  27. pcre16_newline.c
  28. pcre16_ord2utf16.c
  29. pcre16_refcount.c
  30. pcre16_string_utils.c
  31. pcre16_study.c
  32. pcre16_tables.c
  33. pcre16_ucd.c
  34. pcre16_utf16_utils.c
  35. pcre16_valid_utf16.c
  36. pcre16_version.c
  37. pcre16_xclass.c
  38. pcre_chartables.c
  39. )
  40. END()