summaryrefslogtreecommitdiff
path: root/cli/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-04 10:04:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-04 10:04:34 +0200
commitb0cbea713f15e511630d2626c4694f119206dc94 (patch)
tree340c55eb7c946034387839297c62a576123afab3 /cli/makefile
parent9f995b41e72b25c0c7ffe8e2568e166d86f27bcc (diff)
Add options for various include settings
--include-with-brackets --include-prefix --guard-prefix
Diffstat (limited to 'cli/makefile')
-rw-r--r--cli/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/makefile b/cli/makefile
index 86df489..5e1238b 100644
--- a/cli/makefile
+++ b/cli/makefile
@@ -62,6 +62,7 @@ genf := $(cli_tun:.cli=.hxx) $(cli_tun:.cli=.ixx) $(cli_tun:.cli=.cxx)
gen := $(addprefix $(out_base)/,$(genf))
$(gen): cli := $(out_root)/cli/cli
+$(gen): cli_options := --guard-prefix CLI
$(call include-dep,$(cxx_od))