#!/usr/bin/bash
path=`dirname $0`
. "$path/SETUP.sh"
extra_flags="$debug_cflags"
extra_configs="$debug_configs $max_configs"
. "$path/FINISH.sh"