summaryrefslogtreecommitdiffstats
path: root/development/amd-app-sdk/amd-app-sdk.csh
blob: 697988d6b29cc5638ec7eeb885c370728c17a6fe (plain)
#!/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