summaryrefslogtreecommitdiff
path: root/dist/examples/build/xsd/tree-rules.make
blob: 3c90af77df072de4f055e3f8c427bff135ea439a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : examples/build/xsd/tree-rules.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# 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) $<