o
    Ëý°jÊ8  ã                   @   sš   d Z ddlZddlZddlZddlZddlmZ ddlmZ ddl	m
Z
mZmZ ddlmZmZmZmZ ddlmZ ejdkrCddlZG d	d
„ d
e
ƒZdS )a9  distutils.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ê   e Zd ZdZddgdgdgddgdgddgddœZejdd… d	kr'd
ged
< g d¢ZdZdZ	dZ
dZdZd Z ZZeZejdkrDdZ		d'dd„Zdd„ Z	d(dd„Z				d)dd„Zdd„ Zdd „ Zd!d"„ Zd#d$„ Zd*d%d&„ZdS )+ÚUnixCCompilerÚunixNÚccz-sharedÚarz-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.tbdzlib%s%sÚcygwinz.exec              
   C   sÊ   |   d ||¡}|\}}}t||ƒ}	| j|	 }
|r|
 d|g¡ |r'||
d d…< |r.|
 |¡ |
 |¡ | js?|d u s?t||ƒrc|rJ|  tj	 
|¡¡ z|  |
¡ W d S  tyb } zt|ƒ‚d }~ww d S )Nú-or   )Ú_fix_compile_argsr   r   ÚextendÚappendÚforcer   ÚmkpathÚosÚpathÚdirnameÚspawnr   r   )ÚselfÚsourceÚoutput_fileÚmacrosÚinclude_dirsÚextra_preargsÚextra_postargsÚ
fixed_argsÚignoreÚpp_optsÚpp_argsÚmsg© r1   ú–/root/aizidognhua/tmp/workspace/projects/ec89d86c-575f-41c9-af57-ac45cbdbf775/venv/lib/python3.10/site-packages/setuptools/_distutils/unixccompiler.pyÚ
preprocessU   s*   




€ÿûzUnixCCompiler.preprocessc           	   
   C   sd   | j }tjdkrt ||| ¡}z|  || |d|g | ¡ W d S  ty1 } zt|ƒ‚d }~ww )Nr   r   )r   ÚsysÚplatformÚ_osx_supportÚcompiler_fixupr$   r   r   )	r%   ÚobjÚsrcÚextÚcc_argsr+   r.   r   r0   r1   r1   r2   Ú_compileo   s   
ÿÿ€ÿzUnixCCompiler._compiler   c              
   C   s¬   |   ||¡\}}| j||d�}|  ||¡rN|  tj |¡¡ |  | j|g | | j	 ¡ | j
rLz|  | j
|g ¡ W d S  tyK } zt|ƒ‚d }~ww d S t d|¡ d S )N)Ú
output_dirúskipping %s (up-to-date))Ú_fix_object_argsÚlibrary_filenameÚ
_need_linkr    r!   r"   r#   r$   r   Úobjectsr   r   r	   r   Údebug)r%   rB   Úoutput_libnamer=   rC   Útarget_langÚoutput_filenamer0   r1   r1   r2   Úcreate_static_libz   s*   ÿÿþþ	€ÿýzUnixCCompiler.create_static_libc              
   C   sÈ  |   ||¡\}}|  |||¡}|\}}}t| |||ƒ}t|ttd ƒfƒs(tdƒ‚|d ur3tj 	||¡}|  
||¡rÜ|| j | d|g }|	rMdg|d d…< |
rU|
|d d…< |r\| |¡ |  tj |¡¡ zf|tjkrs| jd d … }n| jd d … }|dkr·| jr·d}tj |d ¡dkrŸd}d|| v rŸ|d7 }d|| v s•tj || ¡d	kr¬d}nd}| j| ||| < tjd
krÂt ||¡}|  || ¡ W d S  tyÛ } zt|ƒ‚d }~ww t d|¡ d S )Nz%'output_dir' must be a string or Noner   z-gr   zc++Úenvé   ú=Ú	ld_so_aixr   r>   )r?   Ú_fix_lib_argsr   Ú
isinstanceÚstrÚtypeÚ	TypeErrorr!   r"   ÚjoinrA   rB   r   r    r#   r   Ú
EXECUTABLEr   r   r   Úbasenamer4   r5   r6   r7   r$   r   r
   r   rC   )r%   Útarget_descrB   rF   r=   Ú	librariesÚlibrary_dirsÚruntime_library_dirsÚexport_symbolsrC   r*   r+   Ú
build_temprE   r,   Úlib_optsÚld_argsÚlinkerÚiÚoffsetr0   r1   r1   r2   Úlink”   s`   ÿ
ÿÿÿ

ÿ
€ÿzUnixCCompiler.linkc                 C   ó   d| S )Nú-Lr1   )r%   Údirr1   r1   r2   Úlibrary_dir_optionÖ   ó   z UnixCCompiler.library_dir_optionc                 C   s   d|v pd|v S )NÚgcczg++r1   )r%   Úcompiler_namer1   r1   r2   Ú_is_gccÙ   s   zUnixCCompiler._is_gccc                 C   sÔ   t j t t d¡¡d ¡}tjd d… dkr4ddl	m
}m} |ƒ }|r0||ƒddgkr0d| S d	| S tjd d
… dkrAd| S tjd d… dkr[|  |¡rUdd	| gS dd	| gS t d¡dkrfd| S d| S )NÚCCr   r   r   )Úget_macosx_target_verÚsplit_versioné
   é   z-Wl,-rpath,ra   é   Úfreebsdz-Wl,-rpath=zhp-uxz-Wl,+sz+sÚGNULDÚyesz-Wl,--enable-new-dtags,-Rz-Wl,-R)r!   r"   rS   ÚshlexÚsplitr   Úget_config_varr4   r5   Údistutils.utilri   rj   rg   )r%   rb   r   ri   rj   Úmacosx_target_verr1   r1   r2   Úruntime_library_dir_optionÜ   s    
z(UnixCCompiler.runtime_library_dir_optionc                 C   r`   )Nz-lr1   )r%   Úlibr1   r1   r2   Úlibrary_option  rd   zUnixCCompiler.library_optionc                 C   sŽ  | j |dd�}| j |dd�}| j |dd�}| j |dd�}tjdkr8t d¡}t d|¡}	|	d u r3d	}
n|	 d
¡}
|D ]Š}tj	 
||¡}tj	 
||¡}tj	 
||¡}tj	 
||¡}tjdkrœ| d¡sl| d¡rœ| d¡sœtj	 
|
|d
d … |¡}tj	 
|
|d
d … |¡}tj	 
|
|d
d … |¡}tj	 
|
|d
d … |¡}tj	 |¡r¦|  S tj	 |¡r°|  S tj	 |¡rº|  S tj	 |¡rÄ|  S q:d S )NÚshared)Úlib_typeÚdylibÚ
xcode_stubÚstaticr   ÚCFLAGSz-isysroot\s*(\S+)ú/rI   z/System/z/usr/z/usr/local/)r@   r4   r5   r   rs   ÚreÚsearchÚgroupr!   r"   rQ   Ú
startswithÚexists)r%   Údirsrw   rC   Úshared_fÚdylib_fÚxcode_stub_fÚstatic_fÚcflagsÚmÚsysrootrb   ry   r{   r}   r|   r1   r1   r2   Úfind_library_file  sH   



ÿþþÿzUnixCCompiler.find_library_file)NNNNN)Nr   N)
NNNNNr   NNNN)r   )Ú__name__Ú
__module__Ú__qualname__Úcompiler_typeÚexecutablesr4   r5   Úsrc_extensionsÚobj_extensionÚstatic_lib_extensionÚshared_lib_extensionÚdylib_lib_extensionÚxcode_stub_lib_extensionÚstatic_lib_formatÚshared_lib_formatÚdylib_lib_formatÚxcode_stub_lib_formatÚexe_extensionr3   r<   rG   r_   rc   rg   rv   rx   r�   r1   r1   r1   r2   r   -   sN    ù



ÿ
ÿ
üB'r   )Ú__doc__r!   r4   r€   rq   Ú	distutilsr   Údistutils.dep_utilr   Údistutils.ccompilerr   r   r   Údistutils.errorsr   r   r	   r
   r   r5   r6   r   r1   r1   r1   r2   Ú<module>   s     
