X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=a359ac00d229e52e17889078206e76b86a410afd;hb=e5c576eff8da0ea47436179ba72d3accb851a292;hp=6aa50af828b6dec8e3734975648dc4daf68195db;hpb=baa7ee012f8399dc3e19860224179f4111e7efbf;p=awesomized%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 6aa50af8..a359ac00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,6 +86,8 @@ TESTS += ${bin_PROGRAMS} TESTS += ${check_PROGRAMS} XFAIL_TESTS += ${bin_PROGRAMS} +if ! BUILD_WIN32 + merge-clean: @find ./ | $(GREP) \.gcda | xargs rm -f @find ./ | $(GREP) \.gcno | xargs rm -f @@ -101,8 +103,8 @@ merge-clean: @echo "Files that need to be either removed or checked in:" @bzr unknowns -clean-local: - -rm -rf docs/_build docs/doctrees +clean-local: clean-libtest-check clean-docs-check + lcov: lcov-clean check @echo @@ -117,11 +119,10 @@ lcov-clean: clean @rm -rf lcov */lcov.out @find . -name '*.gcno' | xargs rm -f @find . -name '*.gcda' | xargs rm -f +endif DISTCLEANFILES+= config/top.h -clean-local: clean-libtest-check clean-docs-check - maintainer-clean-local: find . -type f -name '*~' -exec rm -f '{}' \; -rm -f @PACKAGE@-*.rpm