$93 GRAYBYTE WORDPRESS FILE MANAGER $30

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.180
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/opt/alt/python36/lib64/python3.6/distutils/command/__pycache__/

HOME
Current File : /opt/alt/python36/lib64/python3.6/distutils/command/__pycache__//config.cpython-36.opt-1.pyc
3

� f3�@sldZddlZddlZddlmZddlmZddlmZddl	m
Z
ddd	�ZGd
d�de�Zddd
�Z
dS)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".
�N)�Command)�DistutilsExecError)�customize_compiler)�logz.cz.cxx)�czc++c@s�eZdZdZd>d?d@dAdBdCdDdEdFg	Zdd�Zdd�Zdd�Zd d!�Zd"d#�Z	d$d%�Z
d&d'�Zd(d)�Zd*d+�Z
dGd-d.�ZdHd/d0�ZdId1d2�ZdJd3d4�ZdKd5d6�ZdLd8d9�Zdddgfd:d;�ZdMd<d=�ZdS)N�configzprepare to build�	compiler=N�specify the compiler type�cc=�specify the compiler executable�
include-dirs=�I�.list of directories to search for header files�define=�D�C preprocessor macros to define�undef=�U�!C preprocessor macros to undefine�
libraries=�l�!external C libraries to link with�
library-dirs=�L�.directories to search for external C libraries�noisy�1show every action (compile, link, run, ...) taken�dump-source�=dump generated source files before attempting to compile themcCs4d|_d|_d|_d|_d|_d|_d|_g|_dS)N�)�compilerZcc�include_dirs�	libraries�library_dirsr�dump_source�
temp_files)�self�r'�=/opt/alt/python36/lib64/python3.6/distutils/command/config.py�initialize_options3szconfig.initialize_optionscCs�|jdkr|jjpg|_nt|jt�r6|jjtj�|_|jdkrHg|_nt|jt�r^|jg|_|jdkrpg|_nt|jt�r�|jjtj�|_dS)N)	r!Zdistribution�
isinstance�str�split�os�pathsepr"r#)r&r'r'r(�finalize_optionsBs



zconfig.finalize_optionscCsdS)Nr')r&r'r'r(�runRsz
config.runcCszddlm}m}t|j|�sv||j|jdd�|_t|j�|jrN|jj|j�|j	rb|jj
|j	�|jrv|jj|j�dS)z^Check that 'self.compiler' really is a CCompiler object;
        if not, make it one.
        r)�	CCompiler�new_compilerr)r �dry_runZforceN)
�distutils.ccompilerr1r2r*r r3rr!Zset_include_dirsr"Z
set_librariesr#Zset_library_dirs)r&r1r2r'r'r(�_check_compilerYs
zconfig._check_compilercCsldt|}t|d�}|r@x|D]}|jd|�q W|jd�|j|�|ddkr`|jd�|j�|S)NZ_configtest�wz#include <%s>
�
r���)�LANG_EXT�open�write�close)r&�body�headers�lang�filename�file�headerr'r'r(�_gen_temp_sourcefileks




zconfig._gen_temp_sourcefilecCs<|j|||�}d}|jj||g�|jj|||d�||fS)Nz
_configtest.i)r!)rCr%�extendr Z
preprocess)r&r=r>r!r?�src�outr'r'r(�_preprocessxs
zconfig._preprocesscCs\|j|||�}|jr"t|d|�|jj|g�\}|jj||g�|jj|g|d�||fS)Nzcompiling '%s':)r!)rCr$�	dump_filer Zobject_filenamesr%rD�compile)r&r=r>r!r?rE�objr'r'r(�_compileszconfig._compilec
Csr|j||||�\}}tjjtjj|��d}	|jj|g|	|||d�|jjdk	r\|	|jj}	|jj	|	�|||	fS)Nr)r"r#Ztarget_lang)
rKr-�path�splitext�basenamer Zlink_executableZ
exe_extensionr%�append)
r&r=r>r!r"r#r?rErJ�progr'r'r(�_link�szconfig._linkcGsX|s|j}g|_tjddj|��x0|D](}ytj|�Wq(tk
rNYq(Xq(WdS)Nzremoving: %s� )r%r�info�joinr-�remove�OSError)r&�	filenamesr@r'r'r(�_clean�s
z
config._cleanrcCsRddlm}|j�d}y|j||||�Wn|k
rDd}YnX|j�|S)aQConstruct a source file from 'body' (a string containing lines
        of C/C++ code) and 'headers' (a list of header files to include)
        and run it through the preprocessor.  Return true if the
        preprocessor succeeded, false if there were any errors.
        ('body' probably isn't of much use, but what the heck.)
        r)�CompileErrorTF)r4rYr5rGrX)r&r=r>r!r?rY�okr'r'r(�try_cpp�s
zconfig.try_cppcCsx|j�|j||||�\}}t|t�r0tj|�}t|�}d}	x&|j�}
|
dkrPP|j|
�r>d}	Pq>W|j	�|j
�|	S)a�Construct a source file (just like 'try_cpp()'), run it through
        the preprocessor, and return true if any line of the output matches
        'pattern'.  'pattern' should either be a compiled regex object or a
        string containing a regex.  If both 'body' and 'headers' are None,
        preprocesses an empty file -- which can be useful to determine the
        symbols the preprocessor and compiler set by default.
        F�T)r5rGr*r+�rerIr:�readline�searchr<rX)r&�patternr=r>r!r?rErFrA�match�liner'r'r(�
search_cpp�s 	


zconfig.search_cppcCsdddlm}|j�y|j||||�d}Wn|k
rDd}YnXtj|rRdpTd�|j�|S)zwTry to compile a source file built from 'body' and 'headers'.
        Return true on success, false otherwise.
        r)rYTFzsuccess!zfailure.)r4rYr5rKrrSrX)r&r=r>r!r?rYrZr'r'r(�try_compile�s
zconfig.try_compilec

Cspddlm}m}|j�y|j||||||�d}	Wn||fk
rPd}	YnXtj|	r^dp`d�|j�|	S)z�Try to compile and link a source file, built from 'body' and
        'headers', to executable form.  Return true on success, false
        otherwise.
        r)rY�	LinkErrorTFzsuccess!zfailure.)r4rYrer5rQrrSrX)
r&r=r>r!r"r#r?rYrerZr'r'r(�try_link�s


zconfig.try_linkc

Cs�ddlm}m}|j�y.|j||||||�\}	}
}|j|g�d}Wn||tfk
rdd}YnXtj|rrdptd�|j	�|S)z�Try to compile, link to an executable, and run a program
        built from 'body' and 'headers'.  Return true on success, false
        otherwise.
        r)rYreTFzsuccess!zfailure.)
r4rYrer5rQZspawnrrrSrX)
r&r=r>r!r"r#r?rYrerErJZexerZr'r'r(�try_run�s

zconfig.try_runrc	Cst|j�g}|r|jd|�|jd�|r<|jd|�n|jd|�|jd�dj|�d}|j|||||�S)a�Determine if function 'func' is available by constructing a
        source file that refers to 'func', and compiles and links it.
        If everything succeeds, returns true; otherwise returns false.

        The constructed source file starts out by including the header
        files listed in 'headers'.  If 'decl' is true, it then declares
        'func' (as "int func()"); you probably shouldn't supply 'headers'
        and set 'decl' true in the same call, or you might get errors about
        a conflicting declarations for 'func'.  Finally, the constructed
        'main()' function either references 'func' or (if 'call' is true)
        calls it.  'libraries' and 'library_dirs' are used when
        linking.
        z
int %s ();z
int main () {z  %s();z  %s;�}r7)r5rOrTrf)	r&�funcr>r!r"r#ZdeclZcallr=r'r'r(�
check_funcs


zconfig.check_funccCs |j�|jd|||g||�S)a�Determine if 'library' is available to be linked against,
        without actually checking that any particular symbols are provided
        by it.  'headers' will be used in constructing the source file to
        be compiled, but the only effect of this is to check if all the
        header files listed are available.  Any libraries listed in
        'other_libraries' will be included in the link, in case 'library'
        has symbols that depend on other libraries.
        zint main (void) { })r5rf)r&Zlibraryr#r>r!Zother_librariesr'r'r(�	check_lib6s

zconfig.check_libcCs|jd|g|d�S)z�Determine if the system header file named by 'header_file'
        exists and can be found by the preprocessor; return true if so,
        false otherwise.
        z
/* No body */)r=r>r!)r[)r&rBr!r#r?r'r'r(�check_headerDs
zconfig.check_header)rNr	)r
Nr)rr
r)rrr)rrr)rrr)rrr)rNr)rNr)NNNr)NNNr)NNr)NNNNr)NNNNr)NNNNrr)NNr)�__name__�
__module__�__qualname__ZdescriptionZuser_optionsr)r/r0r5rCrGrKrQrXr[rcrdrfrgrjrkrlr'r'r'r(rsT
	






rc
CsJ|dkrtjd|�n
tj|�t|�}ztj|j��Wd|j�XdS)zjDumps a file content into log.info.

    If head is not None, will be dumped before the file content.
    Nz%s)rrSr:�readr<)r@�headrAr'r'r(rHNs
rH)N)�__doc__r-r]Zdistutils.corerZdistutils.errorsrZdistutils.sysconfigrZ	distutilsrr9rrHr'r'r'r(�<module>
s
;


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
24 May 2024 8.33 AM
root / linksafe
0755
__init__.cpython-36.opt-1.pyc
0.535 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
__init__.cpython-36.opt-2.pyc
0.411 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
__init__.cpython-36.pyc
0.535 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
bdist.cpython-36.opt-1.pyc
3.705 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
bdist.cpython-36.opt-2.pyc
3.498 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
bdist.cpython-36.pyc
3.705 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
bdist_dumb.cpython-36.opt-1.pyc
3.668 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
bdist_dumb.cpython-36.opt-2.pyc
3.455 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
bdist_dumb.cpython-36.pyc
3.668 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
bdist_msi.cpython-36.opt-1.pyc
19.23 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
bdist_msi.cpython-36.opt-2.pyc
17.708 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
bdist_msi.cpython-36.pyc
19.316 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
bdist_rpm.cpython-36.opt-1.pyc
12.712 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
bdist_rpm.cpython-36.opt-2.pyc
12.383 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
bdist_rpm.cpython-36.pyc
12.776 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
bdist_wininst.cpython-36.opt-1.pyc
8.081 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
bdist_wininst.cpython-36.opt-2.pyc
7.928 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
bdist_wininst.cpython-36.pyc
8.147 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
build.cpython-36.opt-1.pyc
3.982 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
build.cpython-36.opt-2.pyc
3.884 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
build.cpython-36.pyc
3.982 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
build_clib.cpython-36.opt-1.pyc
4.867 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
build_clib.cpython-36.opt-2.pyc
4.309 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
build_clib.cpython-36.pyc
4.867 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
build_ext.cpython-36.opt-1.pyc
16.183 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
build_ext.cpython-36.opt-2.pyc
14.253 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
build_ext.cpython-36.pyc
16.183 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
build_py.cpython-36.opt-1.pyc
10.227 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
build_py.cpython-36.opt-2.pyc
9.028 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
build_py.cpython-36.pyc
10.284 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
build_scripts.cpython-36.opt-1.pyc
4.245 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
build_scripts.cpython-36.opt-2.pyc
3.843 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
build_scripts.cpython-36.pyc
4.245 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
check.cpython-36.opt-1.pyc
5.115 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
check.cpython-36.opt-2.pyc
4.543 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
check.cpython-36.pyc
5.115 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
clean.cpython-36.opt-1.pyc
2.141 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
clean.cpython-36.opt-2.pyc
2.042 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
clean.cpython-36.pyc
2.141 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
config.cpython-36.opt-1.pyc
10.085 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
config.cpython-36.opt-2.pyc
6.829 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
config.cpython-36.pyc
10.085 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install.cpython-36.opt-1.pyc
13.772 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install.cpython-36.opt-2.pyc
12.723 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install.cpython-36.pyc
13.772 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install_data.cpython-36.opt-1.pyc
2.282 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install_data.cpython-36.opt-2.pyc
2.123 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install_data.cpython-36.pyc
2.282 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install_egg_info.cpython-36.opt-1.pyc
2.928 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install_egg_info.cpython-36.opt-2.pyc
2.247 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install_egg_info.cpython-36.pyc
2.928 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install_headers.cpython-36.opt-1.pyc
1.696 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install_headers.cpython-36.opt-2.pyc
1.517 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install_headers.cpython-36.pyc
1.696 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install_lib.cpython-36.opt-1.pyc
5.067 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install_lib.cpython-36.opt-2.pyc
4.49 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install_lib.cpython-36.pyc
5.067 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install_scripts.cpython-36.opt-1.pyc
2.151 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install_scripts.cpython-36.opt-2.pyc
2.003 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
install_scripts.cpython-36.pyc
2.151 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
register.cpython-36.opt-1.pyc
8.228 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
register.cpython-36.opt-2.pyc
6.975 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
register.cpython-36.pyc
8.228 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
sdist.cpython-36.opt-1.pyc
12.814 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
sdist.cpython-36.opt-2.pyc
9.685 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
sdist.cpython-36.pyc
12.814 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
upload.cpython-36.opt-1.pyc
4.944 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
upload.cpython-36.opt-2.pyc
4.804 KB
17 Apr 2024 5.19 PM
root / linksafe
0644
upload.cpython-36.pyc
4.944 KB
17 Apr 2024 5.19 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF