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/build/xsd/tree-rules.make | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dist/examples/build/xsd/tree-rules.make (limited to 'dist/examples/build/xsd/tree-rules.make') diff --git a/dist/examples/build/xsd/tree-rules.make b/dist/examples/build/xsd/tree-rules.make new file mode 100644 index 0000000..3c90af7 --- /dev/null +++ b/dist/examples/build/xsd/tree-rules.make @@ -0,0 +1,15 @@ +# file : examples/build/xsd/tree-rules.make +# author : Boris Kolpackov +# copyright : Copyright (c) 2006 Code Synthesis Tools CC +# license : GNU GPL v2 + exceptions; see accompanying LICENSE file + +include $(root)/build/xsd/common.make + +override LIBS := -lxerces-c $(LIBS) + +# Rules. +# +.PRECIOUS: %.cxx %.hxx %.ixx + +%.cxx %.hxx %.ixx: %.xsd + $(XSD) cxx-tree $(XSDFLAGS) $< -- cgit v1.1