Merge commit 'd3b269b7c6ffa0cd68845adfecdfb849316dba71' into nextRelease
[foam-extend-3.2.git] / src / decompositionMethods / Allwmake
blobc0d1c926449a8144732908c69735420c33127348
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 wmakeLnInclude decompositionMethods
7 wmake libso scotchDecomp
8 wmake libso metisDecomp
9 wmake libso parMetisDecomp
11 wmake libso decompositionMethods
13 # ----------------------------------------------------------------- end-of-file