Fix tutorials: coupled/conjugateHeatFoam/conjugateCavity: fix Allrun file
[OpenFOAM-1.6-ext.git] / src / Allwmake
bloba2c4f5ade7bd865efdcfcfbf080c53117aa9d7cb
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
4 if [ "$PWD" != "$WM_PROJECT_DIR/src" ]
5 then
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 OpenFOAM entries in your dot-files and source them."
9 exit 1
12 set -x
14 # update OpenFOAM version strings if required
15 wmakePrintBuild -check || /bin/rm -f OpenFOAM/Make/$WM_OPTIONS/global.? 2>/dev/null
17 wmakeLnInclude OpenFOAM
18 wmakeLnInclude OSspecific/$WM_OSTYPE
19 Pstream/Allwmake
21 wmake libo OSspecific/$WM_OSTYPE
22 wmake libso OpenFOAM
24 # Decomposition methods needed by meshTools
25 decompositionMethods/AllwmakeLnInclude
26 decompositionMethods/Allwmake
28 wmake libso lagrangian/basic
30 wmake libso triSurface
31 wmake libso edgeMesh
32 wmake libso surfMesh
34 wmake libso meshTools
35 wmake libso finiteVolume
36 wmake libso finiteArea
38 wmake libso lduSolvers
39 wmake libso blockMatrix
41 wmake libso dynamicMesh
43 (cd tetDecompositionFiniteElement ; ./Allwmake)
45 wmake libso fvMotionSolver
46 (cd tetDecompositionMotionSolver ; ./Allwmake)
48 wmake libso coupledMatrix
49 wmake libso sampling
51 wmake libso dynamicFvMesh
52 wmake libso topoChangerFvMesh
53 wmake libso engine
55 wmake libso ODE
56 wmake libso POD
57 wmake libso randomProcesses
59 thermophysicalModels/Allwmake
60 transportModels/Allwmake
61 turbulenceModels/Allwmake
62 lagrangian/Allwmake
63 postProcessing/Allwmake
64 conversion/Allwmake
66 wmake libso autoMesh
67 wmake libso errorEstimation
69 fvAgglomerationMethods/Allwmake
71 wmake libso fvMotionSolver
72 wmake libso engine
74 # ----------------------------------------------------------------- end-of-file