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

All Superinterfaces:
IDirective, IMakefile, IParent
All Known Implementing Classes:
GNUMakefile

public interface IGNUMakefile
extends IMakefile


Method Summary
 java.lang.String[] getIncludeDirectories()
          Get the include directories search paths.
 void setIncludeDirectories(java.lang.String[] paths)
          Set the search include directories for the "include" directive
 
Methods inherited from interface org.eclipse.cdt.make.core.makefile.IMakefile
expandString, expandString, getBuiltinMacroDefinitions, getBuiltinMacroDefinitions, getBuiltins, getInferenceRules, getInferenceRules, getMacroDefinitions, getMacroDefinitions, getRules, getRules, getTargetRules, getTargetRules, parse
 
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
 

Method Detail

setIncludeDirectories

void setIncludeDirectories(java.lang.String[] paths)
Set the search include directories for the "include" directive

Parameters:
paths -

getIncludeDirectories

java.lang.String[] getIncludeDirectories()
Get the include directories search paths.

Returns: