forked from flet-dev/python-ios-pre-3.13
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSetup.embedded
More file actions
117 lines (114 loc) · 3.48 KB
/
Setup.embedded
File metadata and controls
117 lines (114 loc) · 3.48 KB
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
#####################################################################
# Static compilation instructions for all binary modules.
#####################################################################
_bisect _bisectmodule.c
_codecs _codecsmodule.c
_codecs_cn cjkcodecs/_codecs_cn.c
_codecs_hk cjkcodecs/_codecs_hk.c
_codecs_iso2022 cjkcodecs/_codecs_iso2022.c
_codecs_jp cjkcodecs/_codecs_jp.c
_codecs_kr cjkcodecs/_codecs_kr.c
_codecs_tw cjkcodecs/_codecs_tw.c
_collections _collectionsmodule.c
crypt cryptmodule.c
_csv _csv.c
datetime datetimemodule.c
_elementtree _elementtree.c \
-I$(srcdir)/Modules/expat
-DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI
_functools _functoolsmodule.c
_hotshot _hotshot.c
_io -I$(srcdir)/Modules/_io \
_io/bufferedio.c \
_io/bytesio.c \
_io/fileio.c \
_io/iobase.c \
_io/_iomodule.c \
_io/stringio.c \
_io/textio.c
_json _json.c
_locale _localemodule.c
_lsprof _lsprof.c rotatingtree.c
_heapq _heapqmodule.c
_md5 md5module.c md5.c
_multibytecodec cjkcodecs/multibytecodec.c
_multiprocessing \
_multiprocessing/multiprocessing.c \
_multiprocessing/socket_connection.c \
_multiprocessing/semaphore.c
_random _randommodule.c
_sha shamodule.c
_sha256 sha256module.c
_sha512 sha512module.c
_socket socketmodule.c
_sre _sre.c
_symtable symtablemodule.c
_sqlite3 -I$(srcdir)/Modules/_sqlite -DMODULE_NAME='\"sqlite3\"' -DSQLITE_OMIT_LOAD_EXTENSION -lsqlite3 \
_sqlite/cache.c \
_sqlite/connection.c \
_sqlite/cursor.c \
_sqlite/microprotocols.c \
_sqlite/module.c \
_sqlite/prepare_protocol.c \
_sqlite/row.c \
_sqlite/statement.c \
_sqlite/util.c
_ssl _ssl.c -I$(srcdir)/../openssl/include -L$(srcdir)/../Support/OpenSSL -lOpenSSL -DUSE_SSL
_struct _struct.c
_weakref _weakref.c
array arraymodule.c
audioop audioop.c
binascii binascii.c
bsddb185 bsddbmodule.c
bz2 bz2module.c -I$(srcdir)/../bzip2/include -L$(srcdir)/../Support/BZip2 -lbz2
cmath cmathmodule.c _math.c
cPickle cPickle.c
cStringIO cStringIO.c
dl dlmodule.c
errno errnomodule.c
fcntl fcntlmodule.c
future_builtins future_builtins.c
grp grpmodule.c
imageop imageop.c
itertools itertoolsmodule.c
math mathmodule.c
mmap mmapmodule.c
operator operator.c
parser parsermodule.c
posix posixmodule.c
pure puremodule.c $(WHICH_PURE_PRODUCTS) $(PURE_INCLS) $(PURE_STUBLIBS)
pyexpat expat/xmlparse.c \
expat/xmlrole.c \
expat/xmltok.c \
pyexpat.c \
-I$(srcdir)/Modules/expat \
-DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI -DXML_DEV_URANDOM
pwd pwdmodule.c
resource resource.c
select selectmodule.c
strop stropmodule.c
syslog syslogmodule.c
termios termios.c
time timemodule.c
timing timingmodule.c
unicodedata unicodedata.c
zipimport zipimport.c
zlib zlibmodule.c -I$(prefix)/include -lz
#####################################################################
# Testing modules
#####################################################################
_ctypes_test _ctypes/_ctypes_test.c
_testcapi _testcapimodule.c
#####################################################################
# Modules that require additional frameworks
#####################################################################
#_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)
#_curses _cursesmodule.c -lcurses -ltermcap
#_curses_panel _curses_panel.c -lpanel -lncurses
#_dbm _dbmmodule.c
#_gdbm _gdbmmodule.c -I/usr/local/include -L/usr/local/lib -lgdbm
#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I... -L...
#nis nismodule.c -lnsl
#ossaudiodev
#readline readline.c -lreadline -ltermcap
#spwd spwdmodule.c