X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=b864c31d884e1c021043ef62732769fff632124c;hb=a242e3cff72d1db0ffde3edcf009a4506e619706;hp=96abe02c4109209b27c5ba7e33445be2be0cc2d6;hpb=806525899ce3dff894b829416307a4290cd882e2;p=awesomized%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 96abe02c..b864c31d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,16 +1,18 @@ -INCLUDES = include -SUBDIRS = docs include lib src tests - -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 .. - - +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 .