From b0cbea713f15e511630d2626c4694f119206dc94 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Oct 2009 10:04:34 +0200 Subject: Add options for various include settings --include-with-brackets --include-prefix --guard-prefix --- cli/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/makefile') 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)) -- cgit v1.1