X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=51c7b70621a6726d6b1665d4927dfff65733e94b;hb=0f2ad14d692b5bb7d0340681391862df8948f0f0;hp=6bc18c4e1c9ea020f98b3cd8a4008e61d820a214;hpb=958434b51e6859a7f34c208a7df4b91486559d72;p=awesomized%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 6bc18c4e..51c7b706 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,21 +1,21 @@ -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 = 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 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 .