Home
last modified time | relevance | path

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

/external/valgrind/tests/
Dcheck_makefile_consistency8 parse_makefile() { function
97 for f in $(parse_makefile Makefile.am | sed -n 's/^ *EXTRA_DIST *=//p')
105 for f in $(parse_makefile Makefile.am | sed -n 's/^ *dist_noinst_SCRIPTS *=//p')
/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/cpython2/Misc/
DNEWS8067 - Issue #5201: distutils.sysconfig.parse_makefile() now understands ``$$`` in