From 5e527213a2430bb3018e5eebd909aef294edf9b5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 18 Dec 2020 18:48:46 +0300 Subject: Switch to build2 --- dist/examples/build/xsd/tree-rules.make | 13 ------------- 1 file changed, 13 deletions(-) delete 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 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) $< -- cgit v1.1