Merge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.6.x
[OpenFOAM-1.6.x.git] / applications / Allwmake
blob82a2ec0df438b2ea833bb07c5aa65ac255a48353
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
4 if [ "$PWD" != "$WM_PROJECT_DIR/applications" ]
5 then
6 echo "Error: Current directory in not \$WM_PROJECT_DIR/applications"
7 echo " The environment variable are not consistent with the installation."
8 echo " Check the OpenFOAM entries in your dot-files and source them."
9 exit 1
12 set -x
14 wmake all solvers
15 wmake all utilities
17 # ----------------------------------------------------------------- end-of-file