org.eclipse.cdt.make.internal.core.makefile.gnu
Class DeleteOnErrorRule

java.lang.Object
  extended by org.eclipse.cdt.make.internal.core.makefile.Directive
      extended by org.eclipse.cdt.make.internal.core.makefile.Parent
          extended by org.eclipse.cdt.make.internal.core.makefile.Rule
              extended by org.eclipse.cdt.make.internal.core.makefile.SpecialRule
                  extended by org.eclipse.cdt.make.internal.core.makefile.gnu.DeleteOnErrorRule
All Implemented Interfaces:
IDeleteOnErrorRule, IDirective, IParent, IRule, ISpecialRule

public class DeleteOnErrorRule
extends SpecialRule
implements IDeleteOnErrorRule

.DELETE_ON_ERROR If `.DELETE_ON_ERROR' is mentioned as a target anywhere in the makefile, then `make' will delete the target of a rule if it has changed and its commands exit with a nonzero exit status, just as it does when it receives a signal.


Constructor Summary
DeleteOnErrorRule(Directive parent, java.lang.String[] reqs)
           
 
Method Summary
 
Methods inherited from class org.eclipse.cdt.make.internal.core.makefile.SpecialRule
getPrerequisites, toString
 
Methods inherited from class org.eclipse.cdt.make.internal.core.makefile.Rule
equals, getCommands, getTarget, setTarget
 
Methods inherited from class org.eclipse.cdt.make.internal.core.makefile.Parent
addDirective, addDirectives, clearDirectives, getDirectives, getDirectives, getStatements
 
Methods inherited from class org.eclipse.cdt.make.internal.core.makefile.Directive
getEndLine, getFileName, getParent, getStartLine, setEndLine, setFilename, setLines, setParent, setStartLine
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

DeleteOnErrorRule

public DeleteOnErrorRule(Directive parent,
                         java.lang.String[] reqs)