From be3dc4cee63da92cfa1fa44a0bf90ab11ec7aaca Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Nov 2016 16:57:48 +0200 Subject: Start switch to build2 --- examples/makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 examples/makefile (limited to 'examples/makefile') diff --git a/examples/makefile b/examples/makefile deleted file mode 100644 index 50c91ff..0000000 --- a/examples/makefile +++ /dev/null @@ -1,19 +0,0 @@ -# file : examples/makefile -# author : Boris Kolpackov -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC -# license : MIT; see accompanying LICENSE file - -include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make - -examples := hello features file - -default := $(out_base)/ -install := $(out_base)/.install -clean := $(out_base)/.clean - -$(default): $(addprefix $(out_base)/,$(addsuffix /,$(examples))) -$(install): $(addprefix $(out_base)/,$(addsuffix /.install,$(examples))) - $(call install-data,$(src_base)/README,$(install_doc_dir)/cli/examples/README) -$(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(examples))) - -$(foreach e,$(examples),$(call import,$(src_base)/$e/makefile)) -- cgit v1.1