Lines Matching refs:Modules
11 # Modules configured here will not be compiled by the setup.py script,
15 # descriptions. Tag lines may alternate throughout this file. Modules are
18 # description. Modules are built as a shared library when they are preceded by
19 # a "*shared*" tag line. Modules are not built at all, not by the Makefile,
45 # 1. Build all modules that are declared as static in Modules/Setup,
47 # 2. Build all modules that are listed as shared in Modules/Setup.
50 # b) are not listed in Modules/Setup, and
126 _io -DPy_BUILD_CORE_BUILTIN -I$(srcdir)/Include/internal -I$(srcdir)/Modules/_io _io/_iomodule.c _i…
167 # Modules that should always be present (non UNIX dependent):
178 #_elementtree -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI _elementtree.c # e…
191 # Modules with some UNIX dependencies -- on by default:
326 # Modules that provide persistent dictionary-like semantics. You will
351 #pyexpat expat/xmlparse.c expat/xmlrole.c expat/xmltok.c pyexpat.c -I$(srcdir)/Modules/expat -DHAVE…