Package org.eclipse.cdt.make.core.makefile.gnu

Interface Summary
IConditional  
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.
IExportAllVariablesRule .EXPORT_ALL_VARIABLES Simply by being mentioned as a target, this tells `make' to export all variables to child processes by default.
IGNUMakefile  
IInclude  
IIntermediateRule .INTERMEDIATE The targets which `.INTERMEDIATE' depends on are treated as intermediate files
ILowResolutionTimeRule .LOW_RESOLUTION_TIME If you specify prerequisites for `.LOW_RESOLUTION_TIME', `make' assumes that these files are created by commands that generate low resolution time stamps.
INotParallelRule .NOTPARALLEL If `.NOTPARALLEL' is mentioned as a target, then this invocation of `make' will be run serially, even if the `-j' option is given.
IPhonyRule .PHONY The prerequisites of the special target `.PHONY' are considered to be phony targets.
ISecondaryRule .SECONDARY The targets which `.SECONDARY' depends on are treated as intermediate files, except that they are never automatically deleted
ITerminal ITerminal finish a block.
IUnExport  
IVariableDefinition  
IVPath