initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / src / postProcessing / functionObjects / Allwmake
blob6c642dfe7b6333d4e71ab8c22f4458da73294503
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 wmake libso field
6 wmake libso forces
7 wmake libso IO
8 wmake libso utilities
9 wmake libso systemCall
11 # ----------------------------------------------------------------- end-of-file