#=============================================================
# $Id: Makefile,v 1.1 2006/12/09 10:17:33 rocky Exp $
#=============================================================
# Whatever it is you want to do, it should be handled by the 
# by the main (parent) Makefile. So reissue make from there.
all %:
	$(MAKE) -C .. $@
