forked from beeware/Python-Apple-support
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSetup.iOS
More file actions
49 lines (43 loc) · 1.48 KB
/
Setup.iOS
File metadata and controls
49 lines (43 loc) · 1.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
#####################################################################
# iOS: Platform specific configuration
#####################################################################
*static*
_ctypes _ctypes/_ctypes.c \
_ctypes/callbacks.c \
_ctypes/callproc.c \
_ctypes/stgdict.c \
_ctypes/cfield.c \
_ctypes/malloc_closure.c \
-I$(srcdir)/Modules/_ctypes/darwin \
-I$(srcdir)/../Support/libFFI.xcframework/{{slice}}/Headers \
-DPy_BUILD_CORE_MODULE \
-DHAVE_FFI_CLOSURE_ALLOC \
-DHAVE_FFI_PREP_CIF_VAR \
-DHAVE_FFI_PREP_CLOSURE_LOC \
-DUSING_MALLOC_CLOSURE_DOT_C \
-L$(srcdir)/../Support/libFFI.xcframework/{{slice}} \
-lFFI
_decimal _decimal/_decimal.c \
_decimal/libmpdec/basearith.c \
_decimal/libmpdec/constants.c \
_decimal/libmpdec/context.c \
_decimal/libmpdec/convolute.c \
_decimal/libmpdec/crt.c \
_decimal/libmpdec/difradix2.c \
_decimal/libmpdec/fnt.c \
_decimal/libmpdec/fourstep.c \
_decimal/libmpdec/io.c \
_decimal/libmpdec/mpalloc.c \
_decimal/libmpdec/mpdecimal.c \
_decimal/libmpdec/numbertheory.c \
_decimal/libmpdec/sixstep.c \
_decimal/libmpdec/transpose.c \
-I$(srcdir)/Modules/_decimal/libmpdec \
-DCONFIG_64 -DANSI -DHAVE_UINT128_T
#####################################################################
# DISABLED Modules that require additional frameworks
#####################################################################
*disabled*
_curses
_curses_panel
_posixshmem