SUBDIRS = direct fanout pub-sub request-response if HAVE_XML SUBDIRS += xml-exchange endif MAKEDIST=.libs/Makefile SUBMAKE=' for d in $(SUBDIRS) ; do $$(MAKE) -C $$$$d $$@ ; done' $(MAKEDIST): Makefile @$(MKDIR_P) .libs @$(ECHO) all: > $(MAKEDIST) @$(ECHO) $(SUBMAKE) >> $(MAKEDIST) @$(ECHO) clean: >> $(MAKEDIST) @$(ECHO) $(SUBMAKE) >> $(MAKEDIST) examplesdir=$(pkgdatadir)/examples examples_DATA = README $(MAKEDIST) EXTRA_DIST = $(examples_DATA) README.verify verify verify_all # Verify the examples in the buid tree. check-local: $(srcdir)/verify_all $(abs_top_srcdir)/.. $(abs_top_builddir)/src/qpidd $(exclude_examples_regexp)