🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 23:33:38 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
setuptools
/
_distutils
/
__pycache__
📍 /opt/alt/python37/lib/python3.7/site-packages/setuptools/_distutils/__pycache__
🔄 Refresh
✏️
Editing: unixccompiler.cpython-37.pyc
Read Only
B ���"(� @ s� d Z ddlZddlZddlZddlZddlmZ ddlmZ ddl m Z mZmZ ddl mZmZmZmZ ddlmZ ejdkr�ddlZG d 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 @ s� e Zd ZdZddgdgdgddgdgddgdd�Zejdd� d krNd ged <