simphone build scripts

The build subdirectory contains scripts to compile Simphone and data
which they need. Output files are generated in-place. A short overview:

make_installer.sh       unix shell script to create shar installer.

installer.sh            main installer script (calls configure.ac).

configure.ac            fetch required dependencies and compile Simphone.

build_qt(.bat)          compile the Qt toolkit (.bat version for Windows).

build_simphone(.bat)    compile Simphone (.bat version for Windows).

uudecode.pl             PERL version of the 'uudecode' program.

patch.py                Windows version of the 'patch' program.

config-win32/           build_simcore.bat compiles simcore under Windows
                        in the absence of Makefiles.

rlink/                  removes unused code and data from Windows exe.

makedepend/             source code of makedepend program (not needed).

Please refer to ../doc/compiling.html to see how to use the scripts.
