From 62736ab48ba4b43560b062867a49195c71ba2f92 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Sat, 26 Feb 2011 00:21:27 +0000 Subject: [PATCH] Rework cleanup to drop code coverage information. --- Makefile.am | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5dbd525..34a9c83 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,18 +16,20 @@ EXTRA_DIST = \ pn53x.conf \ pn53x.rules -CLEANFILES = Doxygen.log +CLEANFILES = Doxygen.log coverage.info -if DOC_ENABLED -clean-local: +clean-local: clean-local-doc clean-local-coverage + +.PHONY: clean-local-coverage clean-local-doc doc +clean-local-coverage: + -rm -rf coverage + +clean-local-doc: rm -rf doc doc : Doxyfile @DOXYGEN@ $(builddir)/Doxyfile -.PHONY: doc -endif - if HAS_INDENT INDENT_ARGS = --blank-before-sizeof \ --blank-lines-after-commas \