From 3c853bc264719437bcb2807d75ff5e9f9a3ea4f8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Sep 2009 14:40:53 +0200 Subject: Add distribution-specific files, dist and dist-win targets --- dist/examples/cxx/tree/makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dist/examples/cxx/tree/makefile (limited to 'dist/examples/cxx/tree/makefile') diff --git a/dist/examples/cxx/tree/makefile b/dist/examples/cxx/tree/makefile new file mode 100644 index 0000000..bf2b98d --- /dev/null +++ b/dist/examples/cxx/tree/makefile @@ -0,0 +1,20 @@ +dirs := binary caching custom hello library messaging mixed multiroot \ +performance polymorphism streaming wildcard + +ifeq ($(WITH_DBXML),1) +dirs += dbxml +endif + +ifeq ($(WITH_XQILLA),1) +dirs += xpath +endif + +.PHONY: all $(dirs) + +all: $(dirs) + +$(dirs): + @$(MAKE) -C $@ $(MAKECMDGOALS) + +makefile: ; +% :: $(dirs) ; -- cgit v1.1