From 03cc6a2b5c500ea5df2f5051ced24c138c1897bf Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 26 Mar 2010 12:12:01 +0200 Subject: Add build import/export stubs for cli --- build/export/cli/stub.make | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 build/export/cli/stub.make (limited to 'build/export') diff --git a/build/export/cli/stub.make b/build/export/cli/stub.make new file mode 100644 index 0000000..281b862 --- /dev/null +++ b/build/export/cli/stub.make @@ -0,0 +1,13 @@ +# file : build/export/cli/stub.make +# author : Boris Kolpackov +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# license : MIT; see accompanying LICENSE file + +$(call include-once,$(src_root)/cli/makefile,$(out_root)) + +# Use the rules file from cli's import directory instead of the +# importing project's one. +# +$(call export,\ + cli: $(out_root)/cli/cli,\ + cli-rules: $(scf_root)/import/cli/cli-cxx.make) -- cgit v1.1