X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=Makefile.am;h=d163202714941cb07d46fe389fe06246813091d4;hb=7cbb74311e579a2eaac356194b4e6c4e86f1fcf9;hp=f807c697fd3730b07457f6b1f5785a2bdbb66ec7;hpb=1fefa980a1f3a88df3eb1db02e2319d754aebe75;p=awesomized%2Flibmemcached diff --git a/Makefile.am b/Makefile.am index f807c697..d1632027 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,21 +1,34 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = docs libmemcached support clients tests example libhashkit -EXTRA_dist = README.FIRST +# includes append to these: +SUFFIXES = +PHONY = +TESTS = +CLEANFILES = +bin_PROGRAMS = +noinst_HEADERS = +lib_LTLIBRARIES = +noinst_LTLIBRARIES = +noinst_PROGRAMS = +include_HEADERS = +nobase_include_HEADERS = +EXTRA_HEADERS = +BUILT_SOURCES= +EXTRA_DIST = README.FIRST + +SUBDIRS = docs + +test-docs: + (cd docs && $(MAKE) test-docs) +include libmemcached/include.am +include clients/include.am +include libhashkit/include.am +include tests/include.am +include example/include.am +include support/include.am check-local: test-no-outputdiff -test: all - @(cd tests; ${MAKE} test) - -test-extended: all - @(cd tests; ${MAKE} test-extended) - -valgrind: all - @(cd tests; ${MAKE} valgrind) - -test-no-outputdiff: - @(cd tests; ${MAKE} test-no-outputdiff) fedora: rm -f ~/rpmbuild/RPMS/x86_64/libmemcached-$(VERSION)*.rpm @@ -41,5 +54,3 @@ merge-clean: find ./ | $(GREP) \~$$ | xargs rm -f bzr unknowns -hudson-valgrind: all - @(cd tests; ${MAKE} hudson-valgrind)