Class CommandLineCCompiler

All Implemented Interfaces:
Cloneable, Compiler, Processor
Direct Known Subclasses:
ADSCCompiler, C89CCompiler, ClxxCCompiler, GccCompatibleCCompiler, IccCompiler, OS390CCompiler

public abstract class CommandLineCCompiler extends CommandLineCompiler
An abstract Compiler implementation which uses an external program to perform the compile.
  • Constructor Details

    • CommandLineCCompiler

      protected CommandLineCCompiler(String command, String identifierArg, String[] sourceExtensions, String[] headerExtensions, String outputSuffix, boolean libtool, CommandLineCCompiler libtoolCompiler, boolean newEnvironment, org.apache.tools.ant.types.Environment env)
  • Method Details