aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-08-09 12:48:14 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-08-09 16:00:22 +0300
commitec93271a19de5796f5efadc18bd6ede128616d38 (patch)
treeb886f5eee81af96281d2d359688818dc0a3f2d9f
parent1f0db14845bbff2a4a5c30ea3ebf35b8891e884b (diff)
downloadydb-ec93271a19de5796f5efadc18bd6ede128616d38.tar.gz
Intermediate changes
-rw-r--r--contrib/tools/flex-old/ya.make13
1 files changed, 12 insertions, 1 deletions
diff --git a/contrib/tools/flex-old/ya.make b/contrib/tools/flex-old/ya.make
index c6cc30128e..2a10e64169 100644
--- a/contrib/tools/flex-old/ya.make
+++ b/contrib/tools/flex-old/ya.make
@@ -1,9 +1,19 @@
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(
@@ -22,7 +32,8 @@ SRCS(
parse.c
)
-INDUCED_DEPS(h+cpp
+INDUCED_DEPS(
+ h+cpp
${ARCADIA_ROOT}/contrib/tools/flex-old/FlexLexer.h
)