To do a batch build of the Samples:

In terminal, 'cd' into this Sample directory
Run './buildSample debug' to build the development versions of the samples
Run './buildSample release' to build the deployment versions of the samples

To batch clean all sample builds, Run './cleanSamples' in th terminal.

You will need to do a batch clean before switching between build styles (ie. between Debug and Release)