Merge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x
[OpenFOAM-1.6.x.git] / Allwmake
blobca2113e522cf92ccfa3d626acb9c16b30bdc1a41
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 # wmake is required for subsequent targets
6 ( cd wmake/src && make )
8 # build ThirdParty sources
9 ( cd $WM_THIRD_PARTY_DIR && ./Allwmake )
11 src/Allwmake
12 applications/Allwmake
14 if [ "$1" = doc ]
15 then
16 doc/Allwmake
19 # ----------------------------------------------------------------- end-of-file