Trouble getting/installing libcuda.so

I am installing the CUDA 1.1 toolkit and SDK on a machine that automatically compiles and builds our software. This system does not have a CUDA capable GPU, so installing the driver fails when the driver package tries to load the kernel module. Since libcuda.so is in the driver package, it isn’t installed.

How can I get libcuda installed on this system?

For now I’ve copied libcuda from another system with CUDA 1.1 installed. I would still like to know if is a way to install all the build dependencies from the distributed CUDA packages.