#  set_dsp 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_com
#
# build must be first in the following list
OPD_DSP_C_DIR="$OPD_ROOT/src/dsp/build \
	$OPD_ROOT/src/genlib/yacoper \
	$OPD_ROOT/src/dsp/arith \
	$OPD_ROOT/src/dsp_gui \
	$OPD_ROOT/src/dsp/lib/generate \
	$OPD_ROOT/src/dsp/lib/target/common \
	$OPD_ROOT/src/dsp/nodes/ionode/maincom \
	$OPD_ROOT/src/dsp/lib/target/intbench \
	$OPD_COM_C_DIR"

OPD_DSP_H_DIR="$OPD_ROOT/src/include/ObjProDSPgui \
	$OPD_ROOT/src/include/ObjProDSPint \
	$OPD_ROOT/src/include/ObjProDSPint/ObjProUsr \
	$OPD_ROOT/src/include/ObjProDSPcom \
	$OPD_ROOT/src/include/ObjProGui/ObjProComGui \
	$OPD_ROOT/src/include/ObjProGui/ObjProNet \
	$OPD_ROOT/src/include/ObjProArithGen \
	$OPD_ROOT/src/include/ObjProDSPint/ObjProDSPint \
	$OPD_ROOT/src/include/ObjProGui/ObjProGui \
	$OPD_ROOT/src/genlib/bison \
	$OPD_COM_H_DIR"
	
