£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>
B
    Re                 @   s$   d Z ddlmZ G dd deZdS )zdistutils.command.install_headers

Implements the Distutils 'install_headers' command, to install C/C++ header
files to the Python include directory.    )Commandc               @   sF   e Zd ZdZddgZdgZdd Zdd Zd	d
 Zdd Z	dd Z
dS )install_headerszinstall C/C++ header files)zinstall-dir=dz$directory to install header files to)forcefz-force installation (overwrite existing files)r   c             C   s   d | _ d| _g | _d S )Nr   )install_dirr   outfiles)self r
   /builddir/build/BUILDROOT/alt-python37-setuptools-58.3.0-4.el8.x86_64/opt/alt/python37/lib/python3.7/site-packages/setuptools/_distutils/command/install_headers.pyinitialize_options   s    z"install_headers.initialize_optionsc             C   s   |  ddd d S )Ninstall)r   r   )r   r   )set_undefined_options)r	   r
   r
   r   finalize_options   s    z install_headers.finalize_optionsc             C   sL   | j j}|sd S | | j x*|D ]"}| || j\}}| j| q"W d S )N)distributionheadersmkpathr   	copy_filer   append)r	   r   headerout_r
   r
   r   run!   s    
zinstall_headers.runc             C   s   | j jp
g S )N)r   r   )r	   r
   r
   r   
get_inputs+   s    zinstall_headers.get_inputsc             C   s   | j S )N)r   )r	   r
   r
   r   get_outputs.   s    zinstall_headers.get_outputsN)__name__
__module____qualname__descriptionuser_optionsboolean_optionsr   r   r   r   r   r
   r
   r
   r   r   
   s   
r   N)__doc__distutils.corer   r   r
   r
   r
   r   <module>   s   