Skip to content
Snippets Groups Projects
Commit d5d80f01 authored by Mark Olesen's avatar Mark Olesen
Browse files

modified remaining Allwmake scripts to run from anywhere

parent 99628401
Branches
Tags
No related merge requests found
Showing
with 50 additions and 4 deletions
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso BCs
wmake
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso BCs
wmake
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso phaseModel
wmake libso interfacialModels
wmake libso kineticTheoryModels
wmake
# ----------------------------------------------------------------- end-of-file
......@@ -2,7 +2,6 @@
#
# Build optional components (eg, may depend on third-party libraries)
# -----------------------------------------------------------------------------
cd ${0%/*} || exit 1 # run from this directory
set -x
......@@ -18,4 +17,4 @@ then
wmake ccm26ToFoam
fi
# end
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso extrudeModel
wmake
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
READLINE=0
if [ -f /usr/include/readline/readline.h ]; then
......@@ -9,3 +10,5 @@ if [ -f /usr/include/readline/readline.h ]; then
fi
export READLINE
wmake
# ----------------------------------------------------------------- end-of-file
......@@ -17,3 +17,5 @@ then
;;
esac
fi
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
if [ -d "$ParaView_DIR" -a -r "$ParaView_DIR" ]
......@@ -16,3 +17,5 @@ then
;;
esac
fi
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
wmake libso
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
umask 22
......
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso dummy
......@@ -18,3 +19,4 @@ GAMMA)
;;
esac
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso decompositionMethods
......
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso basic
......@@ -8,3 +9,4 @@ wmake libso dieselSpray
(cd molecularDynamics && wmake libso potential)
(cd molecularDynamics && wmake libso molecule)
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libo postCalc
......@@ -6,4 +7,4 @@ wmake libso forces
wmake libso fieldAverage
wmake libso foamCalcFunctions
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso specie
......@@ -16,3 +17,4 @@ wmake libso pdfs
wmake libso radiation
wmake libso barotropicCompressibilityModel
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso incompressible
wmake libso interfaceProperties
#wmake libso compressible
# wmake libso compressible
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
( cd RAS && ./Allwmake )
( cd LES && ./Allwmake )
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso LESfilters
......@@ -6,3 +7,5 @@ wmakeLnInclude incompressible
wmake libso LESdeltas
wmake libso incompressible
wmake libso compressible
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake libso incompressible
wmake libso compressible
# ----------------------------------------------------------------- end-of-file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment