mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
when building extensions (uses build_lib's 'get_library_names()' method). Ensure that the relative structure of source filenames is preserved in the temporary build tree, eg. foo/bar.c compiles to build/temp.<plat>/foo/bar.o. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| build.py | ||
| build_clib.py | ||
| build_ext.py | ||
| build_lib.py | ||
| build_py.py | ||
| install.py | ||
| install_ext.py | ||
| install_lib.py | ||
| install_py.py | ||
| sdist.py | ||