# 
#     Copyright (c) 2017-2018, NVIDIA CORPORATION.  All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto.  Any use, reproduction, disclosure or
# distribution of this software and related documentation without an express
# license agreement from NVIDIA CORPORATION is strictly prohibited.
# 

# PGNVD Linux configuration
#

variable GCCNAME is default(gcc);
tool cuprepro is
    program($GCCNAME) directory($PATH);

variable CUPREPRO1ARGS is default(-E -x c++ -m$CUWIDTH $CUALIGN -DLDG);
variable CUPREPRO2ARGS is default(-E -x c -m$CUWIDTH $CUALIGN);
variable CUPREPRO3ARGS is default(-E -x c -m$CUWIDTH $CUALIGN);
variable CUBUILDARGS is default(-x c++ -m$CUWIDTH $CUALIGN);

variable CUGCCSW is default (--gnu_version=$GCCVERSION);
variable CUDAFE1ARGS is default($CUGCCSW --dep_name);
variable CUDAFE2ARGS is default($CUGCCSW);

variable COMPARGS is default(-m$CUWIDTH);

variable FPICFLAG is default(-fpic);
