repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git]
/
applications
/
utilities
/
postProcessing
/
graphics
/
PV3Readers
/
PV3FoamReader
/
Allwmake
blob
c99e05fd6be14fb45af8138eefa13ecb7a370997
1
#!/bin/sh
2
cd
${0%/*}
||
exit
1
# run from this directory
3
set -x
4
5
if
[
-d
"
$ParaView_DIR
"
-a -r
"
$ParaView_DIR
"
]
6
then
7
wmake libso vtkPV3Foam
8
(
9
cd
PV3FoamReader
10
mkdir
-p
Make
/
$WM_OPTIONS
> /
dev
/
null
2
>&
1
11
cd
Make
/
$WM_OPTIONS
12
cmake ..
/
..
13
make
14
)
15
fi
16
17
# ----------------------------------------------------------------- end-of-file