From: Peter Collingbourne Date: Sat, 24 Jul 2010 17:54:00 +0000 (+0000) Subject: Document BUILD_EXAMPLES makefile variable X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=0cb24daeeaaf5e6104b04195b5f09bcf99904364 Document BUILD_EXAMPLES makefile variable git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109346 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)