summaryrefslogtreecommitdiff
path: root/build/export/cli/stub.make
blob: 281b862911d4b1b82be295d3af222bd253986672 (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-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)