#  Makefile_xwd 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.
#  
	@echo "This must be run under X-windows."
	@if [ ! -d ${OPD_TST_DIR} ] ;then mkdir ${OPD_TST_DIR} ;fi
	@if [ ! -d ${OPD_TST_RUN} ] ;then mkdir ${OPD_TST_RUN} ;fi
	@echo "" > ${OPD_TST_RUN}/dsppp.0
	@cp ${OPD_ROOT}/validate/overview_make_fig.rec ${OPD_TST_RUN}
	@cd ${OPD_TST_RUN} ; \
		${OPD_ROOT}/bin/opd -a overview_make_fig.rec

