openfoam/Allwmake
2008-06-05 15:29:53 +02:00

17 lines
246 B
Bash
Executable File

#!/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