<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>

Š¹¼]  ã               @   s*   d  d l  m Z Gd d „  d e ƒ Z d S)é    )ÚCommandc               @   sg   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úinstall-dir=Údú$directory to install header files toÚforceÚfú-force installation (overwrite existing files)c             C   s   d  |  _  d |  _ g  |  _ d  S)Nr   )Úinstall_dirr   Úoutfiles)Úself© r   ú4/opt/alt/python35/lib64/python3.5/install_headers.pyÚinitialize_options   s    		z"install_headers.initialize_optionsc             C   s   |  j  d d d ƒ d  S)NÚinstallr   r
   r   )r   r
   )r   r   )Zset_undefined_options)r   r   r   r   Úfinalize_options   s    	z install_headers.finalize_optionsc             C   sf   |  j  j } | s d  S|  j |  j ƒ x9 | D]1 } |  j | |  j ƒ \ } } |  j j | ƒ q- Wd  S)N)ÚdistributionÚheadersZmkpathr
   Z	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)r   r   r   )r   r   r	   )Ú__name__Ú
__module__Ú__qualname__ÚdescriptionZuser_optionsZboolean_optionsr   r   r   r   r   r   r   r   r   r   
   s     		
r   N)Zdistutils.corer   r   r   r   r   r   Ú<module>   s   