<td>Builds the currently selected project. This is a full build; all files in the project are built. </td>
<td> </td>
</tr>
<tr>
<td><b>Clean</b></td>
<td>Invokes the make clean defined in the makefile</td>
<td> </td>
</tr>
<tr>
<td><b>Build Automatically</b></td>
<td>When checked, the CDT will perform a build whenever a file in a project is saved. You should turn this feature off for very large projects.</td>
<td> </td>
</tr>
<tr>
<td><b>Create Make Target</b></td>
<td>Creates a target in the <b>Make Targets</b> view. Standard Make only</td>
<td> </td>
</tr>
<tr>
<td><b>Build Make Target</b></td>
<td>Builds a specific make target defined in your makefile such as <b>make clean</b> or <b>make install</b>. Standard Make only.</td>
<td> </td>
</tr>
<tr>
<td><b>Properties</b></td>
<td>Displays the <b>Properties</b> dialog. From that dialog you can display the properties of resources in <b>Info</b>, <b>CVS</b>, <b>External Tools Builders</b>, or <b>Project References</b>. </td>