No make file cuda4 macbook pro install examples

Hi, I’m pretty sure I followed the instructions to the letter, but when I get to;

NVIDIA includes sample programs in source form in the GPU Computing SDK. You shouldcompilethemallbychangingto/Developer/GPU Computing/C andtype make. The resulting binaries will be installed under the home directory in /Developer/GPU Computing/C/bin/darwin/release.

I get;

make: *** No targets specified and no makefile found. Stop.

?
Sure enough, checking in filer there is no make files? Only CUDAToolsSDK folder is there?

Any help would be appreciated.
Michael

You need to install gpucomputingsdk_4.0.17_macos.pkg, not cudatools_4.0.17_macos.pkg.

Thanks for the quick response, I should have read it more closely.