cclistgen [
option]
... operand ...
Mixing options and operands is not allowed. The “options first, operands last” order must be adhered to.
Options
No option specified
A source/error listing is generated and output to stdout
.
option
Options can be used to control the type and scope of the listings to be generated.The options are described in the section "Options").
If cclistgen
is called with illegal options, the program outputs an error message and terminates with an exit status other than 0
.
Operands
cif file
Name of the CIF file from which a listing is to be generated. An unlimited number of CIF files can be specified, but at least one must be. The syntax of the .cif
extension is not checked, i.e. other file names are accepted (see also the -N cif
compiler option in section "Options for outputting listings and CIF information").
Exit status
The exit value 0 is returned if the listing was generated successfully; an exit value other than 0 is returned if an error occurred.