all:
	echo "nothing for $@ here"

depend:
	echo "nothing for $@ here"

install:
	echo "nothing for $@ here"

clean:
	echo "nothing for $@ here"

# NOPOSTFIX
