summaryrefslogtreecommitdiff
path: root/build/export/cli/stub.make
diff options
context:
space:
mode:
Diffstat (limited to 'build/export/cli/stub.make')
-rw-r--r--build/export/cli/stub.make13
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)