4.4. Groups and targets

4.4.1. Adding Groups

To add a new group (a directory in automake based projects):

With automake projects, a new directory with the given name would be created under the parent group's directory.

New group can also be added from the Operation menu in Project View by selecting Add Group. First select the group under which to add the group in Project View.

4.4.2. Removing Groups

To remove a group:

The target and sources associated with the group will also be removed from the project (they are not deleted from the file system, though. You can still add them later).

4.4.3. Adding Targets

To add a new target:

New target can also be added from the Operation menu in Project View by selecting Add target. First select the group under which to add the target in Project View.

Target names usually require some standard prefix and suffix, depending on the type of target. Anjuta would warn if the name is not valid and may give an example of a name.

There are several target types for automake project. They are:

4.4.4. Removing Targets

To remove a target:

The sources associated with the targets will also be removed from the project (they are not deleted from the file system, though).