|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Classes in org.eclipse.cdt.make.core.makefile used by org.eclipse.cdt.make.core | |
---|---|
IMakefile
IMakefile: Makefile : ( directive ) * directive : rule | macro_definition | comments | empty rule : inference_rule | target_rule | special_rule inference_rule : target ':' [ ';' command ] |
Classes in org.eclipse.cdt.make.core.makefile used by org.eclipse.cdt.make.core.makefile | |
---|---|
ICommand
ICommand Commands are associated with a rule and executed by the make program when building a target. |
|
IDirective
A Makefile can contain rules, macro definitons and comments. |
|
IInferenceRule
IInferenceRules are formated as follows: target: |
|
IMacroDefinition
IMacroDefinitions are in the form: string1 = [string2] |
|
IParent
IParent |
|
IRule
There are several kinds of rules: Inference rules, target rules Some make provides special rules for example: .DEFAULT, .IGNORE etc ... |
|
ISpecialRule
Target rule that have special meaning for Make. |
|
ITarget
ITarget |
|
ITargetRule
ITargetRule |
Classes in org.eclipse.cdt.make.core.makefile used by org.eclipse.cdt.make.core.makefile.gnu | |
---|---|
IDirective
A Makefile can contain rules, macro definitons and comments. |
|
IMacroDefinition
IMacroDefinitions are in the form: string1 = [string2] |
|
IMakefile
IMakefile: Makefile : ( directive ) * directive : rule | macro_definition | comments | empty rule : inference_rule | target_rule | special_rule inference_rule : target ':' [ ';' command ] |
|
IParent
IParent |
|
IRule
There are several kinds of rules: Inference rules, target rules Some make provides special rules for example: .DEFAULT, .IGNORE etc ... |
|
ISpecialRule
Target rule that have special meaning for Make. |
Classes in org.eclipse.cdt.make.core.makefile used by org.eclipse.cdt.make.internal.core.makefile | |
---|---|
IBadDirective
Represent an error in the makefile syntax |
|
ICommand
ICommand Commands are associated with a rule and executed by the make program when building a target. |
|
IComment
Comments start with '#' and until the end of the line. |
|
IDefaultRule
.DEFAULT If the makefile uses this special target, the application shall ensure that it is specified with commands, but without prerequisites. |
|
IDirective
A Makefile can contain rules, macro definitons and comments. |
|
IEmptyLine
IEmptyLine |
|
IIgnoreRule
.IGNORE Prerequisites of this special target are targets themselves; this shall cause errors from commands associated with them to be ignored in the same manner as specified by the -i option. |
|
IInferenceRule
IInferenceRules are formated as follows: target: |
|
IMacroDefinition
IMacroDefinitions are in the form: string1 = [string2] |
|
IMakefile
IMakefile: Makefile : ( directive ) * directive : rule | macro_definition | comments | empty rule : inference_rule | target_rule | special_rule inference_rule : target ':' [ ';' command ] |
|
IParent
IParent |
|
IPosixRule
.POSIX The application shall ensure that this special target is specified without prerequisites or commands. |
|
IPreciousRule
.PRECIOUS Prerequisites of this special target shall not be removed if make recieves an asynchronous events. |
|
IRule
There are several kinds of rules: Inference rules, target rules Some make provides special rules for example: .DEFAULT, .IGNORE etc ... |
|
ISccsGetRule
.SCCS_GET The application shall ensure that this special target is specified without prerequesites. |
|
ISilentRule
.SILENT Prerequisites of this special target are targets themselves; this shall case commands associated with them not to be written to the standard output before they are executed. |
|
ISpecialRule
Target rule that have special meaning for Make. |
|
ISuffixesRule
.SUFFIXES Prerequesites of .SUFFIXES shall be appended to the list of known suffixes and are used in conjunction with the inference rules. |
|
ITarget
ITarget |
|
ITargetRule
ITargetRule |
Classes in org.eclipse.cdt.make.core.makefile used by org.eclipse.cdt.make.internal.core.makefile.gnu | |
---|---|
IDirective
A Makefile can contain rules, macro definitons and comments. |
|
IInferenceRule
IInferenceRules are formated as follows: target: |
|
IMacroDefinition
IMacroDefinitions are in the form: string1 = [string2] |
|
IMakefile
IMakefile: Makefile : ( directive ) * directive : rule | macro_definition | comments | empty rule : inference_rule | target_rule | special_rule inference_rule : target ':' [ ';' command ] |
|
IMakefileValidator
|
|
IParent
IParent |
|
IRule
There are several kinds of rules: Inference rules, target rules Some make provides special rules for example: .DEFAULT, .IGNORE etc ... |
|
ISpecialRule
Target rule that have special meaning for Make. |
|
ITargetRule
ITargetRule |
Classes in org.eclipse.cdt.make.core.makefile used by org.eclipse.cdt.make.internal.core.makefile.posix | |
---|---|
IDirective
A Makefile can contain rules, macro definitons and comments. |
|
IMakefile
IMakefile: Makefile : ( directive ) * directive : rule | macro_definition | comments | empty rule : inference_rule | target_rule | special_rule inference_rule : target ':' [ ';' command ] |
|
IParent
IParent |
Classes in org.eclipse.cdt.make.core.makefile used by org.eclipse.cdt.make.internal.ui.editor | |
---|---|
IDirective
A Makefile can contain rules, macro definitons and comments. |
|
IMakefile
IMakefile: Makefile : ( directive ) * directive : rule | macro_definition | comments | empty rule : inference_rule | target_rule | special_rule inference_rule : target ':' [ ';' command ] |
Classes in org.eclipse.cdt.make.core.makefile used by org.eclipse.cdt.make.ui | |
---|---|
IMakefile
IMakefile: Makefile : ( directive ) * directive : rule | macro_definition | comments | empty rule : inference_rule | target_rule | special_rule inference_rule : target ':' [ ';' command ] |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |