summaryrefslogtreecommitdiff
path: root/dist/examples/build/xsd/tree-rules.make
blob: 7ff3529addce84fd03a162881fc067d61e20ad65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : examples/build/xsd/tree-rules.make
# copyright : Copyright (c) 2006-2014 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) $<