forked from beeware/Python-Apple-support
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSetup.macOS
More file actions
48 lines (41 loc) · 1.49 KB
/
Copy pathSetup.macOS
File metadata and controls
48 lines (41 loc) · 1.49 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
#####################################################################
# macOS: 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/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ffi \
-DPy_BUILD_CORE_MODULE \
-DHAVE_FFI_CLOSURE_ALLOC \
-DHAVE_FFI_PREP_CIF_VAR \
-DHAVE_FFI_PREP_CLOSURE_LOC \
-DMACOSX \
-DUSING_APPLE_OS_LIBFFI \
-DUSING_MALLOC_CLOSURE_DOT_C \
-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
_posixshmem -I$(srcdir)/Modules/_multiprocessing _multiprocessing/posixshmem.c
_scproxy _scproxy.c -framework SystemConfiguration -framework CoreFoundation
_curses _cursesmodule.c -lcurses -ltermcap
_curses_panel _curses_panel.c -lpanel -lncurses