Added linuxIA64 compilation options
[OpenFOAM-1.6.x.git] / src / Allwmake
blob3e39abf536b6e71d1d7fc60540017db88a0d56a4
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/Allwmake
33 wmake libso meshTools
34 wmake libso finiteVolume
36 wmake libso sampling
38 wmake libso dynamicMesh
39 wmake libso dynamicFvMesh
40 wmake libso topoChangerFvMesh
42 wmake libso ODE
43 wmake libso randomProcesses
45 thermophysicalModels/Allwmake
46 transportModels/Allwmake
47 turbulenceModels/Allwmake
48 lagrangian/Allwmake
49 postProcessing/Allwmake
50 conversion/Allwmake
52 wmake libso autoMesh
53 wmake libso errorEstimation
55 fvAgglomerationMethods/Allwmake
57 wmake libso fvMotionSolver
58 wmake libso engine
60 # ----------------------------------------------------------------- end-of-file