#!/bin/sh set -x (cd $WM_PROJECT_INST_DIR/ThirdParty && ./Allwmake) (cd wmake && ./makeWmake) (cd src && ./Allwmake) (cd applications && ./Allwmake) if [ "$1" = doc ] then (cd doc && ./Allwmake) fi