X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=7c23b7411e4afbc1ff873a6cc608686498ffa039;hb=285c6e033a3739a1733b8729d91c7f649220461e;hp=6bc18c4e1c9ea020f98b3cd8a4008e61d820a214;hpb=958434b51e6859a7f34c208a7df4b91486559d72;p=awesomized%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index 6bc18c4e..7c23b741 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 = 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 .