-í
ì¶<c       sN     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      s}    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 2 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    s‡   % & |  i i } ' | o ( d  Sn * |  i |  i ƒ + xB | D+ ]7 } , |  i | |  i ƒ \ } } - |  i	 i
 | ƒ qE 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   / 0 |  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   2 3 |  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   	