ENH: PatchEdgeFaceWave: new wave method
[OpenFOAM-2.0.x.git] / applications / Allwmake
blob00bc326641b1ae1cab5bfec77832e161b8c79d29
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
4 wmakeCheckPwd "$WM_PROJECT_DIR/applications" || {
5 echo "Error: Current directory is not \$WM_PROJECT_DIR/applications"
6 echo " The environment variables are inconsistent with the installation."
7 echo " Check the OpenFOAM entries in your dot-files and source them."
8 exit 1
11 [ -n "$FOAM_EXT_LIBBIN" ] || {
12 echo "Error: FOAM_EXT_LIBBIN not set"
13 echo " Check the OpenFOAM entries in your dot-files and source them."
14 exit 1
17 set -x
19 wmake all utilities
20 wmake all solvers
22 # ----------------------------------------------------------------- end-of-file