#  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.
#  
#!/bin/sh
# this make file must use relative file names because
# the `makemake' depends on the librarys it makes
OPD_BASE=../../../..
export OPD_BASE
OPD_DO_MAKE_DEP=$OPD_BASE/src/genlib/nogui/obj/Makefile_inc
OPD_ROOT=$OPD_BASE
. $OPD_ROOT/scripts/set_opt
. $OPD_BASE/scripts/set_com_nogui
$OPD_BASE/bin/makemake -h \
	$OPD_BASE/src/genlib/nogui \
    $OPD_COM_H \
    -m \
	$OPD_BASE/src/genlib/nogui \
    $OPD_COM_OPT \
	-sc obj \
    -coll -NE -o $OPD_BASE/lib/Libopdnogui

