# This file gets copied into the Modules/ folder when building # newlib configurations which do not support dynamic library # loading. *static* array arraymodule.c # array objects math mathmodule.c _math.c # -lm # math library functions, e.g. sin() cmath cmathmodule.c # complex math functions _contextvars _contextvarsmodule.c _struct _struct.c # binary structure packing/unpacking _random _randommodule.c # Random number generator _bisect _bisectmodule.c # Bisection algorithms _datetime _datetimemodule.c _heapq _heapqmodule.c _json _json.c _csv _csv.c unicodedata unicodedata.c _pickle _pickle.c parser parsermodule.c _socket socketmodule.c select selectmodule.c _posixsubprocess _posixsubprocess.c binascii binascii.c zlib zlibmodule.c -I../../zlib-1.2.11 pyexpat expat/xmlparse.c expat/xmlrole.c expat/xmltok.c pyexpat.c -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI -DXML_POOR_ENTROPY _sha1 sha1module.c _sha256 sha256module.c _sha512 sha512module.c _sha3 _sha3/sha3module.c _md5 md5module.c _blake2 _blake2/blake2module.c _blake2/blake2b_impl.c ../../host/Python-3.7.0/Modules/_blake2/blake2s_impl.c _queue _queuemodule.c #future_builtins future_builtins.c _multibytecodec cjkcodecs/multibytecodec.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