aboutsummaryrefslogtreecommitdiffstats
path: root/build/ya.make
blob: e97483c8a0f48966ab1d92c289ca48cc4f1b661b (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:ymake 
    somov 
) 

NEED_CHECK()

PY2_LIBRARY()

PY_SRCS(
    ymake_conf.py
)

PEERDIR( 
    library/cpp/deprecated/enum_codegen
    library/cpp/deprecated/split
    library/cpp/string_utils/scan
) 
 
END()

RECURSE(
    conf_fatal_error
    config
    docs/empty
    external_resources
    platform/java
    platform/local_so
    platform/perl
    platform/python
    platform/python/ldflags
    plugins
    prebuilt
    scripts
    tests
    tests_slow
    yandex_specific/config
)