From 2615896faa646e5830abf2c269150e1165c66515 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/binary/makefile | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 dist/examples/cxx/tree/binary/makefile (limited to 'dist/examples/cxx/tree/binary/makefile') diff --git a/dist/examples/cxx/tree/binary/makefile b/dist/examples/cxx/tree/binary/makefile deleted file mode 100644 index d337eb5..0000000 --- a/dist/examples/cxx/tree/binary/makefile +++ /dev/null @@ -1,25 +0,0 @@ -dirs := - -ifeq ($(WITH_BOOST),1) -dirs += boost -endif - - -ifeq ($(WITH_ACE),1) -dirs += cdr -endif - -ifeq ($(WITH_XDR),1) -dirs += xdr -endif - - -.PHONY: all $(dirs) - -all: $(dirs) - -$(dirs): - @$(MAKE) -C $@ $(MAKECMDGOALS) - -makefile: ; -% :: $(dirs) ; -- cgit v1.1