summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/emscripten/include/ya.make
blob: 2c0c66fd34edf30f1c03a6d5e8225d2c86f5d0e7 (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
# Generated by devtools/yamaker.

LIBRARY()

SUBSCRIBER(g:cpp-contrib)

VERSION(4.0.12)

LICENSE(
    Apache-2.0 AND
    BSD-2-Clause AND
    BSD-3-Clause AND
    Bsd-Unmodified AND
    CC0-1.0 AND
    ISC AND
    LPL-1.02 AND
    LicenseRef-scancode-other-permissive AND
    LicenseRef-scancode-proprietary-license AND
    LicenseRef-scancode-unknown-license-reference AND
    MIT AND
    MIT WITH Musl-Exception AND
    NCSA AND
    Public-Domain AND
    Red-Hat-Attribution AND
    Sunpro
)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

ADDINCL(
    GLOBAL contrib/restricted/emscripten/system/include/compat
    GLOBAL contrib/restricted/emscripten/system/include/emscripten
    GLOBAL contrib/restricted/emscripten/system/lib/libc/musl/arch/emscripten
    GLOBAL contrib/restricted/emscripten/system/lib/libc/musl/arch/generic
    GLOBAL contrib/restricted/emscripten/system/lib/libc/musl/include
    GLOBAL contrib/restricted/emscripten/system/include
)

NO_PLATFORM()

NO_RUNTIME()

END()