#  domakemake from ObjectProDSP 0.2
#  Copyright (C) 1994 1995, 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.
#  
#!/bin/sh
. $OPD_ROOT/scripts/set_opt
. $OPD_ROOT/scripts/set_com_nogui
OPD_DO_MAKE_DEP="$OPD_ROOT/scripts/set_opt $OPD_ROOT/scripts/set_com_nogui"

echo "-h $OPD_ROOT/src/start_up \
	$OPD_COM_H \
	-m $OPD_ROOT/src/start_up \
	$OPD_RANLIB \
	$OPD_UTIL_OPT \
	$OPD_DO_MAKE_DEP \
	-o $OPD_ROOT/bin/opd" > makemake.arg
$OPD_ROOT/bin/makemake -f makemake.arg

