distcc -- Distributed C/C++ compilation client program
http://distcc.samba.org/
distcc is a distributed compilation front-end. It sends command lines and preprocessed files to other machines, that ship the resulting object file and compiler output back. It gives significant speed ups with make -jN.