initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / applications / utilities / postProcessing / graphics / PVFoamReader / Allwmake
blobea67e28d5b9bcdbcab19c1d97adf950feb787743
1 #!/bin/sh
2 set -x
4 if [ -d "$ParaView_DIR" -a -r "$ParaView_DIR" ]
5 then
6 case "$ParaView_VERSION" in
7 2*)
8 wmake libso vtkFoam
10 cd PVFoamReader
11 mkdir -p Make/$WM_OPTIONS > /dev/null 2>&1
12 cd Make/$WM_OPTIONS
13 cmake ../..
14 make
17 esac