net.sf.antcontrib.cpptasks.sun
Class ForteCCompiler
java.lang.Object
net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
net.sf.antcontrib.cpptasks.compiler.CommandLineCCompiler
net.sf.antcontrib.cpptasks.gcc.GccCompatibleCCompiler
net.sf.antcontrib.cpptasks.sun.ForteCCompiler
- All Implemented Interfaces:
- Cloneable, Compiler, Processor
public final class ForteCCompiler
- extends GccCompatibleCCompiler
Adapter for the Sun (r) Forte (tm) C compiler
- Author:
- Mark Donszelmann
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler |
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommand |
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor |
bid, changeEnvironment, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, isWindows, toString |
getInstance
public static ForteCCompiler getInstance()
- Gets singleton instance of this class
addImpliedArgs
public void addImpliedArgs(Vector args,
boolean debug,
boolean multithreaded,
boolean exceptions,
LinkType linkType,
Boolean rtti,
OptimizationEnum optimization)
- Overrides:
addImpliedArgs
in class GccCompatibleCCompiler
addWarningSwitch
public void addWarningSwitch(Vector args,
int level)
- Overrides:
addWarningSwitch
in class GccCompatibleCCompiler
getEnvironmentIncludePath
public File[] getEnvironmentIncludePath()
- Overrides:
getEnvironmentIncludePath
in class GccCompatibleCCompiler
getLinker
public Linker getLinker(LinkType linkType)
- Description copied from interface:
Processor
- Gets the linker that is associated with this processors
getMaximumCommandLength
public int getMaximumCommandLength()
- Specified by:
getMaximumCommandLength
in class CommandLineCompiler
Copyright © 2001-2011. All Rights Reserved.