diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2010-03-26 12:12:01 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-03-26 12:12:01 +0200 |
| commit | 03cc6a2b5c500ea5df2f5051ced24c138c1897bf (patch) | |
| tree | 6110d6e5deedefe581a0a76f4122c3ae2522b3a9 /build/export | |
| parent | 66a4ef4639aa700164f504c523b15efd66b727a7 (diff) | |
| download | cli-03cc6a2b5c500ea5df2f5051ced24c138c1897bf.tar.gz cli-03cc6a2b5c500ea5df2f5051ced24c138c1897bf.tar.xz cli-03cc6a2b5c500ea5df2f5051ced24c138c1897bf.zip | |
Add build import/export stubs for cli
Diffstat (limited to 'build/export')
| -rw-r--r-- | build/export/cli/stub.make | 13 |
1 files changed, 13 insertions, 0 deletions
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 <boris@codesynthesis.com> +# 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) |
