1# This one is for users of vanilla make.
2# The real makefile is GNUmakefile.
3
4all:
5	@echo Sorry, you need GNU make to build Yadex. GNU make can be
6	@echo downloaded freely from ftp://ftp.gnu.org/gnu/make/. To
7	@echo install it, type \"./configure\; make\; make install\".
8	@echo By default, it installs as /usr/local/bin/make so use
9	@echo that instead of \"make\" when building Yadex.
10
11