In order to be able to build modules separately, a TMP_BINDIR containing the following things is required:
install_module precompile.pike smartlink fixdepends.sh mktestsuite test_pike.pike
None of these are currently installed. Should I put them in include/ like everything else, or create a new directory under libs/ (or reuse the "tools" one)? Note that smartlink is actually a binary. install_module, fixdepends.sh and mkteststure are /bin/sh scripts. precompile.pike and test_pike.pike are pike scripts and could be moved into Tools.Standalone instead.