org.eclipse.cdt.make.core.makefile.gnu
Interface IExportAllVariablesRule

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

public interface IExportAllVariablesRule
extends ISpecialRule

.EXPORT_ALL_VARIABLES Simply by being mentioned as a target, this tells `make' to export all variables to child processes by default.


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