org.eclipse.cdt.make.core.makefile.gnu
Interface IIntermediateRule

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

public interface IIntermediateRule
extends ISpecialRule

.INTERMEDIATE The targets which `.INTERMEDIATE' depends on are treated as intermediate files. `.INTERMEDIATE' with no prerequisites has no effect.


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