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