Hacked By AnonymousFox

Current Path : /proc/thread-self/root/proc/self/root/opt/alt/python310/lib64/python3.10/distutils/__pycache__/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/opt/alt/python310/lib64/python3.10/distutils/__pycache__/unixccompiler.cpython-310.pyc

o

7]�f�;�@s�dZddlZddlZddlZddlmZddlmZddlm	Z	m
Z
mZddlm
Z
mZmZmZddlmZejdkr?ddlZGd	d
�d
e	�ZdS)a9distutils.unixccompiler

Contains the UnixCCompiler class, a subclass of CCompiler that handles
the "typical" Unix-style command-line C compiler:
  * macros defined with -Dname[=value]
  * macros undefined with -Uname
  * include search directories specified with -Idir
  * libraries specified with -lllib
  * library search directories specified with -Ldir
  * compile handled by 'cc' (or similar) executable with -c option:
    compiles .c to .o
  * link static library handled by 'ar' command (possibly with 'ranlib')
  * link shared library handled by 'cc -shared'
�N)�	sysconfig)�newer)�	CCompiler�gen_preprocess_options�gen_lib_options)�DistutilsExecError�CompileError�LibError�	LinkError)�log�darwinc	s�eZdZdZddgdgdgddgdgddgdd�Zejdd�d	kr'd
ged
<gd�ZdZd
Z	dZ
dZdZdZ
ZZeZejdkrDdZ�fdd�Z		d)dd�Zdd�Z	d*dd�Z				d+dd�Zdd �Zd!d"�Zd#d$�Zd%d&�Zd,d'd(�Z�ZS)-�
UnixCCompilerZunixNZccz-sharedZarz-cr)�preprocessor�compiler�compiler_so�compiler_cxx�	linker_so�
linker_exe�archiver�ranlib�rr)z.cz.Cz.ccz.cxxz.cppz.mz.oz.az.soz.dylibz.tbdzlib%s%s�cygwinz.execs@t��|||�\}}}t�d�}|r||vr|�|�|||fS)z'Remove standard library path from rpathZLIBDIR)�super�
_fix_lib_argsr�get_config_var�remove)�self�	libraries�library_dirs�runtime_library_dirs�libdir��	__class__��>/opt/alt/python310/lib64/python3.10/distutils/unixccompiler.pyrUs
�


zUnixCCompiler._fix_lib_argsc
Cs�|�d||�}|\}}}t||�}	|j|	}
|r|
�d|g�|r'||
dd�<|r.|
�|�|
�|�|js?|dus?t||�rc|rJ|�tj	�
|��z|�|
�WdStyb}zt
|��d}~wwdS)N�-or)Z_fix_compile_argsrr�extend�appendZforcer�mkpath�os�path�dirname�spawnrr)r�sourceZoutput_fileZmacrosZinclude_dirs�
extra_preargs�extra_postargs�
fixed_args�ignore�pp_optsZpp_args�msgr#r#r$�
preprocess^s*




���zUnixCCompiler.preprocessc	
Csd|j}tjdkrt�|||�}z|�|||d|g|�WdSty1}zt|��d}~ww)Nrr%)r�sys�platform�_osx_support�compiler_fixupr,rr)	r�obj�srcZextZcc_argsr/r2rr3r#r#r$�_compilexs
����zUnixCCompiler._compilerc
Cs�|�||�\}}|j||d�}|�||�rN|�tj�|��|�|j|g||j	�|j
rLz|�|j
|g�WdStyK}zt|��d}~wwdSt
�d|�dS)N)�
output_dir�skipping %s (up-to-date))�_fix_object_args�library_filename�
_need_linkr(r)r*r+r,r�objectsrrr	r�debug)rrAZoutput_libnamer<rB�target_lang�output_filenamer3r#r#r$�create_static_lib�s*����	���zUnixCCompiler.create_static_libc
Cs�|�||�\}}|�|||�}|\}}}t||||�}t|ttd�f�s(td��|dur3tj�	||�}|�
||�r�||j|d|g}|	rMdg|dd�<|
rU|
|dd�<|r\|�|�|�
tj�|��zf|tjkrs|jdd�}n|jdd�}|
dkr�|jr�d}tj�|d�dkr�d}d||vr�|d7}d||vs�tj�||�d	kr�d}nd}|j||||<tjd
kr�t�||�}|�||�WdSty�}zt|��d}~wwt�d|�dS)Nz%'output_dir' must be a string or Noner%z-grzc++�env��=Z	ld_so_aixrr=)r>rr�
isinstance�str�type�	TypeErrorr)r*�joinr@rAr&r(r+rZ
EXECUTABLErrr�basenamer5r6r7r8r,rr
rrB)rZtarget_descrArDr<rrrZexport_symbolsrBr.r/Z
build_temprCr0Zlib_optsZld_argsZlinker�i�offsetr3r#r#r$�link�s`�
���

�
��zUnixCCompiler.linkcC�d|S)N�-Lr#)r�dirr#r#r$�library_dir_option��z UnixCCompiler.library_dir_optioncst�fdd�dD��S)Nc3s�|]}|�vVqdS)Nr#)�.0�name��
compiler_namer#r$�	<genexpr>�s�z(UnixCCompiler._is_gcc.<locals>.<genexpr>)Zgcczg++Zclang)�any)rrZr#rYr$�_is_gcc�szUnixCCompiler._is_gcccCs�tj�t�d��}tjdd�dkrd|Stjdd�dkr#d|Stjdd�d	kr=|�|�r7d
d|gSdd|gS|�|�rQt�d�d
krMd|Sd|Sd|S)N�CCrrrS�Zfreebsdz-Wl,-rpath=�zhp-uxz-Wl,+sz+sZGNULDZyesz-Wl,--enable-new-dtags,-Rz-Wl,-Rz-R)r)r*rNrrr5r6r])rrTrr#r#r$�runtime_library_dir_option�s

z(UnixCCompiler.runtime_library_dir_optioncCrR)Nz-lr#)r�libr#r#r$�library_optionrVzUnixCCompiler.library_optioncCs�|j|dd�}|j|dd�}|j|dd�}|j|dd�}tjdkr>t�d�}t�d|�}	|	dur9t�t�d	��}
n|	�	d
�}
|D]�}t
j�||�}t
j�||�}
t
j�||�}t
j�||�}tjdkr�|�
d�sr|�
d�r�|�
d
�s�t
j�|
|d
d�|�}t
j�|
|d
d�|�}
t
j�|
|d
d�|�}t
j�|
|d
d�|�}t
j�|
�r�|
St
j�|�r�|St
j�|�r�|St
j�|�r�|Sq@dS)N�shared)Zlib_type�dylib�
xcode_stub�staticrZCFLAGSz-isysroot\s*(\S+)r^rGz/System/z/usr/z/usr/local/)r?r5r6rr�re�searchr7Z_default_sysroot�groupr)r*rM�
startswith�exists)r�dirsrbrBZshared_fZdylib_fZxcode_stub_fZstatic_fZcflags�mZsysrootrTrdrergrfr#r#r$�find_library_filesH



����zUnixCCompiler.find_library_file)NNNNN)NrN)
NNNNNrNNNN)r)�__name__�
__module__�__qualname__Z
compiler_typeZexecutablesr5r6Zsrc_extensionsZ
obj_extensionZstatic_lib_extensionZshared_lib_extensionZdylib_lib_extensionZxcode_stub_lib_extensionZstatic_lib_formatZshared_lib_formatZdylib_lib_formatZxcode_stub_lib_formatZ
exe_extensionrr4r;rErQrUr]rarcro�
__classcell__r#r#r!r$r
-sP�


	
�
�
�B*r
)�__doc__r)r5rhZ	distutilsrZdistutils.dep_utilrZdistutils.ccompilerrrrZdistutils.errorsrrr	r
rr6r7r
r#r#r#r$�<module>s


Hacked By AnonymousFox1.0, Coded By AnonymousFox