Normal steps for building package for a host system are
1)configure, make, make install
configure generate Makefile for the host system
However in Cross compiling, can you still do ./configure? and if you don't do configure there won't a Makefile . If you configure it's only for host system not the intended target.
