ž
«ÿf c @ s0 d Z d d l m Z Gd d „ d e ƒ Z d S( u• distutils.command.install_headers
Implements the Distutils 'install_headers' command, to install C/C++ header
files to the Python include directory.i ( u Commandc B sk | Ee 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( u install_headersu install C/C++ header filesu install-dir=u du$ directory to install header files tou forceu fu- force installation (overwrite existing files)c C s d | _ d | _ g | _ d S( Ni ( u Noneu install_diru forceu outfiles( u self( ( uF /opt/alt/python33/lib64/python3.3/distutils/command/install_headers.pyu initialize_options s u" install_headers.initialize_optionsc C s | j d d d ƒ d S( Nu installu install_headersu install_diru force( u install_headersu install_dir( u forceu force( u set_undefined_options( u self( ( uF /opt/alt/python33/lib64/python3.3/distutils/command/install_headers.pyu finalize_options s u install_headers.finalize_optionsc C sf | j j } | s d S| j | j ƒ x9 | D]1 } | j | | j ƒ \ } } | j j | ƒ q- Wd S( N( u distributionu headersu mkpathu install_diru copy_fileu outfilesu append( u selfu headersu headeru outu _( ( uF /opt/alt/python33/lib64/python3.3/distutils/command/install_headers.pyu run! s
u install_headers.runc C s | j j p g S( N( u distributionu headers( u self( ( uF /opt/alt/python33/lib64/python3.3/distutils/command/install_headers.pyu
get_inputs+ s u install_headers.get_inputsc C s | j S( N( u outfiles( u self( ( uF /opt/alt/python33/lib64/python3.3/distutils/command/install_headers.pyu get_outputs. s u install_headers.get_outputsN( u install-dir=u du$ directory to install header files to( u forceu fu- force installation (overwrite existing files)( u __name__u
__module__u __qualname__u descriptionu user_optionsu boolean_optionsu initialize_optionsu finalize_optionsu runu
get_inputsu get_outputs( u
__locals__( ( uF /opt/alt/python33/lib64/python3.3/distutils/command/install_headers.pyu install_headers
s
u install_headersN( u __doc__u distutils.coreu Commandu install_headers( ( ( uF /opt/alt/python33/lib64/python3.3/distutils/command/install_headers.pyu