summaryrefslogtreecommitdiff
path: root/build/export/cli/stub.make
blob: 70e36419b02153f6a246883d3fa6c98ff01b9f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# file      : build/export/cli/stub.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 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)