-í
ì¶<c       s<   d  Z  d Z d k Z d k l Z d e f d „  ƒ  YZ d S(   s•   distutils.command.install_headers

Implements the Distutils 'install_headers' command, to install C/C++ header
files to the Python include directory.s>   $Id: install_headers.py,v 1.8 2001/12/06 20:57:12 fdrake Exp $N(   s   Commands   install_headersc      sb   t  Z d Z d d d f d d d f g Z d g Z d „  Z d	 „  Z d
 „  Z d „  Z d „  Z	 RS(   Ns   install C/C++ header filess   install-dir=s   ds$   directory to install header files tos   forces   fs-   force installation (overwrite existing files)c    s   t  |  _ d |  _ g  |  _ d  S(   Ni    (   s   Nones   selfs   install_dirs   forces   outfiles(   s   self(    (    s7   /usr/lib/python2.2/distutils/command/install_headers.pys   initialize_options s    		c    s#   |  i d d d f d d f ƒ d  S(   Ns   installs   install_headerss   install_dirs   force(   s   selfs   set_undefined_options(   s   self(    (    s7   /usr/lib/python2.2/distutils/command/install_headers.pys   finalize_options s    		c    sl   |  i i } | o d  Sn |  i |  i ƒ x9 | D]1 } |  i | |  i ƒ \ } } |  i	 i
 | ƒ q3 Wd  S(   N(   s   selfs   distributions   headerss   mkpaths   install_dirs   headers	   copy_files   outs   _s   outfiless   append(   s   selfs   headerss   outs   _s   header(    (    s7   /usr/lib/python2.2/distutils/command/install_headers.pys   run% s     c    s   |  i i p g  Sd  S(   N(   s   selfs   distributions   headers(   s   self(    (    s7   /usr/lib/python2.2/distutils/command/install_headers.pys
   get_inputs/ s    c    s   |  i Sd  S(   N(   s   selfs   outfiles(   s   self(    (    s7   /usr/lib/python2.2/distutils/command/install_headers.pys   get_outputs2 s    (
   s   __name__s
   __module__s   descriptions   user_optionss   boolean_optionss   initialize_optionss   finalize_optionss   runs
   get_inputss   get_outputs(    (    (    s7   /usr/lib/python2.2/distutils/command/install_headers.pys   install_headers s   				
	(   s   __doc__s   __revision__s   oss   distutils.cores   Commands   install_headers(   s   Commands   __revision__s   oss   install_headers(    (    s7   /usr/lib/python2.2/distutils/command/install_headers.pys   ? s   	