Graybyt3 Was Here
Linux cloud.locucionar.com 3.10.0-1160.81.1.el7.x86_64 #1 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64
Apache
91.191.211.241
/
opt
/
alt
/
python311
/
lib64
/
python3.11
/
distutils
/
__pycache__
[ HOME ]
Exec
Submit
File Name : unixccompiler.cpython-311.pyc
� � f�; � � � d Z ddlZddlZddlZddlmZ ddlmZ ddlm Z m Z mZ ddlm Z mZmZmZ ddlmZ ej dk rddlZ G d � d e � � ZdS )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 � � � e Zd ZdZddgdgdgddgdgddgdd�Zej dd� d k rd ged <