
General Targets
---------------

all - build absolutely everything
clean - remove all built files
install - install absolutely everything
uninstall - uninstall absolutely everything
check - build and run the test suite
help - read this help page

Specific Targets
----------------

engine - build the C++ calculation engine library
kdeui - build the KDE user interface
python - build the Python bindings
utils - build the command-line utility programs

enginedocs - build the C++ calculation engine documentation
man - build the man pages

valgrind - run valgrind memory tests on the calculation engine

