
\c           @   sm   d  d l  Z  d  d l Z d  d l m Z d d d  Z e d k ri d  d l m Z e e   j	     n  d S(   iN(   t   Configurationt    c      
   C   sL  t  d |  |  } g  } t j d k r7 | j d  n  | j d d d g d t j   g d | d	 d
 g | j d d d g d t j   g d | d	 d
 g | j d d d g d t j   g d | d	 d
 g | j d d d g d t j   g d | d	 d
 g | j d  | j d  | j d  | j d  | j d  | S(   Nt   treet   posixt   mt   _treet   sourcess	   _tree.pyxt   include_dirst	   librariest   extra_compile_argss   -O3t	   _splitters   _splitter.pyxt
   _criterions   _criterion.pyxt   _utilss
   _utils.pyxt   testss   _criterion.pxds   _splitter.pxds	   _tree.pxds
   _utils.pxd(	   R    t   ost   namet   appendt   add_extensiont   numpyt   get_includet   add_subpackaget   add_data_files(   t   parent_packaget   top_patht   configR   (    (    s1   lib/python2.7/site-packages/sklearn/tree/setup.pyt   configuration   s<    	
	
	
	
t   __main__(   t   setup(
   R   R   t   numpy.distutils.misc_utilR    t   NoneR   t   __name__t   numpy.distutils.coreR   t   todict(    (    (    s1   lib/python2.7/site-packages/sklearn/tree/setup.pyt   <module>   s   "