Added support for compressible and multiphase momentum equations.
[OpenFOAM-1.5.x.git] / Allwmake
blob749c60fc89db7731f3098bb8c576b94c12f2f4fb
1 #!/bin/sh
2 set -x
4 # run from this directory only
5 cd ${0%/*} || exit 1
7 # wmake is required for subsequent targets
8 (cd wmake/src && make)
10 (cd $WM_THIRD_PARTY_DIR && ./Allwmake)
12 (cd src && ./Allwmake)
14 (cd applications && ./Allwmake)
16 if [ "$1" = doc ]
17 then
18 (cd doc && ./Allwmake)