3 SPDX-FileCopyrightText: Copyright The SCons Foundation (https://scons.org)
4 SPDX-License-Identifier: MIT
5 SPDX-FileType: DOCUMENTATION
7 This file is processed by the bin/SConsDoc.py module.
11 <!ENTITY % scons SYSTEM '../../doc/scons.mod'>
13 <!ENTITY % builders-mod SYSTEM '../../doc/generated/builders.mod'>
15 <!ENTITY % functions-mod SYSTEM '../../doc/generated/functions.mod'>
17 <!ENTITY % tools-mod SYSTEM '../../doc/generated/tools.mod'>
19 <!ENTITY % variables-mod SYSTEM '../../doc/generated/variables.mod'>
23 <sconsdoc xmlns="http://www.scons.org/dbxsd/v1.0"
24 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25 xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">
30 Sets construction variables for the &ar; library archiver.
37 <item>LIBPREFIX</item>
38 <item>LIBSUFFIX</item>
40 <item>RANLIBFLAGS</item>
41 <item>RANLIBCOM</item>
50 The static library archiver.
58 The command line used to generate a static library from object files.
63 <cvar name="ARCOMSTR">
66 The string displayed when a static library is
67 generated from object files.
68 If this is not set, then &cv-link-ARCOM; (the command line) is displayed.
72 env = Environment(ARCOMSTR = "Archiving $TARGET")
80 General options passed to the static library archiver.
93 <cvar name="RANLIBCOM">
96 The command line used to index a static library archive.
101 <cvar name="RANLIBCOMSTR">
104 The string displayed when a static library archive is indexed.
105 If this is not set, then &cv-link-RANLIBCOM; (the command line) is displayed.
109 env = Environment(RANLIBCOMSTR = "Indexing $TARGET")
114 <cvar name="RANLIBFLAGS">
117 General options passed to the archive indexer.