B
    ›³ëb`  ã               @   s0   d Z dZddlZddlmZ dd„ Zdd	„ ZdS )
zìSCons.Tool.suncc

Tool-specific initialization for Sun Solaris (Forte) CC and cc.

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é   )Úccc             C   s6   t  | ¡ d| d< tj d¡| d< d| d< d| d< d	S )
zf
    Add Builders and construction variables for Forte C and C++ compilers
    to an Environment.
    ÚCCZCXXz$CCFLAGS -KPICZ	SHCCFLAGSZso_ZSHOBJPREFIXz.oZSHOBJSUFFIXN)r   ÚgenerateÚSConsZUtilZCLVar)Úenv© r   ú/lib/python3.7/site-packages/SCons/Tool/suncc.pyr   '   s
    
r   c             C   s
   |   d¡S )Nr   )ZDetect)r   r   r   r	   Úexists3   s    r
   )Ú__doc__Z__revision__Z
SCons.Utilr   Ú r   r   r
   r   r   r   r	   Ú<module>   s
   