File: //proc/self/root/usr/lib64/python2.7/distutils/command/build_clib.pyc
�
t�fc           @   s{   d  Z  d Z d d l Z d d l m Z d d l m Z d d l m Z d d l	 m
 Z
 d �  Z d	 e f d
 �  �  YZ d S(   s�   distutils.command.build_clib
Implements the Distutils 'build_clib' command, to build a C/C++ library
that is included in the module distribution and needed by an extension
module.s   $Id$i����N(   t   Command(   t   DistutilsSetupError(   t   customize_compiler(   t   logc          C   s   d d l  m }  |  �  d  S(   Ni����(   t   show_compilers(   t   distutils.ccompilerR   (   R   (    (    s4   /usr/lib64/python2.7/distutils/command/build_clib.pyR      s    t
   build_clibc           B   s�   e  Z d  Z d d d d d g Z d d
 g Z d d d e f g Z d �  Z d �  Z	 d �  Z
 d �  Z d �  Z d �  Z
 d �  Z RS(   s/   build C/C++ libraries used by Python extensionss   build-clib=t   bs%   directory to build C/C++ libraries tos   build-temp=t   ts,   directory to put temporary build by-productst   debugt   gs"