Renesas REJ10J1822-0101 Computer Hardware User Manual


 
Section 5 Specifications of a Config File
Rev. 1.01 Mar. 17, 2008 Page 30 of 128
REJ10J1822-0101
5.4.2 GLOBAL_INCFILE
Format:
GLOBAL_INCFILE{<file>[Δ<file>...]};
Description:
This statement is for the output of #include directives for the specified files to <config file>_clnt.c
and <config file>_svr.c. File(s) must be specified in the form "filename" or <filename>. The
difference between these two formats is as defined in the specification of the #include directive.
When two or more files are to be specified, they must be separated by a space.
Example:
GLOBAL_INCFILE{<math.h> "import\include\user_public.h"};
5.4.3 CLNT_INCFILE
Format:
CLNT_INCFILE{<file>[Δ<file>...]};
Description:
This statement is for the output of #include directives for the specified files to <config file>_clnt.c.
File(s) must be specified in the form "filename" or <filename>. The difference between these two
formats is as defined in the specification of the #include directive.
When two or more files are to be specified, they must be separated by a space.
Example:
CLNT_INCFILE{<math.h> "import\include\user_clnt.h"};