12345678910111213141516171819202122232425262728293031323334353637383940 |
- PROGRAM(flex)
- LICENSE(
- Bison-exception-2.2 AND
- GPL-2.0-or-later AND
- LicenseRef-scancode-flex-2.5
- )
- LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
- VERSION(2.5.4)
- NO_RUNTIME()
- NO_OPTIMIZE()
- NO_COMPILER_WARNINGS()
- SRCS(
- ccl.c
- dfa.c
- ecs.c
- gen.c
- main.c
- misc.c
- nfa.c
- skel.c
- sym.c
- tblcmp.c
- yylex.c
- scan.c
- parse.c
- )
- INDUCED_DEPS(
- h+cpp
- ${ARCADIA_ROOT}/contrib/tools/flex-old/FlexLexer.h
- )
- END()
|