|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.make.internal.core.makefile.Directive
org.eclipse.cdt.make.internal.core.makefile.Parent
org.eclipse.cdt.make.internal.core.makefile.Rule
org.eclipse.cdt.make.internal.core.makefile.SpecialRule
org.eclipse.cdt.make.internal.core.makefile.gnu.ExportAllVariablesRule
public class ExportAllVariablesRule
.EXPORT_ALL_VARIABLES Simply by being mentioned as a target, this tells `make' to export all variables to child processes by default.
Constructor Summary | |
---|---|
ExportAllVariablesRule(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 |
---|
public ExportAllVariablesRule(Directive parent, java.lang.String[] reqs)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |