B
    ›³ëb“  ã               @   s.   d Z ddlmZmZ dgZdd„ Zdd„ ZdS )	zãTool-specific initialization for the generic Posix f90 Fortran 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.
é    )Úadd_all_to_envÚadd_f90_to_envÚf90c             C   sb   t | ƒ t| ƒ |  t¡pd}d| kr.|| d< d| kr>d| d< d| krN|| d< d| kr^d| d< d S )Nr   ZF90ZSHF90z$F90ZFORTRANZ	SHFORTRANz$FORTRAN)r   r   ÚDetectÚ	compilers)ÚenvZfc© r   ú-lib/python3.7/site-packages/SCons/Tool/f90.pyÚgenerate#   s    r
   c             C   s
   |   t¡S )N)r   r   )r   r   r   r	   Úexists2   s    r   N)Ú__doc__ZSCons.Tool.FortranCommonr   r   r   r
   r   r   r   r   r	   Ú<module>   s   