summaryrefslogtreecommitdiff
path: root/project/variants/3.7.2/headers.mk
blob: 61f8004828f904947eab7fc610626713a92cd45c (plain)
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
API_HEADERS = \
	build/pyconfig.h \
	$(SOURCE_DIR)/Include/Python-ast.h \
	$(SOURCE_DIR)/Include/Python.h \
	$(SOURCE_DIR)/Include/abstract.h \
	$(SOURCE_DIR)/Include/accu.h \
	$(SOURCE_DIR)/Include/asdl.h \
	$(SOURCE_DIR)/Include/ast.h \
	$(SOURCE_DIR)/Include/bitset.h \
	$(SOURCE_DIR)/Include/bltinmodule.h \
	$(SOURCE_DIR)/Include/boolobject.h \
	$(SOURCE_DIR)/Include/bytearrayobject.h \
	$(SOURCE_DIR)/Include/bytes_methods.h \
	$(SOURCE_DIR)/Include/bytesobject.h \
	$(SOURCE_DIR)/Include/cellobject.h \
	$(SOURCE_DIR)/Include/ceval.h \
	$(SOURCE_DIR)/Include/classobject.h \
	$(SOURCE_DIR)/Include/code.h \
	$(SOURCE_DIR)/Include/codecs.h \
	$(SOURCE_DIR)/Include/compile.h \
	$(SOURCE_DIR)/Include/complexobject.h \
	$(SOURCE_DIR)/Include/context.h \
	$(SOURCE_DIR)/Include/datetime.h \
	$(SOURCE_DIR)/Include/descrobject.h \
	$(SOURCE_DIR)/Include/dictobject.h \
	$(SOURCE_DIR)/Include/dtoa.h \
	$(SOURCE_DIR)/Include/dynamic_annotations.h \
	$(SOURCE_DIR)/Include/enumobject.h \
	$(SOURCE_DIR)/Include/errcode.h \
	$(SOURCE_DIR)/Include/eval.h \
	$(SOURCE_DIR)/Include/fileobject.h \
	$(SOURCE_DIR)/Include/fileutils.h \
	$(SOURCE_DIR)/Include/floatobject.h \
	$(SOURCE_DIR)/Include/frameobject.h \
	$(SOURCE_DIR)/Include/funcobject.h \
	$(SOURCE_DIR)/Include/genobject.h \
	$(SOURCE_DIR)/Include/graminit.h \
	$(SOURCE_DIR)/Include/grammar.h \
	$(SOURCE_DIR)/Include/import.h \
	$(SOURCE_DIR)/Include/intrcheck.h \
	$(SOURCE_DIR)/Include/iterobject.h \
	$(SOURCE_DIR)/Include/listobject.h \
	$(SOURCE_DIR)/Include/longintrepr.h \
	$(SOURCE_DIR)/Include/longobject.h \
	$(SOURCE_DIR)/Include/marshal.h \
	$(SOURCE_DIR)/Include/memoryobject.h \
	$(SOURCE_DIR)/Include/metagrammar.h \
	$(SOURCE_DIR)/Include/methodobject.h \
	$(SOURCE_DIR)/Include/modsupport.h \
	$(SOURCE_DIR)/Include/moduleobject.h \
	$(SOURCE_DIR)/Include/namespaceobject.h \
	$(SOURCE_DIR)/Include/node.h \
	$(SOURCE_DIR)/Include/object.h \
	$(SOURCE_DIR)/Include/objimpl.h \
	$(SOURCE_DIR)/Include/odictobject.h \
	$(SOURCE_DIR)/Include/opcode.h \
	$(SOURCE_DIR)/Include/osdefs.h \
	$(SOURCE_DIR)/Include/osmodule.h \
	$(SOURCE_DIR)/Include/parsetok.h \
	$(SOURCE_DIR)/Include/patchlevel.h \
	$(SOURCE_DIR)/Include/pgen.h \
	$(SOURCE_DIR)/Include/pgenheaders.h \
	$(SOURCE_DIR)/Include/py_curses.h \
	$(SOURCE_DIR)/Include/pyarena.h \
	$(SOURCE_DIR)/Include/pyatomic.h \
	$(SOURCE_DIR)/Include/pycapsule.h \
	$(SOURCE_DIR)/Include/pyctype.h \
	$(SOURCE_DIR)/Include/pydebug.h \
	$(SOURCE_DIR)/Include/pydtrace.h \
	$(SOURCE_DIR)/Include/pyerrors.h \
	$(SOURCE_DIR)/Include/pyexpat.h \
	$(SOURCE_DIR)/Include/pyfpe.h \
	$(SOURCE_DIR)/Include/pyhash.h \
	$(SOURCE_DIR)/Include/pylifecycle.h \
	$(SOURCE_DIR)/Include/pymacconfig.h \
	$(SOURCE_DIR)/Include/pymacro.h \
	$(SOURCE_DIR)/Include/pymath.h \
	$(SOURCE_DIR)/Include/pymem.h \
	$(SOURCE_DIR)/Include/pyport.h \
	$(SOURCE_DIR)/Include/pystate.h \
	$(SOURCE_DIR)/Include/pystrcmp.h \
	$(SOURCE_DIR)/Include/pystrhex.h \
	$(SOURCE_DIR)/Include/pystrtod.h \
	$(SOURCE_DIR)/Include/pythonrun.h \
	$(SOURCE_DIR)/Include/pythread.h \
	$(SOURCE_DIR)/Include/pytime.h \
	$(SOURCE_DIR)/Include/rangeobject.h \
	$(SOURCE_DIR)/Include/setobject.h \
	$(SOURCE_DIR)/Include/sliceobject.h \
	$(SOURCE_DIR)/Include/structmember.h \
	$(SOURCE_DIR)/Include/structseq.h \
	$(SOURCE_DIR)/Include/symtable.h \
	$(SOURCE_DIR)/Include/sysmodule.h \
	$(SOURCE_DIR)/Include/token.h \
	$(SOURCE_DIR)/Include/traceback.h \
	$(SOURCE_DIR)/Include/tupleobject.h \
	$(SOURCE_DIR)/Include/typeslots.h \
	$(SOURCE_DIR)/Include/ucnhash.h \
	$(SOURCE_DIR)/Include/unicodeobject.h \
	$(SOURCE_DIR)/Include/warnings.h \
	$(SOURCE_DIR)/Include/weakrefobject.h \

ALL_HEADERS = $(API_HEADERS) $(INTERNAL_HEADERS)