Rework cleanup to drop code coverage information.
This commit is contained in:
parent
b9dee63467
commit
62736ab48b
1 changed files with 8 additions and 6 deletions
14
Makefile.am
14
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 \
|
||||
|
|
Loading…
Reference in a new issue