correction to d4edb38234db8268907f04836d49bb93461b8a88
[OpenFOAM-1.5.x.git] / src / Allwmake
blob08bb914b740eff477bdfe8019cf9bb665b0f4493
1 #!/bin/sh
2 set -x
4 ( cd OpenFOAM && wmakeLnInclude . )
5 ( cd Pstream && ./Allwmake )
6 wmake libo OSspecific/$WM_OS
7 wmake libso OpenFOAM
9 wmake libso lagrangian/basic
11 wmake libso triSurface
12 wmake libso edgeMesh
13 wmake libso meshTools
14 wmake libso finiteVolume
16 ( cd decompositionAgglomeration && ./Allwmake )
18 wmake libso sampling
20 wmake libso dynamicMesh
21 wmake libso dynamicFvMesh
22 wmake libso topoChangerFvMesh
23 wmake libso fvMotionSolver
24 wmake libso engine
26 wmake libso ODE
27 wmake libso randomProcesses
29 ( cd thermophysicalModels && ./Allwmake )
30 ( cd transportModels && ./Allwmake )
31 ( cd turbulenceModels && ./Allwmake )
32 ( cd lagrangian && ./Allwmake )
33 ( cd postProcessing && ./Allwmake )
34 ( cd conversion && ./Allwmake )
36 wmake libso autoMesh
37 wmake libso errorEstimation
39 # ----------------------------------------------------------------- end-of-file