#!/bin/zsh

export OMNI_BUILDOUTPUT=$NEXT_ROOT/Local/Public/$USER/BuildOutput
export OMNI_INSTALLROOT=$NEXT_ROOT/Local/Public/$USER/InstallRoot
export OMNI_BUNDLES=$OMNI_INSTALLROOT/Library/PlugIns
export OMNI_FRAMEWORKS=$OMNI_INSTALLROOT/Library/Frameworks

OMNI_DEFINES="-DOMNI_ASSERTIONS_ON"

echo gnumake $* OTHER_CFLAGS="$OMNI_DEFINES"
echo
time gnumake $* OTHER_CFLAGS="$OMNI_DEFINES"
