#!/bin/sh
cd ${0%/*} || exit 1    # Run from this directory

# Parse arguments for library compilation
targetType=libso
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
set -x

LES/Allwmake $targetType $*
incompressible/Allwmake $targetType $*
compressible/Allwmake $targetType $*
wmake $targetType derivedFvPatchFields

# ----------------------------------------------------------------- end-of-file
