Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / src / dynamicMesh / meshMotion / Allwmake
blobbeeef85bfab07165685b638a64c578abe63fe3b4
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
3 set -x
5 # Make meshMotion solvers
6 wmake libso solidBodyMotion
7 wmake libso fvMotionSolver
8 wmake libso RBFMotionSolver
9 wmake libso mesquiteMotionSolver
10 wmake libso tetMotionSolver
12 # ----------------------------------------------------------------- end-of-file