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/cxx/tree/compression/makefile | 37 ----------------------------- 1 file changed, 37 deletions(-) delete mode 100644 dist/examples/cxx/tree/compression/makefile (limited to 'dist/examples/cxx/tree/compression/makefile') diff --git a/dist/examples/cxx/tree/compression/makefile b/dist/examples/cxx/tree/compression/makefile deleted file mode 100644 index f55c6ad..0000000 --- a/dist/examples/cxx/tree/compression/makefile +++ /dev/null @@ -1,37 +0,0 @@ -root := ../../.. - -include $(root)/build/cxx/rules.make -include $(root)/build/xsd/tree-rules.make - - -override XSDFLAGS += --generate-ostream --generate-serialization - -override LIBS += -lz - -# Build. -# -driver: driver.o library.o compressed-format-target.o compressed-input-source.o - -library.o: library.cxx library.hxx -driver.o: driver.cxx library.hxx compressed-format-target.hxx \ -compressed-input-source.hxx -compressed-format-target.o: compressed-format-target.cxx -compressed-input-source.o: compressed-input-source.cxx - -library.cxx library.hxx: library.xsd - - -# Test -# -.PHONY: test -test: driver library.xml.gz - ./driver library.xml.gz - - -# Clean. -# -.PHONY: clean -clean: - rm -f library.o library.?xx driver.o compressed-format-target.o \ -compressed-input-source.o driver out.xml.gz - -- cgit v1.1