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

All Superinterfaces:
IDirective, IParent, IRule
All Known Subinterfaces:
IDefaultRule, IDeleteOnErrorRule, IExportAllVariablesRule, IIgnoreRule, IIntermediateRule, ILowResolutionTimeRule, INotParallelRule, IPhonyRule, IPosixRule, IPreciousRule, ISccsGetRule, ISecondaryRule, ISilentRule, ISuffixesRule
All Known Implementing Classes:
DefaultRule, DeleteOnErrorRule, ExportAllVariablesRule, IgnoreRule, IntermediateRule, LowResolutionTimeRule, NotParallelRule, PhonyRule, PosixRule, PreciousRule, SccsGetRule, SecondaryRule, SilentRule, SpecialRule, SuffixesRule

public interface ISpecialRule
extends IRule

Target rule that have special meaning for Make.


Method Summary
 java.lang.String[] getPrerequisites()
          The meaning of the prerequistes are specific to each rules.
 
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
 

Method Detail

getPrerequisites

java.lang.String[] getPrerequisites()
The meaning of the prerequistes are specific to each rules.