The Aap program executes recipes. It is a kind of super-make program. In a
recipe you describe how to perform a certain task. Like a Makefile it contains
dependencies and build commands. Additionally, many powerful features are
included, such as automatic dependency checking, using signatures in addition to
time stamps, automatic downloading of files, publishing files on the internet
and much more. Implemented in Python and Python can be used in build commands.