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

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

public interface IPosixRule
extends ISpecialRule

.POSIX The application shall ensure that this special target is specified without prerequisites or commands.


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