
&]\c           @` sw   d  d l  m Z m Z m Z d  d l m Z d d d  Z e d k rs d  d l	 m
 Z
 e
 e d d  j     n  d S(	   i    (   t   divisiont   print_functiont   absolute_import(   t   joint    c      	   C` sQ  d d l  m } d d l m } | d d d } | d |  |  } t d d	  g } | j d d
 | | j d d
 d g | j d d
 d g | | j d d
 d g d d g d d g | | j d d
 d g d d g d d d g | | j d d
 d g d d g d | | j d d
 d g d d g d d g | j d  | S(   Ni    (   t   Configuration(   t   get_infot
   lapack_optt   notfound_actioni   t   interpolatet   fitpacks   *.ft   sourcest   interpnds
   interpnd.ct   _ppolys   _ppoly.ct   _bspls   _bspl.ct	   librariest   dependss   src/__fitpack.ht   _fitpacks   src/_fitpackmodule.cs   src/multipack.ht   dfitpacks   src/fitpack.pyft   _interpolates   src/_interpolate.cppt   include_dirst   srcs   src/interpolate.ht   tests(   t   numpy.distutils.misc_utilR   t   scipy._build_utils.system_infoR   R   t   add_libraryt   add_extensiont   add_data_dir(   t   parent_packaget   top_pathR   R   R   t   configt   fitpack_src(    (    s6   lib/python2.7/site-packages/scipy/interpolate/setup.pyt   configuration   s<    
									
t   __main__(   t   setupR   N(   t
   __future__R    R   R   t   os.pathR   t   NoneR    t   __name__t   numpy.distutils.coreR"   t   todict(    (    (    s6   lib/python2.7/site-packages/scipy/interpolate/setup.pyt   <module>   s
   .