Merged revisions 1884-1905 via svnmerge from
[scons.git] / src / engine / SCons / Tool / ar.xml
index baebd272afb6a8bab04f3bffe01ffd0b0dfa709d..1fe9a5742e2b2a313a8c272a9579973ec9a88caf 100644 (file)
@@ -6,8 +6,20 @@ See its __doc__ string for a discussion of the format.
 -->
 <tool name="ar">
 <summary>
-XXX
+Sets construction variables for the &ar; library archiver.
 </summary>
+<sets>
+AR
+ARFLAGS
+ARCOM
+LIBPREFIX
+LIBSUFFIX
+RANLIB
+RANLIBFLAGS
+RANLIBCOM
+</sets>
+<uses>
+</uses>
 </tool>
 
 <cvar name="AR">
@@ -26,7 +38,7 @@ The command line used to generate a static library from object files.
 <summary>
 The string displayed when an object file
 is generated from an assembly-language source file.
-If this is not set, then &cv-ARCOM; (the command line) is displayed.
+If this is not set, then &cv-link-ARCOM; (the command line) is displayed.
 
 <example>
 env = Environment(ARCOMSTR = "Archiving $TARGET")
@@ -46,6 +58,23 @@ The archive indexer.
 </summary>
 </cvar>
 
+<cvar name="RANLIBCOM">
+<summary>
+The command line used to index a static library archive.
+</summary>
+</cvar>
+
+<cvar name="RANLIBCOMSTR">
+<summary>
+The string displayed when a static library archive is indexed.
+If this is not set, then &cv-link-RANLIBCOM; (the command line) is displayed.
+
+<example>
+env = Environment(RANLIBCOMSTR = "Indexing $TARGET")
+</example>
+</summary>
+</cvar>
+
 <cvar name="RANLIBFLAGS">
 <summary>
 General options passed to the archive indexer.