summaryrefslogtreecommitdiff
path: root/dist/examples/build/xsd/tree-rules.make
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/build/xsd/tree-rules.make')
-rw-r--r--dist/examples/build/xsd/tree-rules.make13
1 files changed, 0 insertions, 13 deletions
diff --git a/dist/examples/build/xsd/tree-rules.make b/dist/examples/build/xsd/tree-rules.make
deleted file mode 100644
index 2f188cc..0000000
--- a/dist/examples/build/xsd/tree-rules.make
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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) $<