all:
	@echo "Nothing to be done."

clean:
	@echo "Nothing to be done."

cleanobj:
	@echo "Nothing to be done."

