aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/patched/replxx/ya.make
blob: 55197083fd6a735ea5fcc7fcb95077d0ec659aa3 (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
# Generated by devtools/yamaker from nixpkgs 22.05.

LIBRARY()

LICENSE(
    BSD-3-Clause AND
    Custom-wcwidth AND
    Unicode-Mappings
)

LICENSE_TEXTS(.yandex_meta/licenses.list.txt)

VERSION(2022-09-09)

ORIGINAL_SOURCE(https://github.com/ClickHouse/replxx/archive/5d04501f93a4fb7f0bb8b73b8f614bc986f9e25b.tar.gz)

ADDINCL(
    GLOBAL contrib/restricted/patched/replxx/include
    contrib/restricted/patched/replxx/src
)

NO_COMPILER_WARNINGS()

NO_UTIL()

CFLAGS(
    GLOBAL -DREPLXX_STATIC
)

SRCS(
    src/ConvertUTF.cpp
    src/conversion.cxx
    src/escape.cxx
    src/history.cxx
    src/prompt.cxx
    src/replxx.cxx
    src/replxx_impl.cxx
    src/terminal.cxx
    src/util.cxx
    src/wcwidth.cpp
    src/windows.cxx
)

END()