net.sf.antcontrib.cpptasks.openwatcom
Class OpenWatcomFortranCompiler
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.openwatcom.OpenWatcomCompiler
net.sf.antcontrib.cpptasks.openwatcom.OpenWatcomFortranCompiler
- All Implemented Interfaces:
- Cloneable, Compiler, Processor
public final class OpenWatcomFortranCompiler
- extends OpenWatcomCompiler
Adapter for the OpenWatcom Fortran compiler.
- Author:
- Curt Arnold
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 interface net.sf.antcontrib.cpptasks.compiler.Processor |
bid |
getInstance
public static OpenWatcomFortranCompiler getInstance()
- Get instance.
- Returns:
- OpenWatcomFortranCompiler compiler instance
createParser
public Parser createParser(File source)
- Create dependency parser.
- Specified by:
createParser
in class AbstractCompiler
- Parameters:
source
- File source file
- Returns:
- Parser parser
getLinker
public Linker getLinker(LinkType type)
- Get linker.
- Parameters:
type
- link type
- Returns:
- linker
Copyright © 2001-2011 Ant-Contrib Project. All Rights Reserved.