This directory contains source for the web interface. 

Build Steps:
1. Add toolchain path to the PATH variable e.g.
   export PATH=/sim/scratch_a0875039/c6x-linux/sdk/bin/:$PATH
2. To build the web utilities issue the command:
   make [ ENDIAN=<big> ] all
   if ENDIAN is not specified, default would be little endian
3. To install the executables and web pages to a specific directory issue the command:
   make install INSTALL_PREFIX=<install path>

