B
    b                 @   s.   d Z ddlmZmZ dgZdd Zdd ZdS )	zTool-specific initialization for the generic Posix f95 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_f95_to_envf95c             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F95ZSHF95z$F95ZFORTRANZ	SHFORTRANz$FORTRAN)r   r   Detect	compilers)envZfcomp r   -lib/python3.7/site-packages/SCons/Tool/f95.pygenerate#   s    r
   c             C   s
   |  tS )N)r   r   )r   r   r   r	   exists3   s    r   N)__doc__ZSCons.Tool.FortranCommonr   r   r   r
   r   r   r   r   r	   <module>   s   