org.eclipse.cdt.make.core.makefile.gnu
Interface ISecondaryRule
- All Superinterfaces:
- IDirective, IParent, IRule, ISpecialRule
- All Known Implementing Classes:
- SecondaryRule
public interface ISecondaryRule
- extends ISpecialRule
.SECONDARY
The targets which `.SECONDARY' depends on are treated as
intermediate files, except that they are never automatically deleted.
`.SECONDARY' with no prerequisites causes all targets to be treated
as secondary (i.e., no target is removed because it is considered intermediate).