From 0cb24daeeaaf5e6104b04195b5f09bcf99904364 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Sat, 24 Jul 2010 17:54:00 +0000 Subject: [PATCH] Document BUILD_EXAMPLES makefile variable git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109346 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/MakefileGuide.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index 5838250f0ae..a66f78a37c1 100644 --- a/docs/MakefileGuide.html +++ b/docs/MakefileGuide.html @@ -785,6 +785,9 @@ not.
PROJ_SRC_DIR
The directory which contains the source files to be built.
+
BUILD_EXAMPLES
+
If set to 1, build examples in examples and (if building + Clang) tools/clang/examples directories.
BZIP2(configured)
The path to the bzip2 tool.
CC(configured)
-- 2.34.1