Rework cleanup to drop code coverage information.

This commit is contained in:
Romain Tartiere 2011-02-26 00:21:27 +00:00
parent b9dee63467
commit 62736ab48b

View file

@ -16,18 +16,20 @@ EXTRA_DIST = \
pn53x.conf \ pn53x.conf \
pn53x.rules pn53x.rules
CLEANFILES = Doxygen.log CLEANFILES = Doxygen.log coverage.info
if DOC_ENABLED clean-local: clean-local-doc clean-local-coverage
clean-local:
.PHONY: clean-local-coverage clean-local-doc doc
clean-local-coverage:
-rm -rf coverage
clean-local-doc:
rm -rf doc rm -rf doc
doc : Doxyfile doc : Doxyfile
@DOXYGEN@ $(builddir)/Doxyfile @DOXYGEN@ $(builddir)/Doxyfile
.PHONY: doc
endif
if HAS_INDENT if HAS_INDENT
INDENT_ARGS = --blank-before-sizeof \ INDENT_ARGS = --blank-before-sizeof \
--blank-lines-after-commas \ --blank-lines-after-commas \