Carbide.c++

Uses of Interface
com.nokia.carbide.cpp.epoc.engine.model.makefile.IMakefileViewConfiguration

Packages that use IMakefileViewConfiguration
com.nokia.carbide.cdt.builder   
com.nokia.carbide.cpp.epoc.engine.model.makefile.image   
 

Uses of IMakefileViewConfiguration in com.nokia.carbide.cdt.builder
 

Classes in com.nokia.carbide.cdt.builder that implement IMakefileViewConfiguration
 class DefaultGNUMakefileViewConfiguration
          A default configuration for handling GNU makefiles.
 class DefaultImageMakefileViewConfiguration
          A default configuration for handling image makefiles.
 

Uses of IMakefileViewConfiguration in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
 

Subinterfaces of IMakefileViewConfiguration in com.nokia.carbide.cpp.epoc.engine.model.makefile.image
 interface IImageMakefileViewConfiguration
          This configuration provides the expected names for the variables and tools used in processing image makefiles.
 


Carbide.c++