ya.make 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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. fstrcmp.c
  54. get-errno.c
  55. gethrxtime.c
  56. getprogname.c
  57. gl_array_list.c
  58. gl_linked_list.c
  59. gl_list.c
  60. gl_oset.c
  61. gl_rbtree_oset.c
  62. gl_rbtreehash_list.c
  63. gl_xlist.c
  64. glthread/lock.c
  65. glthread/threadlib.c
  66. glthread/tls.c
  67. hard-locale.c
  68. hash.c
  69. localcharset.c
  70. math.c
  71. mbchar.c
  72. mbfile.c
  73. mbrtowc.c
  74. mbswidth.c
  75. path-join.c
  76. pipe-safer.c
  77. pipe2-safer.c
  78. pipe2.c
  79. printf-args.c
  80. printf-frexp.c
  81. printf-frexpl.c
  82. printf-parse.c
  83. progname.c
  84. quotearg.c
  85. readline.c
  86. setlocale_null.c
  87. sig-handler.c
  88. spawn-pipe.c
  89. stripslash.c
  90. timespec.c
  91. timevar.c
  92. unicodeio.c
  93. unistd.c
  94. unistr/u8-mbtoucr.c
  95. unistr/u8-uctomb-aux.c
  96. unistr/u8-uctomb.c
  97. uniwidth/width.c
  98. vasnprintf.c
  99. vasprintf.c
  100. wait-process.c
  101. wctype-h.c
  102. xalloc-die.c
  103. xconcat-filename.c
  104. xhash.c
  105. xmalloc.c
  106. xmemdup0.c
  107. xreadlink.c
  108. xsize.c
  109. xstrndup.c
  110. xtime.c
  111. )
  112. IF (NOT MUSL)
  113. SRCS(
  114. fseterr.c
  115. )
  116. ENDIF()
  117. IF (MUSL)
  118. SRCS(
  119. error.c
  120. obstack.c
  121. obstack_printf.c
  122. )
  123. ELSEIF (OS_DARWIN)
  124. SRCS(
  125. error.c
  126. fpending.c
  127. obstack.c
  128. obstack_printf.c
  129. strverscmp.c
  130. )
  131. ELSEIF (OS_WINDOWS)
  132. ADDINCL(
  133. GLOBAL contrib/tools/bison/lib/platform/win64
  134. )
  135. SRCS(
  136. close.c
  137. dup2.c
  138. error.c
  139. fcntl.c
  140. fd-hook.c
  141. fpending.c
  142. getdtablesize.c
  143. getopt.c
  144. getopt1.c
  145. msvc-inval.c
  146. msvc-nothrow.c
  147. obstack.c
  148. obstack_printf.c
  149. open.c
  150. raise.c
  151. sigaction.c
  152. sigprocmask.c
  153. stpcpy.c
  154. stpncpy.c
  155. strndup.c
  156. strverscmp.c
  157. waitpid.c
  158. wcwidth.c
  159. windows-mutex.c
  160. windows-once.c
  161. windows-recmutex.c
  162. windows-rwlock.c
  163. windows-tls.c
  164. )
  165. ENDIF()
  166. END()