◆ build_libraries()
def build_libraries |
( |
|
self, |
|
|
|
libraries |
|
) |
| |
◆ check_library_list()
def check_library_list |
( |
|
self, |
|
|
|
libraries |
|
) |
| |
Ensure that the list of libraries is valid.
`library` is presumably provided as a command option 'libraries'.
This method checks that it is a list of 2-tuples, where the tuples
are (library_name, build_info_dict).
Raise DistutilsSetupError if the structure is invalid anywhere;
just returns otherwise.
◆ finalize_options()
def finalize_options |
( |
|
self | ) |
|
◆ get_library_names()
def get_library_names |
( |
|
self | ) |
|
◆ get_source_files()
def get_source_files |
( |
|
self | ) |
|
◆ initialize_options()
def initialize_options |
( |
|
self | ) |
|
◆ run()
◆ boolean_options
◆ build_clib
◆ build_temp
◆ compiler
◆ debug
◆ define
◆ description
◆ force
◆ help_options
◆ include_dirs
◆ libraries
◆ undef
◆ user_options
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/setuptools/_distutils/command/build_clib.py