Silently ignore the new stats fields
[awesomized/libmemcached] / Makefile.am
index 6b05f81f7e880e7c4cb9800c00c65e6308fe31a5..b864c31d884e1c021043ef62732769fff632124c 100644 (file)
@@ -1,13 +1,18 @@
-INCLUDES = include\r
-SUBDIRS = docs include lib src tests\r
-\r
-test: all\r
-       cd tests; make test; cd ..\r
-\r
-ltest: all \r
-       ./tests/testapp output.txt\r
-\r
-valgrind:\r
-       cd tests; make valgrind; cd ..\r
-\r
-\r
+INCLUDES = 
+SUBDIRS = docs libmemcached tests support clients
+EXTRA_dist = README.FIRST
+
+test: all
+       cd tests; make test; cd ..
+
+test-extended: all
+       cd tests; make test-extended; cd ..
+
+valgrind:
+       cd tests; make valgrind; cd ..
+
+rpm: all dist
+       cp libmemcached-$(VERSION).tar.gz /home/brian/rpm/SOURCES/
+       rpmbuild -ba support/libmemcached.spec
+       cp /home/brian/rpm/RPMS/x86_64/libmemcached-$(VERSION)*.rpm .
+       cp /home/brian/rpm/SRPMS/libmemcached-$(VERSION)*.rpm .