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/wildcard/makefile | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 xsd/dist/examples/cxx/tree/wildcard/makefile (limited to 'xsd/dist/examples/cxx/tree/wildcard/makefile') diff --git a/xsd/dist/examples/cxx/tree/wildcard/makefile b/xsd/dist/examples/cxx/tree/wildcard/makefile new file mode 100644 index 0000000..148b800 --- /dev/null +++ b/xsd/dist/examples/cxx/tree/wildcard/makefile @@ -0,0 +1,32 @@ +root := ../../.. + +include $(root)/build/cxx/rules.make +include $(root)/build/xsd/tree-rules.make + + +override XSDFLAGS += --generate-inline --generate-serialization \ +--generate-wildcard --root-element message + + +# Build. +# +driver: driver.o email.o + +email.o: email.cxx email.hxx email.ixx +driver.o: driver.cxx email.hxx email.ixx + +email.cxx email.hxx email.ixx: email.xsd + + +# Test +# +.PHONY: test +test: driver email.xml + ./driver email.xml + + +# Clean. +# +.PHONY: clean +clean: + rm -f email.o email.?xx driver.o driver -- cgit v1.2.3