Revision 8 (by moose, 2006/05/16 01:39:45)
VERBOSE=0
ifopt --verbose VERBOSE=1
V="$(getoptval --verbose)"
do ifnot "${V}"=""
	VERBOSE="${V}"
	echo Verbose: ${VERBOSE}
done

verbose ${VERBOSE}

CLEAN=0
ifopt clean CLEAN=1
ifopt distclean CLEAN=1
ifopt dist DIST=1

RELEASE=disabled
DEBUG=enabled
PROFILE=disabled
SHARED=enabled
STATIC=disabled
FASTBUILD=disabled

AR_OPT="rcs"

CONFIG="cbuild/config.cbd"
APPEND_CONFIG='appendfile ${CONFIG}'

# Library base source files #
SRC=cube.cpp field.cpp

do ifopt --help
	echo Available Flags:
	echo "   --reconfig	(use this to override saved settings)"
	echo "   --platform=(unix|win32)"
	echo "   --prefix="
	echo "   --with-lib-dir="
	echo "   --with-include-dir="
	echo "   --with-bin-dir="
	echo ""
	echo "   --enable-