a.info(1)
NAME
a.info − list or change VADS library options
FORMAT
a.info [options]
DESCRIPTION
a.info is used to examine the INFO and LINK directives of the ada.lib. It can also be used to add or delete those directives from the ada.lib or to display or change the library search list.
All directives have the format
name:type:value:
where type can be the work LINK or INFO, and value is usually a filename. (More information on directives can be found in discussions of a.ld.
The sample ada.lib shown below contains one INFO and four WITH directives.
!ada library
ADAPATH= /vc/bal.vads/verdixlib /vc/bal.vads/standard
WITH1:LINK:/mc/mes/ada/.objects/startup00:
WITH2:LINK:/mc/mes/screen/scr.o:
WITH3:LINK:/usr/lib/libcurses.a:
TARGET:INFO:MOTOROLA_68010:
WITH4:LINK:/usr/lib/libtermcap.a:
my_low_level_io:NLPB:lowlevel_io02:
my_low_level_io:NLPS:lowleverl_io01:
Without options, a.info displays all directives in the current library.
Regular expressions are formed following the operating system documentation (see ed(1)).
OPTIONS
-a (all) Display all directives in each library on the library search list.
-F (suffix) Display LINK directives with the suffix (L) and INFO directives with the suffix (I).
-l (long) Display more information.
-v (verbose) Display maximum information.
[+ -]info name value
Add, delete an INFO directive.
[+ -]link name value
Add, delete an LINK directive.
[+ -]link WITH value
Add, delete an LINK directive.
[+ -]link WITHn value
Add, delete an LINK directive.
"regular_expression"
Print directives whose first name field matches regular_expression. -value "regular_expression" Print directives whose last name field matches regular_expression.
SEE ALSO
a.ld, ed(1)