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

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

public interface IDefaultRule
extends ISpecialRule

.DEFAULT If the makefile uses this special target, the application shall ensure that it is specified with commands, but without prerequisites. The commands shall be used by make if there are no other rules available to build a 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