4 |
|
overridden or parameters passed to the default build rules through the |
5 |
|
BuildFile. |
6 |
|
|
7 |
+ |
|
8 |
|
<p> |
9 |
|
Examples of different build files are shown below |
10 |
|
<ol> |
14 |
|
<p> |
15 |
|
<font color=green> |
16 |
|
<pre> |
17 |
< |
<External ref=cmsim> |
17 |
> |
<Group name=G3> |
18 |
|
<External ref=X11> |
19 |
< |
<Use ref=CARF> |
19 |
> |
<Use name=CARF> |
20 |
|
<Lib name=examplelib></lib> |
21 |
|
<bin file=example1.cpp> |
22 |
|
You can write between bin tags some documentation to describe what the binary |
63 |
|
</AssociateGroup> |
64 |
|
</pre> |
65 |
|
</font> |
66 |
+ |
<p> |
67 |
+ |
<h2>Avoiding Processing Parts of BuildFiles</h2> |
68 |
+ |
Anything between <ignore> and </ignore> tags will be excluded |
69 |
+ |
from processing during the build. This is a convenient mechanism to cut |
70 |
+ |
out sections of the BuildFile and is not intended for comments. Comments |
71 |
+ |
should be provided where apppropriate e.g. in between <binb> and </bin> |
72 |
+ |
tags. |