Makefile: clone dependencies into 'deps' folder

We used to rely on out-of-tree git clones to be prepared by the user.

This commit changes the system to make sure we clone all git repos
we depend upon into the 'deps' folder, and then setup the symlinks
to that folder.  As a result, we should be able to support
self-contained builds using the makefiles in this repo.
diff --git a/gprs_gb/gen_links.sh b/gprs_gb/gen_links.sh
index f2433d5..8a85745 100755
--- a/gprs_gb/gen_links.sh
+++ b/gprs_gb/gen_links.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-BASEDIR=~/projects/git
+BASEDIR=../deps
 
 gen_links() {
 	DIR=$1