aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/bison/m4/ya.make
blob: cdbdcd47a4d45d6d22a38ab00e327b2cd1f82473 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
OWNER(g:contrib)

PROGRAM() 
 
LICENSE(GPL-3.0-or-later)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

NO_RUNTIME()

NO_COMPILER_WARNINGS() 
 
IF (MUSL)
    CFLAGS(
        -DO_BINARY=0
    )
ENDIF()

SRCS( 
    src/builtin.c 
    src/debug.c 
    src/eval.c 
    src/format.c 
    src/freeze.c 
    src/input.c 
    src/m4.c 
    src/macro.c 
    src/output.c 
    src/path.c 
    src/symtab.c 
    src/cpp.cpp 
) 
 
PEERDIR(
    contrib/tools/bison/gnulib
)
 
END()