make -C tools/depends/target/xbmc error

After dependencies built successfully with the “./configure –with-toolchain=/opt/android-toolchain/android-21 –prefix=/opt/xbmc-deps –host=arm-linux-androideabi –with-sdk-path=/home/louis/work1/adt/adt-bundle-linux-x86_64-20140702/sdk –with-ndk=/home/louis/work1/ndk/android-ndk-r10e –with-sdk=android-21 –with-tarballs=/tmp/xbmc-android”.

But when I use the command ” make -C tools/depends/target/xbmc ” which if from readme.android.There is a error as below:

root@louis-OptiPlex-9020:/opt/software/xbmcMaster/xbmc-master# make -C tools/depends/target/xbmc
make: Entering directory `/opt/software/xbmcMaster/xbmc-master/tools/depends/target/xbmc’
make: *** No targets specified and no makefile found. Stop.
make: Leaving directory `/opt/software/xbmcMaster/xbmc-master/tools/depends/target/xbmc’
root@louis-OptiPlex-9020:/opt/software/xbmcMaster/xbmc-master#

And there is no tools/depends/target/xbmc directory neither in the github. How or When the tools/depends/target/xbmc is created?

Please help me how to make apk in ubuntu 14.04,thank you very much!