diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2010-07-24 17:54:00 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2010-07-24 17:54:00 +0000 |
| commit | b724226063896f410c73c827a25a3d93ec2f7364 (patch) | |
| tree | 2411127c5a0f3fe4ca47b63bc39c96e25da16862 /llvm/docs/MakefileGuide.html | |
| parent | 3bc93c2f2f8ccc361eca5c414ad483b59f05aab6 (diff) | |
| download | bcm5719-llvm-b724226063896f410c73c827a25a3d93ec2f7364.tar.gz bcm5719-llvm-b724226063896f410c73c827a25a3d93ec2f7364.zip | |
Document BUILD_EXAMPLES makefile variable
llvm-svn: 109346
Diffstat (limited to 'llvm/docs/MakefileGuide.html')
| -rw-r--r-- | llvm/docs/MakefileGuide.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/MakefileGuide.html b/llvm/docs/MakefileGuide.html index 5838250f0ae..a66f78a37c1 100644 --- a/llvm/docs/MakefileGuide.html +++ b/llvm/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> |

