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

All Superinterfaces:
IDirective, IParent, IRule
All Known Implementing Classes:
StaticTargetRule

public interface IInferenceRule
extends IRule

IInferenceRules are formated as follows: target: command [command] The target is of the form .s2 or .s1.s2 There are no prerequisites.


Method Summary
 
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