X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=b864c31d884e1c021043ef62732769fff632124c;hb=78452545f6ba0b3670a623a8f10382cbfe681b4c;hp=6bc18c4e1c9ea020f98b3cd8a4008e61d820a214;hpb=958434b51e6859a7f34c208a7df4b91486559d72;p=awesomized%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 6bc18c4e..b864c31d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,21 +1,18 @@ -INCLUDES = include -SUBDIRS = docs include lib src tests support - -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 $(DISTVNAME).tar$(SUFFIX) /usr/src/redhat/SOURCES - rpm -ba support/libmemcached.spec - cp /usr/src/redhat/RPMS/i386/$(DISTVNAME)*.i386.rpm . - cp /usr/src/redhat/SRPMS/$(DISTVNAME)*.src.rpm . +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 .