Home | History | Annotate | Download | only in python2.7

Lines Matching full:makefile

196     """Parse a Makefile-style file.
203 # Regexes needed for parsing Makefile (and similar syntaxes,
283 return os.path.join(_PROJECT_BASE, "Makefile")
284 return os.path.join(get_path('platstdlib'), "config", "Makefile")
290 # load the installed Makefile:
291 makefile = _get_makefile_filename()
293 _parse_makefile(makefile, vars)
295 msg = "invalid Python installation: unable to open %s" % makefile
311 # On AIX, there are wrong paths to the linker scripts in the Makefile
449 On Unix, this means every variable defined in Python's installed Makefile;