net.sf.antcontrib.cpptasks.compiler

Class CommandLineFortranCompiler

public abstract class CommandLineFortranCompiler extends CommandLineCompiler

An abstract Compiler implementation which uses an external program to perform the compile.

Author: Curt Arnold

Constructor Summary
protected CommandLineFortranCompiler(String command, String identifierArg, String[] sourceExtensions, String[] headerExtensions, String outputSuffix, boolean libtool, CommandLineFortranCompiler libtoolCompiler, boolean newEnvironment, Environment env)
Method Summary
protected ParsercreateParser(File source)

Constructor Detail

CommandLineFortranCompiler

protected CommandLineFortranCompiler(String command, String identifierArg, String[] sourceExtensions, String[] headerExtensions, String outputSuffix, boolean libtool, CommandLineFortranCompiler libtoolCompiler, boolean newEnvironment, Environment env)

Method Detail

createParser

protected Parser createParser(File source)
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.