slackbuilds_ponce/development/amd-app-sdk/amd-app-sdk.csh

14 lines
331 B
Tcsh
Raw Normal View History

#!/bin/csh
setenv AMDAPPSDKROOT /opt/amd-app-sdk
setenv AMDAPPSDKSAMPLESROOT /opt/amd-app-sdk
if ($?CPPFLAGS == 0) then
setenv CPPFLAGS "-I$AMDAPPSDKROOT/include"
else
setenv CPPFLAGS "$CPPFLAGS -I$AMDAPPSDKROOT/include"
endif
# For retrocompatibility with the former name of the SDK...
setenv ATISTREAMSDKROOT $AMDAPPSDKROOT