ya.make 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. # Generated by devtools/yamaker.
  2. LIBRARY()
  3. LICENSE(GPL-3.0-or-later)
  4. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  5. VERSION(3.7.6)
  6. PEERDIR(
  7. contrib/libs/libiconv
  8. )
  9. ADDINCL(
  10. contrib/tools/bison
  11. contrib/tools/bison/lib
  12. )
  13. NO_COMPILER_WARNINGS()
  14. NO_RUNTIME()
  15. CFLAGS(
  16. -DDEFAULT_TEXT_DOMAIN=\"bison-gnulib\"
  17. -DEXEEXT=\"\"
  18. )
  19. SRCS(
  20. allocator.c
  21. areadlink.c
  22. argmatch.c
  23. asnprintf.c
  24. asprintf.c
  25. basename-lgpl.c
  26. basename.c
  27. binary-io.c
  28. bitrotate.c
  29. bitset.c
  30. bitset/array.c
  31. bitset/list.c
  32. bitset/stats.c
  33. bitset/table.c
  34. bitset/vector.c
  35. bitsetv.c
  36. c-ctype.c
  37. c-strcasecmp.c
  38. c-strncasecmp.c
  39. careadlinkat.c
  40. cloexec.c
  41. close-stream.c
  42. closeout.c
  43. concat-filename.c
  44. dirname-lgpl.c
  45. dirname.c
  46. dup-safer-flag.c
  47. dup-safer.c
  48. exitfail.c
  49. fatal-signal.c
  50. fd-safer-flag.c
  51. fd-safer.c
  52. fopen-safer.c
  53. fseterr.c
  54. fstrcmp.c
  55. get-errno.c
  56. gethrxtime.c
  57. getprogname.c
  58. gl_array_list.c
  59. gl_linked_list.c
  60. gl_list.c
  61. gl_oset.c
  62. gl_rbtree_oset.c
  63. gl_rbtreehash_list.c
  64. gl_xlist.c
  65. glthread/lock.c
  66. glthread/threadlib.c
  67. glthread/tls.c
  68. hard-locale.c
  69. hash.c
  70. localcharset.c
  71. math.c
  72. mbchar.c
  73. mbfile.c
  74. mbrtowc.c
  75. mbswidth.c
  76. path-join.c
  77. pipe-safer.c
  78. pipe2-safer.c
  79. pipe2.c
  80. printf-args.c
  81. printf-frexp.c
  82. printf-frexpl.c
  83. printf-parse.c
  84. progname.c
  85. quotearg.c
  86. readline.c
  87. setlocale_null.c
  88. sig-handler.c
  89. spawn-pipe.c
  90. stripslash.c
  91. timespec.c
  92. timevar.c
  93. unicodeio.c
  94. unistd.c
  95. unistr/u8-mbtoucr.c
  96. unistr/u8-uctomb-aux.c
  97. unistr/u8-uctomb.c
  98. uniwidth/width.c
  99. vasnprintf.c
  100. vasprintf.c
  101. wait-process.c
  102. wctype-h.c
  103. xalloc-die.c
  104. xconcat-filename.c
  105. xhash.c
  106. xmalloc.c
  107. xmemdup0.c
  108. xreadlink.c
  109. xsize.c
  110. xstrndup.c
  111. xtime.c
  112. )
  113. IF (OS_DARWIN)
  114. SRCS(
  115. error.c
  116. fpending.c
  117. obstack.c
  118. obstack_printf.c
  119. strverscmp.c
  120. )
  121. ELSEIF (OS_WINDOWS)
  122. ADDINCL(
  123. GLOBAL contrib/tools/bison/lib/platform/win64
  124. )
  125. SRCS(
  126. close.c
  127. dup2.c
  128. error.c
  129. fcntl.c
  130. fd-hook.c
  131. fpending.c
  132. getdtablesize.c
  133. getopt.c
  134. getopt1.c
  135. msvc-inval.c
  136. msvc-nothrow.c
  137. obstack.c
  138. obstack_printf.c
  139. open.c
  140. raise.c
  141. sigaction.c
  142. sigprocmask.c
  143. stpcpy.c
  144. stpncpy.c
  145. strndup.c
  146. strverscmp.c
  147. waitpid.c
  148. wcwidth.c
  149. windows-mutex.c
  150. windows-once.c
  151. windows-recmutex.c
  152. windows-rwlock.c
  153. windows-tls.c
  154. )
  155. ENDIF()
  156. END()