summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/examples/Makefile
blob: 8591bd3361eca68b62ef03d29ea2fde2d935ed0f (plain)
1
2
3
4
5
6
SUBDIRS=direct fanout pub-sub request-response
all:
	for d in $(SUBDIRS); do ( cd $$d; $(MAKE) $@; ) ; done
clean:
	for d in $(SUBDIRS); do ( cd $$d; $(MAKE) $@; ) ; done