From a8ce5c380c69539fe0c7c62c397634d9d0c9fde2 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/cxx/tree/order/mixed/makefile | 32 ----------------------------- 1 file changed, 32 deletions(-) delete mode 100644 dist/examples/cxx/tree/order/mixed/makefile (limited to 'dist/examples/cxx/tree/order/mixed/makefile') diff --git a/dist/examples/cxx/tree/order/mixed/makefile b/dist/examples/cxx/tree/order/mixed/makefile deleted file mode 100644 index b7929d9..0000000 --- a/dist/examples/cxx/tree/order/mixed/makefile +++ /dev/null @@ -1,32 +0,0 @@ -root := ../../../.. - -include $(root)/build/cxx/rules.make -include $(root)/build/xsd/tree-rules.make - - -override XSDFLAGS += --generate-serialization --ordered-type-mixed - - -# Build. -# -driver: driver.o text.o - -text.o: text.cxx text.hxx -driver.o: driver.cxx text.hxx - -text.cxx text.hxx: text.xsd - - -# Test -# -.PHONY: test -test: driver text.xml - ./driver text.xml - - -# Clean. -# -.PHONY: clean -clean: - rm -f text.o text.?xx driver.o driver - -- cgit v1.1