X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=4633706b931d1fbf94ddb715b89a0c1ed44c2b04;hb=4086180fec97d1a750d9e5c0ec3605be81265dc9;hp=6b05f81f7e880e7c4cb9800c00c65e6308fe31a5;hpb=aef60cba06c79c42f79532923aa49675386c552f;p=awesomized%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 6b05f81f..4633706b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,22 @@ -INCLUDES = include -SUBDIRS = docs include lib src tests - -test: all - cd tests; make test; cd .. - -ltest: all - ./tests/testapp output.txt - -valgrind: - cd tests; make valgrind; cd .. - - +INCLUDES = include +SUBDIRS = docs include lib src tests support +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 .. + +valgrind-extended: + cd tests; make valgrind-extended; cd .. + + +rpm: all dist + cp libmemcached-$(VERSION).tar.gz /home/brian/rpmbuild/SOURCES/ + rpmbuild -ba support/libmemcached.spec + cp /home/brian/rpmbuild/RPMS/x86_64/libmemcached-$(VERSION)*.rpm . + cp /home/brian/rpmbuild/SRPMS/libmemcached-$(VERSION)*.rpm .