aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/ya.make
blob: a9bbd0d9b9b158036f91027a0c5bbcfd3bc461ee (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
SUBSCRIBER(g:ymake)

PY3_LIBRARY()

STYLE_PYTHON()

PY_SRCS(
    TOP_LEVEL
    _common.py
    _dart_fields.py
    _requirements.py
    _xsyn_includes.py
    bundle.py
    coverage.py
    cp.py
    cpp_style.py
    create_init_py.py
    credits.py
    docs.py
    files.py
    gobuild.py
    ios_app_settings.py
    ios_assets.py
    java.py
    large_files.py
    linker_script.py
    lj_archive.py
    llvm_bc.py
    macros_with_error.py
    nots.py
    pybuild.py
    res.py
    suppressions.py
    yql_python_udf.py
    ytest.py
)

PEERDIR(
    build/plugins/lib/proxy
    build/plugins/lib/test_const/proxy
)

END()

RECURSE(
    tests
    lib
    lib/nots
    lib/proxy
    lib/test_const
    lib/test_const/proxy
    lib/tests/utils
)