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 --- makefile | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 makefile (limited to 'makefile') diff --git a/makefile b/makefile deleted file mode 100644 index 99569da..0000000 --- a/makefile +++ /dev/null @@ -1,48 +0,0 @@ -# file : 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 - -default := $(out_base)/ -test := $(out_base)/.test -install := $(out_base)/.install -clean := $(out_base)/.clean -cleandoc := $(out_base)/.cleandoc - -# Build. -# -$(default): \ -$(out_base)/cli/ \ -$(out_base)/doc/ \ -$(out_base)/tests/ \ -$(out_base)/examples/ - -# Test. -# -$(test): $(out_base)/tests/.test - -# Install. -# -$(install): $(out_base)/cli/.install \ - $(out_base)/doc/.install \ - $(out_base)/examples/.install - $(call install-data,$(src_base)/LICENSE,$(install_doc_dir)/cli/LICENSE) - $(call install-data,$(src_base)/NEWS,$(install_doc_dir)/cli/NEWS) - $(call install-data,$(src_base)/README,$(install_doc_dir)/cli/README) - -# Clean. -# -$(clean): $(out_base)/cli/.clean \ - $(out_base)/examples/.clean \ - $(out_base)/tests/.clean - -$(cleandoc): $(out_base)/doc/.cleandoc - -$(call include,$(bld_root)/install.make) - -$(call import,$(src_base)/cli/makefile) -$(call import,$(src_base)/doc/makefile) -$(call import,$(src_base)/tests/makefile) -$(call import,$(src_base)/examples/makefile) -- cgit v1.1