HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //opt/python38/lib/python3.8/site-packages/setuptools/command/__pycache__/build_clib.cpython-38.pyc
U

�i�_?�@sLddlmmZddlmZddlmZddlm	Z	Gdd�dej�ZdS)�N)�DistutilsSetupError)�log)�newer_pairwise_groupc@seZdZdZdd�ZdS)�
build_clibav
    Override the default build_clib behaviour to do the following:

    1. Implement a rudimentary timestamp-based dependency system
       so 'compile()' doesn't run every time.
    2. Add more keys to the 'build_info' dictionary:
        * obj_deps - specify dependencies for each object compiled.
                     this should be a dictionary mapping a key
                     with the source filename to a list of
                     dependencies. Use an empty string for global
                     dependencies.
        * cflags   - specify a list of additional flags to pass to
                     the compiler.
    c	Csr|D�]f\}}|�d�}|dks.t|ttf�s:td|��t|�}t�d|�|�dt��}t|t�srtd|��g}|�dt��}t|ttf�s�td|��|D]P}|g}	|	�|�|�|t��}
t|
ttf�s�td|��|	�|
�|�	|	�q�|j
j||jd�}t
||�ggfk�rT|�d�}|�d	�}
|�d
�}|j
j||j||
||jd�|j
j|||j|jd�qdS)
N�sourceszfin 'libraries' option (library '%s'), 'sources' must be present and must be a list of source filenameszbuilding '%s' library�obj_depsz\in 'libraries' option (library '%s'), 'obj_deps' must be a dictionary of type 'source: list'�)�
output_dir�macros�include_dirs�cflags)r	r
rZextra_postargs�debug)r	r
)�get�
isinstance�list�tuplerr�info�dict�extend�append�compilerZobject_filenames�
build_tempr�compiler
Zcreate_static_libr)�self�	librariesZlib_nameZ
build_inforrZdependenciesZglobal_deps�sourceZsrc_depsZ
extra_depsZexpected_objectsr
rr�r�A/tmp/pip-unpacked-wheel-tlqm5ymo/setuptools/command/build_clib.py�build_librariess|
��
����
��
���


��zbuild_clib.build_librariesN)�__name__�
__module__�__qualname__�__doc__rrrrrrsr)
Zdistutils.command.build_clib�commandr�orig�distutils.errorsr�	distutilsrZsetuptools.dep_utilrrrrr�<module>s