forked from OSchip/llvm-project
Document BUILD_EXAMPLES makefile variable
llvm-svn: 109346
This commit is contained in:
parent
3bc93c2f2f
commit
b724226063
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue