blob: a6fe00d1618f57ca7f2001d15eb0a7cf58b327f9 (
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
|
# Generated by devtools/yamaker.
LIBRARY()
LICENSE(
APSL-2.0 AND
BSD-3-Clause AND
BSD-4-Clause-UC AND
ClArtistic AND
FSFAP AND
MIT AND
Unicode-Mappings
)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(2022.07.12)
ADDINCL(
contrib/libs/breakpad
contrib/libs/breakpad/src
)
NO_COMPILER_WARNINGS()
NO_RUNTIME()
CFLAGS(
-DHAVE_CONFIG_H
)
SRCS(
ia32_implicit.c
ia32_insn.c
ia32_invariant.c
ia32_modrm.c
ia32_opcode_tables.c
ia32_operand.c
ia32_reg.c
ia32_settings.c
x86_disasm.c
x86_format.c
x86_imm.c
x86_insn.c
x86_misc.c
x86_operand_list.c
)
END()
|