Home | History | Annotate | Download | only in distutils

Lines Matching full:makefile

48 # Setup.local is available for Makefile builds including VPATH builds,
87 # must use "srcdir" from the makefile to find the "Include"
157 varies across Unices and is stored in Python's Makefile.
249 """Return full pathname of installed Makefile from the Python build."""
251 return os.path.join(project_base, "Makefile")
253 return os.path.join(lib_dir, "config", "Makefile")
285 # Regexes needed for parsing Makefile (and similar syntaxes,
292 """Parse a Makefile-style file.
375 """Expand Makefile-style variables -- "${foo}" or "$(foo)" -- in
456 installed Makefile; on Windows and Mac OS it's a much smaller set.