#
# This makefile is NOT used to run the tests here;
# it simply exists to be used to test the Make ant task.
all:	print

print:
		@echo If you see this, the make task works.