aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/ragel5/ragel/ya.make
blob: 6966321b7c8b7d26bb0160b5160405d325530bbc (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
PROGRAM(ragel5)

NO_UTIL()
NO_COMPILER_WARNINGS()

PEERDIR(
    contrib/tools/ragel5/aapl
    contrib/tools/ragel5/common
)

SRCS(
    fsmap.cpp
    fsmattach.cpp
    fsmbase.cpp
    fsmgraph.cpp
    fsmmin.cpp
    fsmstate.cpp
    main.cpp
    parsedata.cpp
    parsetree.cpp
    rlparse.cpp
    rlscan.cpp
    xmlcodegen.cpp
)

END()