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).


Method Summary
 
Methods inherited from interface org.eclipse.cdt.make.core.makefile.ISpecialRule
getPrerequisites
 
Methods inherited from interface org.eclipse.cdt.make.core.makefile.IRule
getCommands, getTarget
 
Methods inherited from interface org.eclipse.cdt.make.core.makefile.IParent
getDirectives
 
Methods inherited from interface org.eclipse.cdt.make.core.makefile.IDirective
getEndLine, getFileName, getParent, getStartLine, toString