![]() |
Prev | Next |
include(xam.m4)dnl
m4 -I directory -D Language_=language xam_file_name
xam.m4
file is located; i.e.,
lib/xam
relative to the Cppad Swig source directory.
cplusplus
, octave
, perl
, or python
.
lib/xam
directory; e.g., vector/ad_xam.xam
.
This, combined with the language, determines the example / test
that is being created.
xam.m4
includes the following macros:
xam.m4
.
To be specific, the output is diverted to -1
during the
include of xam.m4
and restored to 0
after it.
The dnl
in the syntax
above suppresses the output
of the newline at the end of the include of xam.m4
.