blob: 03c87954574d529c8d0fd3f71180bbddd242c587 (
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
# Generated by devtools/yamaker (pypi).
PY2_LIBRARY()
VERSION(1.15.1)
LICENSE(MIT)
PEERDIR(
contrib/python/pycparser
contrib/restricted/libffi
)
ADDINCL(
contrib/restricted/libffi/include
)
NO_COMPILER_WARNINGS()
NO_LINT()
SRCS(
c/_cffi_backend.c
)
PY_REGISTER(
_cffi_backend
)
PY_SRCS(
TOP_LEVEL
cffi/__init__.py
cffi/api.py
cffi/backend_ctypes.py
cffi/cffi_opcode.py
cffi/commontypes.py
cffi/cparser.py
cffi/error.py
cffi/ffiplatform.py
cffi/lock.py
cffi/model.py
cffi/pkgconfig.py
cffi/recompiler.py
cffi/setuptools_ext.py
cffi/vengine_cpy.py
cffi/vengine_gen.py
cffi/verifier.py
)
RESOURCE_FILES(
PREFIX contrib/python/cffi/py2/
.dist-info/METADATA
.dist-info/entry_points.txt
.dist-info/top_level.txt
cffi/_cffi_errors.h
cffi/_cffi_include.h
cffi/_embedding.h
cffi/parse_c_type.h
)
SUPPRESSIONS(
lsan.supp
)
END()
RECURSE(
gen
)
|