Sets construction variables for the &ar; library archiver.
AR
ARFLAGS
ARCOM
LIBPREFIX
LIBSUFFIX
RANLIB
RANLIBFLAGS
RANLIBCOM
The static library archiver.
The command line used to generate a static library from object files.
The string displayed when an object file
is generated from an assembly-language source file.
If this is not set, then &cv-link-ARCOM; (the command line) is displayed.
env = Environment(ARCOMSTR = "Archiving $TARGET")
General options passed to the static library archiver.
The archive indexer.
The command line used to index a static library archive.
The string displayed when a static library archive is indexed.
If this is not set, then &cv-link-RANLIBCOM; (the command line) is displayed.
env = Environment(RANLIBCOMSTR = "Indexing $TARGET")
General options passed to the archive indexer.