###############################################################################
#
# e-antic Sage install script
#
###############################################################################
if [ "$SAGE_DEBUG" = "yes" ]; then
    CFLAGS="-O0 -g $CFLAGS"; export CFLAGS
fi

cd src

sdh_configure
sdh_make
sdh_make_install
