aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/bison/m4/ya.make
blob: 0694ec25e487c7045c6d06af46b4e36864a6d45b (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
OWNER(g:contrib)

PROGRAM()

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()