Merge branch 'master' of github.com:OpenCFD/OpenFOAM-1.7.x
[OpenFOAM-1.7.x.git] / src / Allwmake
bloba0c5cbf696a75c0b2332f23749a459a2a2166f3f
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 wmake libso lagrangian/basic
26 wmake libso triSurface
27 wmake libso edgeMesh
28 wmake libso surfMesh
30 # Decomposition methods needed by meshTools
31 decompositionMethods/AllwmakeLnInclude
32 dummyThirdParty/Allwmake
33 decompositionMethods/Allwmake
35 wmake libso meshTools
36 wmake libso finiteVolume
37 wmake libso genericPatchFields
39 wmake libso sampling
41 wmake libso dynamicMesh
42 wmake libso dynamicFvMesh
43 wmake libso topoChangerFvMesh
45 wmake libso ODE
46 wmake libso randomProcesses
48 thermophysicalModels/Allwmake
49 transportModels/Allwmake
50 turbulenceModels/Allwmake
51 lagrangian/Allwmake
52 postProcessing/Allwmake
53 conversion/Allwmake
55 wmake libso autoMesh
56 wmake libso errorEstimation
58 fvAgglomerationMethods/Allwmake
60 wmake libso fvMotionSolver
61 wmake libso engine
63 # ----------------------------------------------------------------- end-of-file