all:
	@echo INSTALLATION INSTRUCTIONS:
	@cat INSTALL

update install clean allclean:
	@echo You should be running \'$(MAKE)\' from your project directory...
	@echo Nothing to be done here.

dox docs doc:
	docs/builddocs --all --update --tree --search --detailed

.PHONY: all update install dox docs doc