X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=7c23b7411e4afbc1ff873a6cc608686498ffa039;hb=61006df5c199906f2d4f644bc2776d774756899a;hp=96abe02c4109209b27c5ba7e33445be2be0cc2d6;hpb=806525899ce3dff894b829416307a4290cd882e2;p=m6w6%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 96abe02c..7c23b741 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 = 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 .. + +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 .