2 cd ${0%/*} ||
exit 1 # run from this directory
4 if [ "$PWD" != "$WM_PROJECT_DIR/src" ]
6 echo "Error: Current directory in not \$WM_PROJECT_DIR/src"
7 echo " The environment variable are not consistent with the installation."
8 echo " Check the FOAM entries in your dot-files and source them."
14 # update foam version strings if required
15 wmakePrintBuild
-check ||
/bin
/rm -f foam
/Make
/$WM_OPTIONS/global.?
2>/dev
/null
18 wmakeLnInclude meshTools
19 wmakeLnInclude OSspecific
/$WM_OSTYPE
22 wmake libo OSspecific
/$WM_OSTYPE
25 # Decomposition methods needed by meshTools
26 decompositionMethods
/AllwmakeLnInclude
27 decompositionMethods
/Allwmake
29 wmake libso lagrangian
/basic
31 wmake libso triSurface
36 wmake libso finiteVolume
37 wmake libso finiteArea
39 wmake libso lduSolvers
42 wmake libso tetFiniteElement
44 # Make dynamicMesh tools
45 dynamicMesh
/AllwmakeLnInclude
48 wmake libso coupledMatrix
53 wmake libso randomProcesses
55 thermophysicalModels
/Allwmake
56 transportModels
/Allwmake
57 turbulenceModels
/Allwmake
59 postProcessing
/Allwmake
63 wmake libso errorEstimation
65 fvAgglomerationMethods
/Allwmake
69 wmake libso equationReader
70 wmake libso multiSolver
72 wmake libso solidModels
75 ( cd cudaSolvers
; .
/Allwmake
)
77 # ----------------------------------------------------------------- end-of-file