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
Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git]
/
src
/
turbulenceModels
/
LES
/
Allwmake
blob
6ee54e6c27fd5bc6d13bcc096bb72b03bec83f34
1
#!/bin/sh
2
cd
${0%/*}
||
exit
1
# run from this directory
3
makeType
=
${1:-libso}
4
set -x
5
6
wmakeLnInclude ..
/
incompressible
/
LES
7
8
wmake
$makeType
LESfilters
9
wmake
$makeType
LESdeltas
10
11
# ----------------------------------------------------------------- end-of-file