123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- # Generated by devtools/yamaker.
- LIBRARY()
- LICENSE(GPL-3.0-or-later)
- LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
- VERSION(3.7.6)
- PEERDIR(
- contrib/libs/libiconv
- )
- ADDINCL(
- contrib/tools/bison
- contrib/tools/bison/lib
- )
- NO_COMPILER_WARNINGS()
- NO_RUNTIME()
- CFLAGS(
- -DDEFAULT_TEXT_DOMAIN=\"bison-gnulib\"
- -DEXEEXT=\"\"
- )
- SRCS(
- allocator.c
- areadlink.c
- argmatch.c
- asnprintf.c
- asprintf.c
- basename-lgpl.c
- basename.c
- binary-io.c
- bitrotate.c
- bitset.c
- bitset/array.c
- bitset/list.c
- bitset/stats.c
- bitset/table.c
- bitset/vector.c
- bitsetv.c
- c-ctype.c
- c-strcasecmp.c
- c-strncasecmp.c
- careadlinkat.c
- cloexec.c
- close-stream.c
- closeout.c
- concat-filename.c
- dirname-lgpl.c
- dirname.c
- dup-safer-flag.c
- dup-safer.c
- exitfail.c
- fatal-signal.c
- fd-safer-flag.c
- fd-safer.c
- fopen-safer.c
- fstrcmp.c
- get-errno.c
- gethrxtime.c
- getprogname.c
- gl_array_list.c
- gl_linked_list.c
- gl_list.c
- gl_oset.c
- gl_rbtree_oset.c
- gl_rbtreehash_list.c
- gl_xlist.c
- glthread/lock.c
- glthread/threadlib.c
- glthread/tls.c
- hard-locale.c
- hash.c
- localcharset.c
- math.c
- mbchar.c
- mbfile.c
- mbrtowc.c
- mbswidth.c
- path-join.c
- pipe-safer.c
- pipe2-safer.c
- pipe2.c
- printf-args.c
- printf-frexp.c
- printf-frexpl.c
- printf-parse.c
- progname.c
- quotearg.c
- readline.c
- setlocale_null.c
- sig-handler.c
- spawn-pipe.c
- stripslash.c
- timespec.c
- timevar.c
- unicodeio.c
- unistd.c
- unistr/u8-mbtoucr.c
- unistr/u8-uctomb-aux.c
- unistr/u8-uctomb.c
- uniwidth/width.c
- vasnprintf.c
- vasprintf.c
- wait-process.c
- wctype-h.c
- xalloc-die.c
- xconcat-filename.c
- xhash.c
- xmalloc.c
- xmemdup0.c
- xreadlink.c
- xsize.c
- xstrndup.c
- xtime.c
- )
- IF (NOT MUSL)
- SRCS(
- fseterr.c
- )
- ENDIF()
- IF (MUSL)
- SRCS(
- error.c
- obstack.c
- obstack_printf.c
- )
- ELSEIF (OS_DARWIN)
- SRCS(
- error.c
- fpending.c
- obstack.c
- obstack_printf.c
- strverscmp.c
- )
- ELSEIF (OS_WINDOWS)
- ADDINCL(
- GLOBAL contrib/tools/bison/lib/platform/win64
- )
- SRCS(
- close.c
- dup2.c
- error.c
- fcntl.c
- fd-hook.c
- fpending.c
- getdtablesize.c
- getopt.c
- getopt1.c
- msvc-inval.c
- msvc-nothrow.c
- obstack.c
- obstack_printf.c
- open.c
- raise.c
- sigaction.c
- sigprocmask.c
- stpcpy.c
- stpncpy.c
- strndup.c
- strverscmp.c
- waitpid.c
- wcwidth.c
- windows-mutex.c
- windows-once.c
- windows-recmutex.c
- windows-rwlock.c
- windows-tls.c
- )
- ENDIF()
- END()
|