org.eclipse.cdt.make.core.makefile
Interface IIgnoreRule

All Superinterfaces:
IDirective, IParent, IRule, ISpecialRule
All Known Implementing Classes:
IgnoreRule

public interface IIgnoreRule
extends ISpecialRule

.IGNORE Prerequisites of this special target are targets themselves; this shall cause errors from commands associated with them to be ignored in the same manner as specified by the -i option.


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