ya.make 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. # Generated by devtools/yamaker.
  2. LIBRARY()
  3. LICENSE(
  4. GPL-3.0-or-later AND
  5. LGPL-2.0-or-later
  6. )
  7. LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
  8. VERSION(1.4.18)
  9. PEERDIR(
  10. contrib/libs/libc_compat
  11. )
  12. ADDINCL(
  13. contrib/tools/m4/lib
  14. )
  15. NO_COMPILER_WARNINGS()
  16. NO_RUNTIME()
  17. SRCS(
  18. asnprintf.c
  19. basename-lgpl.c
  20. basename.c
  21. binary-io.c
  22. c-ctype.c
  23. c-stack.c
  24. c-strcasecmp.c
  25. c-strncasecmp.c
  26. clean-temp.c
  27. cloexec.c
  28. close-stream.c
  29. closein.c
  30. closeout.c
  31. dirname-lgpl.c
  32. dirname.c
  33. dup-safer-flag.c
  34. dup-safer.c
  35. execute.c
  36. exitfail.c
  37. fatal-signal.c
  38. fclose.c
  39. fcntl.c
  40. fd-hook.c
  41. fd-safer-flag.c
  42. fd-safer.c
  43. filenamecat-lgpl.c
  44. filenamecat.c
  45. fopen-safer.c
  46. getprogname.c
  47. gl_avltree_oset.c
  48. gl_linkedhash_list.c
  49. gl_list.c
  50. gl_oset.c
  51. gl_xlist.c
  52. gl_xoset.c
  53. glthread/lock.c
  54. glthread/threadlib.c
  55. glthread/tls.c
  56. hard-locale.c
  57. localcharset.c
  58. malloca.c
  59. math.c
  60. mbrtowc.c
  61. memchr2.c
  62. mkstemp-safer.c
  63. pipe-safer.c
  64. pipe2-safer.c
  65. pipe2.c
  66. printf-args.c
  67. printf-frexp.c
  68. printf-frexpl.c
  69. printf-parse.c
  70. progname.c
  71. quotearg.c
  72. sig-handler.c
  73. spawn-pipe.c
  74. stripslash.c
  75. tempname.c
  76. tmpdir.c
  77. unistd.c
  78. vasnprintf.c
  79. vasprintf.c
  80. verror.c
  81. version-etc-fsf.c
  82. version-etc.c
  83. wait-process.c
  84. wctype-h.c
  85. xalloc-die.c
  86. xasprintf.c
  87. xmalloc.c
  88. xmalloca.c
  89. xprintf.c
  90. xsize.c
  91. xstrndup.c
  92. xvasprintf.c
  93. )
  94. IF (MUSL)
  95. SRCS(
  96. error.c
  97. obstack.c
  98. regex.c
  99. )
  100. ELSEIF (OS_DARWIN)
  101. SRCS(
  102. error.c
  103. fpending.c
  104. obstack.c
  105. regex.c
  106. secure_getenv.c
  107. )
  108. ELSEIF (OS_WINDOWS)
  109. ADDINCL(
  110. GLOBAL contrib/tools/m4/lib/platform/win64
  111. )
  112. SRCS(
  113. close.c
  114. dup2.c
  115. error.c
  116. fpending.c
  117. fseeko.c
  118. getdtablesize.c
  119. getopt.c
  120. getopt1.c
  121. gettimeofday.c
  122. localeconv.c
  123. mkdtemp.c
  124. msvc-inval.c
  125. msvc-nothrow.c
  126. nl_langinfo.c
  127. obstack.c
  128. raise.c
  129. regex.c
  130. sigaction.c
  131. sigprocmask.c
  132. strsignal.c
  133. waitpid.c
  134. )
  135. ENDIF()
  136. IF (NOT MUSL)
  137. SRCS(
  138. freadahead.c
  139. )
  140. ENDIF()
  141. END()