Lines Matching full:path
325 options for the compiler --- macro definitions, include directories, link path,
347 directory names to be added to the header file search path (:option:`!-I`).
459 does not affect any standard library search path that the linker may search by
472 (a list of strings). This does not affect any standard search path that the
523 *lib* and return the full path to that file. If *debug* is true, look for a
596 their original path component. That is, :file:`foo/bar.c` normally compiles to
607 the default include file search path for this compilation only.
909 default program search path, so this is probably Unix-specific. The output
923 found on the default search path). If neither tool is available, raises
987 some sub-path exists, but is a file rather than a directory). If *verbose* is
1177 equivalent to ``os.path.join(new_root,pathname)`` Otherwise, it requires making
1446 Also provides :func:`find_executable` to search the path for a given executable
1477 The result of ``os.path.normpath(sys.prefix)``.
1482 The result of ``os.path.normpath(sys.exec_prefix)``.
1502 Return the full path name of the configuration header. For Unix, this will be
1510 Return the full path name of the :file:`Makefile` used to build Python. For