*.lo
-*/.deps
-*/.libs
-*/.dirstamp
+*/*.l[oa]
+*/*/*.l[oa]
*/*/.deps
-*/*/.libs
*/*/.dirstamp
+*/*/.libs
+*/.deps
+*/.dirstamp
+*/.libs
*/Makefile
*/Makefile.in
-*/*.l[oa]
-*/*/*.l[oa]
*TAGS
INSTALL
Makefile
docs/*.[13]
example/memcached_light
libmemcached-*.tar.gz
+libmemcached-0.30-1.src.rpm
+libmemcached-0.30-1.x86_64.rpm
+libmemcached-0.31-1.src.rpm
+libmemcached-0.31-1.x86_64.rpm
+libmemcached-?.??/
libmemcached/memcached_configure.h
libtool
libtool.m4
tests/testapp
tests/testplus
tests/udptest
-libmemcached-0.30-1.src.rpm
-libmemcached-0.30-1.x86_64.rpm
-libmemcached-0.31-1.src.rpm
-libmemcached-0.31-1.x86_64.rpm
-libmemcached-?.??/
test-extended: all
@(cd tests; ${MAKE} test-extended)
-valgrind:
+valgrind: all
@(cd tests; ${MAKE} valgrind)
test-no-outputdiff:
cp ~/rpmbuild/SRPMS/libmemcached-$(VERSION)*.rpm .
rpm: all dist generic fedora
+
+clean-merge:
+ find ./ | grep \.orig | xargs rm
+ find ./ | grep \.rej | xargs rm
+ find ./ | grep \~$ | xargs rm
+
+hudson-valgrind: all
+ @(cd tests; ${MAKE} hudson-valgrind)
$(LIBTOOL) --mode=execute valgrind --tool=helgrind ${top_builddir}/clients/memslap --server=localhost --concurrency=30
test-no-outputdiff: test
+
+hudson-valgrind:
+ $(LIBTOOL) --mode=execute valgrind --leak-check=yes --show-reachable=yes --log-file=/tmp/valgrind.out testapp