The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
if HAVE_DOXYGEN

doxyfile.stamp: ../src/bcm2835.h
	$(DOXYGEN) Doxyfile
	echo Timestamp > doxyfile.stamp

CLEANFILES = doxyfile.stamp *~

all-local: doxyfile.stamp

clean-local:
	rm -rf html
endif