#  set_tar 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_TAR_DIR="$OPD_ROOT/src/dsp/lib/target/tarnet\
 $OPD_ROOT/src/dsp/lib/target/common"

OPD_COM_C="$OPD_ROOT/src/dsp/arith\
 $OPD_ROOT/src/dsp/nodes/sigdsk/common\
 $OPD_ROOT/src/dsp/nodes/ionode/maincom\
 $OPD_ROOT/src/dsp/nodes/sigdsk/target"

OPD_H="\
 $OPD_ROOT/src/include/ObjProDSP\
 $OPD_ROOT/src/include/ObjProGen\
 $OPD_ROOT/src/include/ObjProDSPtar/ObjProUsr\
 $OPD_ROOT/src/include/ObjProDSPtar/ObjProDSPint\
 $OPD_ROOT/src/include/ObjProArithGen\
 $OPD_ROOT/src/include/ObjProDSPcom\
 $OPD_ROOT/src/include/ObjProNoGui/ObjProShare\
 $OPD_ROOT/src/include/ObjProNoGui/ObjProGui\
 $OPD_ROOT/src/include/ObjProNoGui/ObjProDSPint\
 $OPD_ROOT/src/include/ObjProNoGui/ObjProComGui\
 $OPD_ROOT/src/include/ObjProNoGui/ObjProNet\
 $OPD_ROOT/src/include/ObjProNoDSP/ObjProGui"

OPD_COM_H="$OPD_H $OPD_COM_C "
 
 
