all:	sacdrt_term/Makefile
	@echo " Configuration OK"
	@echo ""
	@echo "Now type:"
	@echo " 'make sacdrt_term' or 'make term' for the normal version"
	@echo ""
	@echo "if you have typed false entries in the configuration procedure, then"
	@echo "please do 'make config' again"
	@echo ""
	@echo "Remember: SACDRT comes with ABSOLUTELY NO WARRANTY!!!"
	@echo "          This is free software, and you are welcome to redistribute"
	@echo "          it under the terms of the GNU GENERAL PUBLIC LICENSE!!!"
	@echo "          See COPYING for details!!!"

config:
	Configure

sacdrt_term/Makefile:
	Configure

sacdrt_term:	term
term:	sacdrt_term/Makefile
	@cd sacdrt_term;gmake;cd ..

clean:
	@cd sacdrt_term;gmake clean;cd ..
