Package org.eclipse.cdt.managedbuilder.makegen.gnu

Interface Summary
IManagedBuildGnuToolInfo This interface returns information about a Tool's inputs and outputs while a Gnu makefile is being generated.
 

Class Summary
DefaultGCCDependencyCalculator  
DefaultGCCDependencyCalculator2 This dependency calculator uses the GCC -MMD -MF -MP -MT options in order to generate .d files as a side effect of compilation.
DefaultGCCDependencyCalculator2Commands This dependency calculator uses the GCC -MMD -MF -MP -MT options in order to generate .d files as a side effect of compilation.
DefaultGCCDependencyCalculator3 This dependency calculator uses the same dependency management technique as the DefaultGCCDependencyCalculator.
DefaultGCCDependencyCalculator3Commands This dependency calculator uses the same dependency management technique as the DefaultGCCDependencyCalculator.
DefaultGCCDependencyCalculatorPreBuild This dependency calculator uses the GCC -MM -MF -MP -MT options in order to generate .d files as separate step prior to the source compilations.
DefaultGCCDependencyCalculatorPreBuildCommands This dependency calculator uses the GCC -MM -MF -MP -MT options in order to generate .d files as separate step prior to the source compilations.
GnuDependencyGroupInfo This class contains the desciption of a group of generated dependency files, e.g., .d files created by compilations
GnuLinkOutputNameProvider  
GnuMakefileGenerator This is a specialized makefile generator that takes advantage of the extensions present in Gnu Make.
ManagedBuildGnuToolInfo This class represents information about a Tool's inputs and outputs while a Gnu makefile is being generated.