[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
These options can be used to control what gets processed in the definitions files and template files. They specify which outputs and parts of outputs to produce.
This is the “skip the file with this ‘suffix’” option. This option takes a string argument ‘SUFFIX’.
This option has some usage constraints. It:
Occasionally, it may not be desirable to produce all of the output
files specified in the template. (For example, only the ‘.h’
header file, but not the ‘.c’ program text.) To do this
specify --skip-suffix=c
on the command line.
This is the “specify this output suffix” option. This option takes a string argument ‘SUFFIX’.
This option has some usage constraints. It:
If you wish to override the suffix specifications in the template, you can use one or more copies of this option. See the suffix specification in the Format of the Pseudo Macro section of the info doc.
This is the “name to add to definition list” option. This option takes a string argument ‘value’.
This option has some usage constraints. It:
The AutoGen define names are used for the following purposes:
$NAME/
.
The $NAME
part of the name string will be replaced with
the define-d value for NAME
.
putenv(3)
.
These values can then be used in shell scripts with ${NAME}
references and in templates with (getenv "NAME")
.
It is entirely equivalent to place this name in the exported environment. Internally, that is what AutoGen actually does with this option.
This is the “definition list removal pattern” option. This option takes a string argument ‘name-pat’.
This option has some usage constraints. It:
Similar to ’C’, AutoGen uses #ifdef/#ifndef
preprocessing
directives. This option will cause the matching names to be
removed from the list of defined values.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated by Bruce Korb on August 21, 2015 using texi2html 1.82.