AlkantarClanX12

Your IP : 18.224.52.54


Current Path : /opt/alt/python310/lib64/python3.10/distutils/command/__pycache__/
Upload File :
Current File : //opt/alt/python310/lib64/python3.10/distutils/command/__pycache__/build.cpython-310.opt-1.pyc

o

6��f��@sTdZddlZddlZddlmZddlmZddlmZdd�Z	Gdd	�d	e�Z
dS)
zBdistutils.command.build

Implements the Distutils 'build' command.�N)�Command)�DistutilsOptionError)�get_platformcCsddlm}|�dS)Nr��show_compilers)Zdistutils.ccompilerrr�r�>/opt/alt/python310/lib64/python3.10/distutils/command/build.pyrs
rc@s�eZdZdZdddddddd	d
e�fddd
ddgZddgZdddefgZdd�Z	dd�Z
dd�Zdd�Zdd�Z
dd �Zd!d"�Zd#efd$e
fd%efd&efgZdS)'�buildz"build everything needed to install)zbuild-base=�bz base directory for build library)zbuild-purelib=Nz2build directory for platform-neutral distributions)zbuild-platlib=Nz3build directory for platform-specific distributions)z
build-lib=NzWbuild directory for all distribution (defaults to either build-purelib or build-platlib)zbuild-scripts=Nzbuild directory for scripts)zbuild-temp=�tztemporary build directoryz
plat-name=�pz6platform name to build for, if supported (default: %s))z	compiler=�czspecify the compiler type)z	parallel=�jznumber of parallel build jobs)�debug�gz;compile extensions and libraries with debugging information)�force�fz2forcibly build everything (ignore file timestamps))zexecutable=�ez5specify final destination interpreter path (build.py)rrz
help-compilerNzlist available compilerscCsLd|_d|_d|_d|_d|_d|_d|_d|_d|_d|_	d|_
d|_dS)Nr	r)�
build_base�
build_purelib�
build_platlib�	build_lib�
build_temp�
build_scriptsZcompiler�	plat_namerr�
executable�parallel��selfrrr�initialize_options8s
zbuild.initialize_optionscCsX|jdur
t�|_n	tjdkrtd��d|jgtjdd��R}ttd�r*|d7}|jdur8tj	�
|jd�|_|jdurHtj	�
|jd|�|_|j
durZ|jjrV|j|_
n|j|_
|jdurjtj	�
|jd|�|_|jdurtj	�
|jd	tjdd��|_|jdur�tjr�tj	�tj�|_t|jt�r�z	t|j�|_WdSty�td
��wdS)N�ntzW--plat-name only supported on Windows (try using './configure --help' on your platform)z	.%s-%d.%d�Zgettotalrefcountz-pydebug�libZtempz
scripts-%d.%dzparallel should be an integer)rr�os�namer�sys�version_info�hasattrr�path�joinrrr�distributionZext_modulesrrr�normpath�
isinstancer�str�int�
ValueError)rZplat_specifierrrr�finalize_optionsHsH


�



�



�

���zbuild.finalize_optionscCs|��D]}|�|�qdS�N)Zget_sub_commandsZrun_command)rZcmd_namerrr�run�s�z	build.runcC�
|j��Sr1)r*�has_pure_modulesrrrrr4��
zbuild.has_pure_modulescCr3r1)r*�has_c_librariesrrrrr6�r5zbuild.has_c_librariescCr3r1)r*�has_ext_modulesrrrrr7�r5zbuild.has_ext_modulescCr3r1)r*�has_scriptsrrrrr8�r5zbuild.has_scriptsZbuild_pyZ
build_clibZ	build_extr)�__name__�
__module__�__qualname__�descriptionrZuser_optionsZboolean_optionsrZhelp_optionsrr0r2r4r6r7r8Zsub_commandsrrrrr	sH�����8�r	)�__doc__r%r#Zdistutils.corerZdistutils.errorsrZdistutils.utilrrr	rrrr�<module>s