# Dummy Makefile, please run ./configure	 
default:
	@echo ""
	@echo " -----------------------------------------------------------------------------"
	@echo "    Hello !"
	@echo "    I'm afraid I'm a dummy Makefile."
	@echo ""
	@echo " My goal in life is to politely ask you to run the configure script to actual-" 
	@echo " ly generate a real Makefile."
	@echo " Would you be kind enough to type \"./configure --help\" to see the options that" 	
	@echo " will suit your needs ?   Please note that typing \"./configure\" without option"
	@echo " will generate a Makefile that will suit most people needs."
	@echo ""
	@echo " I wish you a good day. Please don't drive to fast."
	@echo " -----------------------------------------------------------------------------"
	@echo ""
