repo.or.cz
/
OpenFOAM-1.5.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correction to the PDR drag model.
[OpenFOAM-1.5.x.git]
/
Allwmake
blob
749c60fc89db7731f3098bb8c576b94c12f2f4fb
1
#!/bin/sh
2
set -x
3
4
# run from this directory only
5
cd
${0%/*}
||
exit
1
6
7
# wmake is required for subsequent targets
8
(
cd
wmake
/
src
&&
make
)
9
10
(
cd
$WM_THIRD_PARTY_DIR
&&
.
/
Allwmake
)
11
12
(
cd
src
&&
.
/
Allwmake
)
13
14
(
cd
applications
&&
.
/
Allwmake
)
15
16
if
[
"
$1
"
=
doc
]
17
then
18
(
cd
doc
&&
.
/
Allwmake
)
19
fi