DEVKIT=../.. DOXYGEN=doc/doxygen .PHONY: all clean all: clean cd $(DEVKIT) && doxygen $(DOXYGEN)/Doxyfile all.%: Doxyfile.% clean cd $(DEVKIT) && doxygen $(DOXYGEN)/$< Doxyfile.quiet: Doxyfile perl -lpe '/^WARN/ && s/YES/NO/' < $< > $@ clean: rm -rf html