Bugfix: constraint must work on a reference. Inno Gatin
[foam-extend-3.2.git] / src / decompositionMethods / Allwmake
blob5c905593532d927931c90c2ab196d407c21b9004
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 wmakeLnInclude decompositionMethods
7 wmake libso decompositionMethods
8 wmake libso metisDecomp
9 wmake libso parMetisDecomp
10 wmake libso scotchDecomp
13 # ----------------------------------------------------------------- end-of-file