summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2010-07-24 17:54:00 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2010-07-24 17:54:00 +0000
commit0cb24daeeaaf5e6104b04195b5f09bcf99904364 (patch)
treec577c2e061bdbd7f8fb245633c2d18c2e7d3f827 /docs
parentffe8c8871a1c7119440b2b02dce746901794fa5e (diff)
downloadllvm-0cb24daeeaaf5e6104b04195b5f09bcf99904364.tar.gz
llvm-0cb24daeeaaf5e6104b04195b5f09bcf99904364.tar.bz2
llvm-0cb24daeeaaf5e6104b04195b5f09bcf99904364.tar.xz
Document BUILD_EXAMPLES makefile variable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109346 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/MakefileGuide.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html
index 5838250f0a..a66f78a37c 100644
--- a/docs/MakefileGuide.html
+++ b/docs/MakefileGuide.html
@@ -785,6 +785,9 @@
not.</dd>
<dt><a name="PROJ_SRC_DIR"><tt>PROJ_SRC_DIR</tt></a></dt>
<dd>The directory which contains the source files to be built.</dd>
+ <dt><a name="BUILD_EXAMPLES"><tt>BUILD_EXAMPLES</tt></a></dt>
+ <dd>If set to 1, build examples in <tt>examples</tt> and (if building
+ Clang) <tt>tools/clang/examples</tt> directories.</dd>
<dt><a name="BZIP2"><tt>BZIP2</tt></a><small>(configured)</small></dt>
<dd>The path to the <tt>bzip2</tt> tool.</dd>
<dt><a name="CC"><tt>CC</tt></a><small>(configured)</small></dt>