#  domakemake from ObjectProDSP 0.1
#  Copyright (C) 1994, Mountain Math Software, All rights reserved.
#  Licensed for free use and distribution under version 2 of the Gnu General
#  Public License. Please see file COPYING for details and restrictions.
#  
#  ObjectProDSP is a trademark of Mountain Math Software.
#  
#
. $OPD_ROOT/scripts/set_opt
. $OPD_ROOT/scripts/set_com_nogui
$OPD_ROOT/bin/makemake -m $OPD_ROOT/src/util/nod_sort \
    $OPD_ROOT/src/include \
    -h $OPD_ROOT/src/util/nod_sort \
	$OPD_COM_H \
	$OPD_UTIL_OPT \
	-Lib 3 \
	-sc o -o $OPD_ROOT/bin/nod_sort  -og
