diff --git a/Makefile.in b/Makefile.in index 8125b0d149..18f59c6ff2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1225,7 +1225,7 @@ $(distdir)/.dist-version: $(builddir)/.local-version force $(distdir)/.dist-version $(builddir)/.local-version: $(call check-file,$(@F)) -dist distcheck distdir install-headers: $(BUILT_SOURCES) +all-recursive check-recursive coverage-recursive install-recursive pretty-recursive pretty-check-recursive dist distcheck distdir install-headers: $(BUILT_SOURCES) dist-hook: $(distdir)/.dist-version diff --git a/src/test-apps/Makefile.in b/src/test-apps/Makefile.in index 6471ce0765..41c0aa1a35 100644 --- a/src/test-apps/Makefile.in +++ b/src/test-apps/Makefile.in @@ -8507,10 +8507,10 @@ distclean-generic: maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -@WEAVE_BUILD_TESTS_FALSE@uninstall-local: @WEAVE_BUILD_COVERAGE_FALSE@clean-local: @WEAVE_BUILD_COVERAGE_REPORTS_FALSE@clean-local: @WEAVE_BUILD_TESTS_FALSE@clean-local: +@WEAVE_BUILD_TESTS_FALSE@uninstall-local: @WEAVE_BUILD_TESTS_FALSE@install-exec-local: clean: clean-recursive @@ -8693,7 +8693,7 @@ include $(abs_top_nlbuild_autotools_dir)/automake/pre.am @WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@$(WEAVE_LIBS_COVERAGE_BUNDLE): @WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@ $(call create-directory) -@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@$(WEAVE_COVERAGE_INFO): check | $(WEAVE_COVERAGE_BUNDLE) +@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@$(WEAVE_COVERAGE_INFO): check-local | $(WEAVE_COVERAGE_BUNDLE) @WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@ $(call generate-coverage-report,${abs_top_builddir}) # collect all the *.gcno & *gcda files of libWeave.a for Weave Library coverage analysis, rename the *h file paths to make it a clean report @@ -8715,7 +8715,7 @@ include $(abs_top_nlbuild_autotools_dir)/automake/pre.am @WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@ $(NL_V_GENHTML)$(GENHTML) $(NL_V_GENHTML_FLAGS) --config-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.config" $(WEAVE_LIBS_COVERAGE_INFO).clean --output-directory $(WEAVE_LIBS_COVERAGE_BUNDLE) @WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@ $(AM_V_at)rm -rf $(WEAVE_LIBS_COVERAGE_SOURCE) -@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@coverage: $(WEAVE_LIBS_COVERAGE_INFO) +@WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@coverage-local: $(WEAVE_LIBS_COVERAGE_INFO) @WEAVE_BUILD_COVERAGE_REPORTS_TRUE@@WEAVE_BUILD_COVERAGE_TRUE@@WEAVE_BUILD_TESTS_TRUE@clean-local: clean-local-coverage