Home
last modified time | relevance | path

Searched refs:parse_makefile (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/PC/VS9.0/
Dbuild_ssl.py36 from distutils.sysconfig import parse_makefile, expand_makefile_vars
196 makevars = parse_makefile(makefile)
210 makevars = parse_makefile(new_makefile)
/external/python/cpython2/Lib/distutils/tests/
Dtest_sysconfig.py61 d = sysconfig.parse_makefile(self.makefile)
73 d = sysconfig.parse_makefile(self.makefile)
/external/python/cpython2/Lib/distutils/
Dextension.py141 parse_makefile, expand_makefile_vars, _variable_rx
146 vars = parse_makefile(filename)
Dsysconfig.py285 def parse_makefile(fn, g=None): function
/external/python/cpython3/Lib/distutils/
Dextension.py143 from distutils.sysconfig import (parse_makefile, expand_makefile_vars,
150 vars = parse_makefile(filename)
Dsysconfig.py305 def parse_makefile(fn, g=None): function
/external/python/cpython3/Lib/distutils/tests/
Dtest_sysconfig.py178 d = sysconfig.parse_makefile(self.makefile)
190 d = sysconfig.parse_makefile(self.makefile)
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst2581 distutils.sysconfig.parse_makefile() now understands ``$$`` in Makefiles.
/external/python/cpython3/Misc/
DHISTORY15454 - Issue #5201: distutils.sysconfig.parse_makefile() now understands `$$`