From a15cf65c44d5c224169c32ef5495b68c758134b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 18 May 2014 16:08:14 +0200 Subject: Imported Upstream version 3.3.0.2 --- xsd/dist/examples/cxx/tree/makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 xsd/dist/examples/cxx/tree/makefile (limited to 'xsd/dist/examples/cxx/tree/makefile') diff --git a/xsd/dist/examples/cxx/tree/makefile b/xsd/dist/examples/cxx/tree/makefile new file mode 100644 index 0000000..8c23fef --- /dev/null +++ b/xsd/dist/examples/cxx/tree/makefile @@ -0,0 +1,24 @@ +dirs := binary caching embedded custom hello library messaging mixed \ +multiroot performance polymorphism streaming wildcard + +ifeq ($(WITH_ZLIB),1) +dirs += compression +endif + +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.2.3