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

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

public interface ISccsGetRule
extends ISpecialRule

.SCCS_GET The application shall ensure that this special target is specified without prerequesites. The commands specified with this target shall replace the default commands associated with this special target.


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