X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=4e4fb2e8c9fdf35f0d1a3d2a847f2c680d454317;hb=711e19b58d1c4694ff3ce1d8d3127f159109de6d;hp=6b05f81f7e880e7c4cb9800c00c65e6308fe31a5;hpb=aef60cba06c79c42f79532923aa49675386c552f;p=awesomized%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 6b05f81f..4e4fb2e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,18 @@ -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 = +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/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 .