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.hpcc

Tool-specific initialization for HP aCC 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   s&   t  | ¡ d| d< tj d¡| d< dS )zGAdd Builders and construction variables for aCC & cc to an Environment.ÚaCCZCXXz$CCFLAGS +ZZ	SHCCFLAGSN)r   ÚgenerateÚSConsZUtilZCLVar)Úenv© r   ú.lib/python3.7/site-packages/SCons/Tool/hpcc.pyr   '   s    
r   c             C   s
   |   d¡S )Nr   )ZDetect)r   r   r   r	   Úexists.   s    r
   )Ú__doc__Z__revision__Z
SCons.Utilr   Ú r   r   r
   r   r   r   r	   Ú<module>   s
   