From 683d490074d93baa8a47db7ec43b7bd31145a12a Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 5 Nov 2009 23:00:15 +0100 Subject: Tar file expanded and committed --- .../sf/antcontrib/cpptasks/arm/ADSCCompiler.html | 581 +++++++++++++++++++ .../sf/antcontrib/cpptasks/arm/ADSLibrarian.html | 608 ++++++++++++++++++++ .../net/sf/antcontrib/cpptasks/arm/ADSLinker.html | 629 +++++++++++++++++++++ .../cpptasks/arm/class-use/ADSCCompiler.html | 201 +++++++ .../cpptasks/arm/class-use/ADSLibrarian.html | 177 ++++++ .../cpptasks/arm/class-use/ADSLinker.html | 185 ++++++ .../sf/antcontrib/cpptasks/arm/package-frame.html | 37 ++ .../antcontrib/cpptasks/arm/package-summary.html | 166 ++++++ .../sf/antcontrib/cpptasks/arm/package-tree.html | 165 ++++++ .../sf/antcontrib/cpptasks/arm/package-use.html | 182 ++++++ 10 files changed, 2931 insertions(+) create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/arm/ADSCCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/arm/ADSLibrarian.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/arm/ADSLinker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/arm/class-use/ADSCCompiler.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/arm/class-use/ADSLibrarian.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/arm/class-use/ADSLinker.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/arm/package-frame.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/arm/package-summary.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/arm/package-tree.html create mode 100644 site/apidocs/net/sf/antcontrib/cpptasks/arm/package-use.html (limited to 'site/apidocs/net/sf/antcontrib/cpptasks/arm') diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/arm/ADSCCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/arm/ADSCCompiler.html new file mode 100644 index 0000000..772f30c --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/arm/ADSCCompiler.html @@ -0,0 +1,581 @@ + + + + + + + +ADSCCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.arm +
+Class ADSCCompiler

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractCompiler
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineCompiler
+              extended by net.sf.antcontrib.cpptasks.compiler.CommandLineCCompiler
+                  extended by net.sf.antcontrib.cpptasks.arm.ADSCCompiler
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Compiler, Processor
+
+
+
+
public class ADSCCompiler
extends CommandLineCCompiler
+ + +

+Adapter for the ARM C Compilers + + See Doc No: ARM DUI 0151A, Issued: Nov 2001 at + http://www.arm.com/arm/User_Guides?OpenDocument +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidaddImpliedArgs(java.util.Vector args, + boolean debug, + boolean multithreaded, + boolean exceptions, + LinkType linkType, + java.lang.Boolean rtti, + OptimizationEnum optimization) + +
+          
+protected  voidaddWarningSwitch(java.util.Vector args, + int warnings) + +
+          Adds flags that customize the warnings reported + + Compiler does not appear to have warning levels but ability to turn off + specific errors by explicit switches, could fabricate levels by + prioritizing errors.
+static ADSCCompilergetArmCC() + +
+          Singleton for ARM 32-bit C compiler
+static ADSCCompilergetArmCpp() + +
+          Singleton for ARM 32-bit C++ compiler
+protected  voidgetDefineSwitch(java.lang.StringBuffer buffer, + java.lang.String define, + java.lang.String value) + +
+          Add command line options for preprocessor macro
+protected  java.io.File[]getEnvironmentIncludePath() + +
+          ARMINC environment variable contains the default include path
+protected  java.lang.StringgetIncludeDirSwitch(java.lang.String source) + +
+          Returns command line option to specify include directory
+ LinkergetLinker(LinkType type) + +
+          Gets the linker that is associated with this processors
+ intgetMaximumCommandLength() + +
+          Maximum command line length
+static ADSCCompilergetThumbCC() + +
+          Singleton for ARM 16-bit C compiler
+static ADSCCompilergetThumbCpp() + +
+          Singleton for ARM 16-bit C++ compiler
+protected  voidgetUndefineSwitch(java.lang.StringBuffer buffer, + java.lang.String define) + +
+           
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineCCompiler
createParser
+ + + + + + + +
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.AbstractCompiler
canParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveInclude
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
bid, changeEnvironment, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface net.sf.antcontrib.cpptasks.compiler.Processor
bid, changeEnvironment
+  +

+ + + + + + + + +
+Method Detail
+ +

+getArmCC

+
+public static ADSCCompiler getArmCC()
+
+
Singleton for ARM 32-bit C compiler +

+

+
+
+
+
+ +

+getArmCpp

+
+public static ADSCCompiler getArmCpp()
+
+
Singleton for ARM 32-bit C++ compiler +

+

+
+
+
+
+ +

+getThumbCC

+
+public static ADSCCompiler getThumbCC()
+
+
Singleton for ARM 16-bit C compiler +

+

+
+
+
+
+ +

+getThumbCpp

+
+public static ADSCCompiler getThumbCpp()
+
+
Singleton for ARM 16-bit C++ compiler +

+

+
+
+
+
+ +

+addImpliedArgs

+
+protected void addImpliedArgs(java.util.Vector args,
+                              boolean debug,
+                              boolean multithreaded,
+                              boolean exceptions,
+                              LinkType linkType,
+                              java.lang.Boolean rtti,
+                              OptimizationEnum optimization)
+
+
+

+

+
Specified by:
addImpliedArgs in class CommandLineCompiler
+
+
+
+
+
+
+ +

+addWarningSwitch

+
+protected void addWarningSwitch(java.util.Vector args,
+                                int warnings)
+
+
Adds flags that customize the warnings reported + + Compiler does not appear to have warning levels but ability to turn off + specific errors by explicit switches, could fabricate levels by + prioritizing errors. +

+

+
Specified by:
addWarningSwitch in class CommandLineCompiler
+
+
+
See Also:
CommandLineCompiler.addWarningSwitch(java.util.Vector, + int)
+
+
+
+ +

+getDefineSwitch

+
+protected void getDefineSwitch(java.lang.StringBuffer buffer,
+                               java.lang.String define,
+                               java.lang.String value)
+
+
Add command line options for preprocessor macro +

+

+
Specified by:
getDefineSwitch in class CommandLineCompiler
+
+
+
See Also:
CommandLineCompiler.getDefineSwitch(java.lang.StringBuffer, + java.lang.String, java.lang.String)
+
+
+
+ +

+getEnvironmentIncludePath

+
+protected java.io.File[] getEnvironmentIncludePath()
+
+
ARMINC environment variable contains the default include path +

+

+
Specified by:
getEnvironmentIncludePath in class CommandLineCompiler
+
+
+
See Also:
CommandLineCompiler.getEnvironmentIncludePath()
+
+
+
+ +

+getIncludeDirSwitch

+
+protected java.lang.String getIncludeDirSwitch(java.lang.String source)
+
+
Returns command line option to specify include directory +

+

+
Specified by:
getIncludeDirSwitch in class CommandLineCompiler
+
+
+
+
+
+
+ +

+getLinker

+
+public Linker getLinker(LinkType type)
+
+
Description copied from interface: Processor
+
Gets the linker that is associated with this processors +

+

+
+
+
+
+ +

+getMaximumCommandLength

+
+public int getMaximumCommandLength()
+
+
Maximum command line length +

+

+
Specified by:
getMaximumCommandLength in class CommandLineCompiler
+
+
+
See Also:
CommandLineCompiler.getMaximumCommandLength()
+
+
+
+ +

+getUndefineSwitch

+
+protected void getUndefineSwitch(java.lang.StringBuffer buffer,
+                                 java.lang.String define)
+
+
+
Specified by:
getUndefineSwitch in class CommandLineCompiler
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/arm/ADSLibrarian.html b/site/apidocs/net/sf/antcontrib/cpptasks/arm/ADSLibrarian.html new file mode 100644 index 0000000..72692d8 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/arm/ADSLibrarian.html @@ -0,0 +1,608 @@ + + + + + + + +ADSLibrarian (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.arm +
+Class ADSLibrarian

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractLinker
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
+              extended by net.sf.antcontrib.cpptasks.arm.ADSLibrarian
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Linker, Processor
+
+
+
+
public class ADSLibrarian
extends CommandLineLinker
+ + +

+Adapter for ARM Librarian +

+ +

+

+
Author:
+
Curt Arnold
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidaddBase(long base, + java.util.Vector args) + +
+           
+protected  voidaddEntry(java.lang.String entry, + java.util.Vector args) + +
+           
+protected  voidaddFixed(java.lang.Boolean fixed, + java.util.Vector args) + +
+           
+protected  voidaddImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidaddIncremental(boolean incremental, + java.util.Vector args) + +
+           
+protected  voidaddMap(boolean map, + java.util.Vector args) + +
+           
+protected  voidaddStack(int stack, + java.util.Vector args) + +
+           
+protected  java.lang.StringgetCommandFileSwitch(java.lang.String commandFile) + +
+           
+static ADSLibrariangetInstance() + +
+           
+ java.io.File[]getLibraryPath() + +
+          returns the library path for the linker
+ java.lang.String[]getLibraryPatterns(java.lang.String[] libnames, + LibraryTypeEnum libType) + +
+          Returns a set of filename patterns corresponding to library names.
+ LinkergetLinker(LinkType linkType) + +
+          Gets the linker for the specified link type.
+protected  intgetMaximumCommandLength() + +
+           
+protected  java.lang.String[]getOutputFileSwitch(java.lang.String outputFile) + +
+           
+ booleanisCaseSensitive() + +
+          Returns true if the linker is case-sensitive
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
addLibrarySets, createConfiguration, decorateLinkerOption, getCommand, getIdentifier, getLibtoolLinker, getOutputFileNames, getOutputFileSwitch, getStartupObject, link, prepareArguments, prepareFilename, prepareResponseFile, quoteFilename, runCommand, setCommand
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractLinker
addVersionFiles, bid, changeEnvironment, createConfiguration, getLibraryKey
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+getInstance

+
+public static ADSLibrarian getInstance()
+
+
+
+
+
+
+ +

+addBase

+
+protected void addBase(long base,
+                       java.util.Vector args)
+
+
+
Specified by:
addBase in class CommandLineLinker
+
+
+
+
+
+
+ +

+addFixed

+
+protected void addFixed(java.lang.Boolean fixed,
+                        java.util.Vector args)
+
+
+
Specified by:
addFixed in class CommandLineLinker
+
+
+
+
+
+
+ +

+addImpliedArgs

+
+protected void addImpliedArgs(boolean debug,
+                              LinkType linkType,
+                              java.util.Vector args)
+
+
+
Specified by:
addImpliedArgs in class CommandLineLinker
+
+
+
+
+
+
+ +

+addIncremental

+
+protected void addIncremental(boolean incremental,
+                              java.util.Vector args)
+
+
+
Specified by:
addIncremental in class CommandLineLinker
+
+
+
+
+
+
+ +

+addMap

+
+protected void addMap(boolean map,
+                      java.util.Vector args)
+
+
+
Specified by:
addMap in class CommandLineLinker
+
+
+
+
+
+
+ +

+addStack

+
+protected void addStack(int stack,
+                        java.util.Vector args)
+
+
+
Specified by:
addStack in class CommandLineLinker
+
+
+
+
+
+
+ +

+addEntry

+
+protected void addEntry(java.lang.String entry,
+                        java.util.Vector args)
+
+
+
Specified by:
addEntry in class CommandLineLinker
+
+
+
+
+
+
+ +

+getCommandFileSwitch

+
+protected java.lang.String getCommandFileSwitch(java.lang.String commandFile)
+
+
+
Specified by:
getCommandFileSwitch in class CommandLineLinker
+
+
+
+
+
+
+ +

+getLibraryPath

+
+public java.io.File[] getLibraryPath()
+
+
Description copied from interface: Linker
+
returns the library path for the linker +

+

+
+
+
+
+ +

+getLibraryPatterns

+
+public java.lang.String[] getLibraryPatterns(java.lang.String[] libnames,
+                                             LibraryTypeEnum libType)
+
+
Description copied from interface: Linker
+
Returns a set of filename patterns corresponding to library names. + + For example, "advapi32" would be expanded to "advapi32.dll" by + DevStudioLinker and to "libadvapi32.a" and "libadvapi32.so" by + GccLinker. +

+

+
Parameters:
libnames - array of library names
+
+
+
+ +

+getLinker

+
+public Linker getLinker(LinkType linkType)
+
+
Description copied from interface: Linker
+
Gets the linker for the specified link type. +

+

+ +
Returns:
appropriate linker or null, will return this if this linker can + handle the specified link type
+
+
+
+ +

+getMaximumCommandLength

+
+protected int getMaximumCommandLength()
+
+
+
Specified by:
getMaximumCommandLength in class CommandLineLinker
+
+
+
+
+
+
+ +

+getOutputFileSwitch

+
+protected java.lang.String[] getOutputFileSwitch(java.lang.String outputFile)
+
+
+
Specified by:
getOutputFileSwitch in class CommandLineLinker
+
+
+
+
+
+
+ +

+isCaseSensitive

+
+public boolean isCaseSensitive()
+
+
Description copied from interface: Linker
+
Returns true if the linker is case-sensitive +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/arm/ADSLinker.html b/site/apidocs/net/sf/antcontrib/cpptasks/arm/ADSLinker.html new file mode 100644 index 0000000..fe16773 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/arm/ADSLinker.html @@ -0,0 +1,629 @@ + + + + + + + +ADSLinker (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +net.sf.antcontrib.cpptasks.arm +
+Class ADSLinker

+
+java.lang.Object
+  extended by net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
+      extended by net.sf.antcontrib.cpptasks.compiler.AbstractLinker
+          extended by net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
+              extended by net.sf.antcontrib.cpptasks.arm.ADSLinker
+
+
+
All Implemented Interfaces:
java.lang.Cloneable, Linker, Processor
+
+
+
+
public class ADSLinker
extends CommandLineLinker
+ + +

+Adapter for the ARM Linker +

+ +

+

+
Author:
+
CurtA
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidaddBase(long base, + java.util.Vector args) + +
+           
+protected  voidaddEntry(java.lang.String entry, + java.util.Vector args) + +
+           
+protected  voidaddFixed(java.lang.Boolean fixed, + java.util.Vector args) + +
+           
+protected  voidaddImpliedArgs(boolean debug, + LinkType linkType, + java.util.Vector args) + +
+           
+protected  voidaddIncremental(boolean incremental, + java.util.Vector args) + +
+           
+protected  voidaddMap(boolean map, + java.util.Vector args) + +
+           
+protected  voidaddStack(int stack, + java.util.Vector args) + +
+           
+protected  java.lang.StringgetCommandFileSwitch(java.lang.String commandFile) + +
+          May have to make this String array return
+static ADSLinkergetDllInstance() + +
+           
+static ADSLinkergetInstance() + +
+           
+ java.io.File[]getLibraryPath() + +
+          returns the library path for the linker
+ java.lang.String[]getLibraryPatterns(java.lang.String[] libnames, + LibraryTypeEnum libType) + +
+          Returns a set of filename patterns corresponding to library names.
+ LinkergetLinker(LinkType linkType) + +
+          Gets the linker for the specified link type.
+protected  intgetMaximumCommandLength() + +
+           
+protected  java.lang.String[]getOutputFileSwitch(java.lang.String outputFile) + +
+           
+ booleanisCaseSensitive() + +
+          Returns true if the linker is case-sensitive
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
addLibrarySets, createConfiguration, decorateLinkerOption, getCommand, getIdentifier, getLibtoolLinker, getOutputFileNames, getOutputFileSwitch, getStartupObject, link, prepareArguments, prepareFilename, prepareResponseFile, quoteFilename, runCommand, setCommand
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractLinker
addVersionFiles, bid, changeEnvironment, createConfiguration, getLibraryKey
+ + + + + + + +
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+getDllInstance

+
+public static ADSLinker getDllInstance()
+
+
+
+
+
+
+ +

+getInstance

+
+public static ADSLinker getInstance()
+
+
+
+
+
+
+ +

+addBase

+
+protected void addBase(long base,
+                       java.util.Vector args)
+
+
+
Specified by:
addBase in class CommandLineLinker
+
+
+
+
+
+
+ +

+addFixed

+
+protected void addFixed(java.lang.Boolean fixed,
+                        java.util.Vector args)
+
+
+
Specified by:
addFixed in class CommandLineLinker
+
+
+
+
+
+
+ +

+addImpliedArgs

+
+protected void addImpliedArgs(boolean debug,
+                              LinkType linkType,
+                              java.util.Vector args)
+
+
+
Specified by:
addImpliedArgs in class CommandLineLinker
+
+
+
+
+
+
+ +

+addIncremental

+
+protected void addIncremental(boolean incremental,
+                              java.util.Vector args)
+
+
+
Specified by:
addIncremental in class CommandLineLinker
+
+
+
+
+
+
+ +

+addMap

+
+protected void addMap(boolean map,
+                      java.util.Vector args)
+
+
+
Specified by:
addMap in class CommandLineLinker
+
+
+
+
+
+
+ +

+addStack

+
+protected void addStack(int stack,
+                        java.util.Vector args)
+
+
+
Specified by:
addStack in class CommandLineLinker
+
+
+
+
+
+
+ +

+addEntry

+
+protected void addEntry(java.lang.String entry,
+                        java.util.Vector args)
+
+
+
Specified by:
addEntry in class CommandLineLinker
+
+
+
+
+
+
+ +

+getCommandFileSwitch

+
+protected java.lang.String getCommandFileSwitch(java.lang.String commandFile)
+
+
May have to make this String array return +

+

+
Specified by:
getCommandFileSwitch in class CommandLineLinker
+
+
+
See Also:
CommandLineLinker.getCommandFileSwitch(java.lang.String)
+
+
+
+ +

+getLibraryPath

+
+public java.io.File[] getLibraryPath()
+
+
Description copied from interface: Linker
+
returns the library path for the linker +

+

+
+
+
+
+ +

+getLibraryPatterns

+
+public java.lang.String[] getLibraryPatterns(java.lang.String[] libnames,
+                                             LibraryTypeEnum libType)
+
+
Description copied from interface: Linker
+
Returns a set of filename patterns corresponding to library names. + + For example, "advapi32" would be expanded to "advapi32.dll" by + DevStudioLinker and to "libadvapi32.a" and "libadvapi32.so" by + GccLinker. +

+

+
Parameters:
libnames - array of library names
+
+
+
+ +

+getLinker

+
+public Linker getLinker(LinkType linkType)
+
+
Description copied from interface: Linker
+
Gets the linker for the specified link type. +

+

+ +
Returns:
appropriate linker or null, will return this if this linker can + handle the specified link type
+
+
+
+ +

+getMaximumCommandLength

+
+protected int getMaximumCommandLength()
+
+
+
Specified by:
getMaximumCommandLength in class CommandLineLinker
+
+
+
+
+
+
+ +

+getOutputFileSwitch

+
+protected java.lang.String[] getOutputFileSwitch(java.lang.String outputFile)
+
+
+
Specified by:
getOutputFileSwitch in class CommandLineLinker
+
+
+
+
+
+
+ +

+isCaseSensitive

+
+public boolean isCaseSensitive()
+
+
Description copied from interface: Linker
+
Returns true if the linker is case-sensitive +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/arm/class-use/ADSCCompiler.html b/site/apidocs/net/sf/antcontrib/cpptasks/arm/class-use/ADSCCompiler.html new file mode 100644 index 0000000..b5b5f93 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/arm/class-use/ADSCCompiler.html @@ -0,0 +1,201 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.arm.ADSCCompiler (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.arm.ADSCCompiler

+
+ + + + + + + + + +
+Packages that use ADSCCompiler
net.sf.antcontrib.cpptasks.arm  
+  +

+ + + + + +
+Uses of ADSCCompiler in net.sf.antcontrib.cpptasks.arm
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.arm that return ADSCCompiler
+static ADSCCompilerADSCCompiler.getArmCC() + +
+          Singleton for ARM 32-bit C compiler
+static ADSCCompilerADSCCompiler.getArmCpp() + +
+          Singleton for ARM 32-bit C++ compiler
+static ADSCCompilerADSCCompiler.getThumbCC() + +
+          Singleton for ARM 16-bit C compiler
+static ADSCCompilerADSCCompiler.getThumbCpp() + +
+          Singleton for ARM 16-bit C++ compiler
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/arm/class-use/ADSLibrarian.html b/site/apidocs/net/sf/antcontrib/cpptasks/arm/class-use/ADSLibrarian.html new file mode 100644 index 0000000..0d60da7 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/arm/class-use/ADSLibrarian.html @@ -0,0 +1,177 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.arm.ADSLibrarian (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.arm.ADSLibrarian

+
+ + + + + + + + + +
+Packages that use ADSLibrarian
net.sf.antcontrib.cpptasks.arm  
+  +

+ + + + + +
+Uses of ADSLibrarian in net.sf.antcontrib.cpptasks.arm
+  +

+ + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.arm that return ADSLibrarian
+static ADSLibrarianADSLibrarian.getInstance() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/arm/class-use/ADSLinker.html b/site/apidocs/net/sf/antcontrib/cpptasks/arm/class-use/ADSLinker.html new file mode 100644 index 0000000..7549965 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/arm/class-use/ADSLinker.html @@ -0,0 +1,185 @@ + + + + + + + +Uses of Class net.sf.antcontrib.cpptasks.arm.ADSLinker (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.sf.antcontrib.cpptasks.arm.ADSLinker

+
+ + + + + + + + + +
+Packages that use ADSLinker
net.sf.antcontrib.cpptasks.arm  
+  +

+ + + + + +
+Uses of ADSLinker in net.sf.antcontrib.cpptasks.arm
+  +

+ + + + + + + + + + + + + +
Methods in net.sf.antcontrib.cpptasks.arm that return ADSLinker
+static ADSLinkerADSLinker.getDllInstance() + +
+           
+static ADSLinkerADSLinker.getInstance() + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/arm/package-frame.html b/site/apidocs/net/sf/antcontrib/cpptasks/arm/package-frame.html new file mode 100644 index 0000000..5568503 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/arm/package-frame.html @@ -0,0 +1,37 @@ + + + + + + + +net.sf.antcontrib.cpptasks.arm (cpptasks 1.0b5 API) + + + + + + + + + + + +net.sf.antcontrib.cpptasks.arm + + + + +
+Classes  + +
+ADSCCompiler +
+ADSLibrarian +
+ADSLinker
+ + + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/arm/package-summary.html b/site/apidocs/net/sf/antcontrib/cpptasks/arm/package-summary.html new file mode 100644 index 0000000..e64b7ca --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/arm/package-summary.html @@ -0,0 +1,166 @@ + + + + + + + +net.sf.antcontrib.cpptasks.arm (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package net.sf.antcontrib.cpptasks.arm +

+ + + + + + + + + + + + + + + + + +
+Class Summary
ADSCCompilerAdapter for the ARM C Compilers + + See Doc No: ARM DUI 0151A, Issued: Nov 2001 at + http://www.arm.com/arm/User_Guides?OpenDocument
ADSLibrarianAdapter for ARM Librarian
ADSLinkerAdapter for the ARM Linker
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/arm/package-tree.html b/site/apidocs/net/sf/antcontrib/cpptasks/arm/package-tree.html new file mode 100644 index 0000000..200be24 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/arm/package-tree.html @@ -0,0 +1,165 @@ + + + + + + + +net.sf.antcontrib.cpptasks.arm Class Hierarchy (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package net.sf.antcontrib.cpptasks.arm +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + diff --git a/site/apidocs/net/sf/antcontrib/cpptasks/arm/package-use.html b/site/apidocs/net/sf/antcontrib/cpptasks/arm/package-use.html new file mode 100644 index 0000000..e6c62e7 --- /dev/null +++ b/site/apidocs/net/sf/antcontrib/cpptasks/arm/package-use.html @@ -0,0 +1,182 @@ + + + + + + + +Uses of Package net.sf.antcontrib.cpptasks.arm (cpptasks 1.0b5 API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
net.sf.antcontrib.cpptasks.arm

+
+ + + + + + + + + +
+Packages that use net.sf.antcontrib.cpptasks.arm
net.sf.antcontrib.cpptasks.arm  
+  +

+ + + + + + + + + + + + + + +
+Classes in net.sf.antcontrib.cpptasks.arm used by net.sf.antcontrib.cpptasks.arm
ADSCCompiler + +
+          Adapter for the ARM C Compilers + + See Doc No: ARM DUI 0151A, Issued: Nov 2001 at + http://www.arm.com/arm/User_Guides?OpenDocument
ADSLibrarian + +
+          Adapter for ARM Librarian
ADSLinker + +
+          Adapter for the ARM Linker
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved. + + -- cgit v1.2.3