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