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]
/
src
/
parallel
/
Allwmake
blob
ab84e5b749c2e6815e579e194f910a9fc2dac13c
1
#!/bin/sh
2
cd
${0%/*}
||
exit
1
# run from this directory
3
makeType
=
${1:-libso}
4
set -x
5
6
decompose
/
Allwmake $
*
7
reconstruct
/
Allwmake $
*
8
wmake
$makeType
distributed
9
10
11
# ----------------------------------------------------------------- end-of-file