Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / applications / utilities / postProcessing / graphics / PV3Readers / PV3blockMeshReader / Allwmake
blob4f055b3c0fb2b19dc3dfb25d8ee25536614a51bf
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 wmake libso vtkPV3blockMesh
9 cd PV3blockMeshReader
10 mkdir -p Make/$WM_OPTIONS > /dev/null 2>&1
11 cd Make/$WM_OPTIONS
12 cmake ../..
13 make
17 # ----------------------------------------------------------------- end-of-file