B
    ›³ëb!  ã               @   s8   d Z dZddlZddlmZ ddgZdd	„ Zd
d„ ZdS )zôSCons.Tool.sunf90

Tool-specific initialization for sunf90, the Sun Studio F90 compiler.

There normally shouldn't be any need to import this module directly.
It will usually be imported through the generic SCons.Tool.Tool()
selection method.

z,__FILE__ __REVISION__ __DATE__ __DEVELOPER__é    Né   )Úadd_all_to_envZsunf90Úf90c             C   sZ   t | ƒ |  t¡pd}|| d< || d< d| d< d| d< tj d¡| d	< tj d
¡| d< dS )zSAdd Builders and construction variables for sun f90 compiler to an
    Environment.r   ZFORTRANZF90z$FORTRANZ	SHFORTRANz$F90ZSHF90z$FORTRANFLAGS -KPICZSHFORTRANFLAGSz$F90FLAGS -KPICZ
SHF90FLAGSN)r   ÚDetectÚ	compilersÚSConsZUtilZCLVar)ÚenvZfcomp© r	   ú0lib/python3.7/site-packages/SCons/Tool/sunf90.pyÚgenerate*   s    r   c             C   s
   |   t¡S )N)r   r   )r   r	   r	   r
   Úexists9   s    r   )	Ú__doc__Z__revision__Z
SCons.Utilr   ZFortranCommonr   r   r   r   r	   r	   r	   r
   Ú<module>	   s   