initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / applications / utilities / postProcessing / graphics / PVFoamReader / Allwmake
blobb1106aa608e77914b8c251d30e8978b6a00dcc3b
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 if [ -d "$ParaView_DIR" -a -r "$ParaView_DIR" ]
6 then
7 case "$ParaView_VERSION" in
8 2*)
9 wmake libso vtkFoam
11 cd PVFoamReader
12 mkdir -p Make/$WM_OPTIONS > /dev/null 2>&1
13 cd Make/$WM_OPTIONS
14 cmake ../..
15 make
18 esac
21 # ----------------------------------------------------------------- end-of-file