ó
C]c           @   s.   d  d l  Z  d  d l Z d   Z d   Z d S(   i˙˙˙˙Nc           C   sF   t  j d k r) t j d k r" d Sd Sn t  j d k s> t  d Sd S(   s>   
    Return the name of the llvmlite shared library file.
    t   posixt   darwins   libllvmlite.dylibs   libllvmlite.sot   nts   llvmlite.dllN(   t   ost   namet   syst   platformt   AssertionError(    (    (    s-   lib/python2.7/site-packages/llvmlite/utils.pyt   get_library_name	   s    c          C   s5   t    g }  t j d k r1 |  j d d g  n  |  S(   sL   
    Return the names of shared library files needed for this platform.
    R   s   msvcr120.dlls   msvcp120.dll(   R   R   R   t   extend(   t   files(    (    s-   lib/python2.7/site-packages/llvmlite/utils.pyt   get_library_files   s    (   R   R   R   R   (    (    (    s-   lib/python2.7/site-packages/llvmlite/utils.pyt   <module>   s   	