Functions | |
| makl_process_conf () | |
| Process configuration output from cache. | |
| makl_process_mk () | |
| Parse a line and output to mk file. | |
| makl_process_h () | |
| Parse a line and output to h file. | |
| makl_init_conf_h () | |
| Initialise output header file. | |
| makl_init_makefile_conf () | |
| Initialise output makefile configuration. | |
| makl_term_conf_h () | |
| Terminate output header file. | |
| makl_term_mk () | |
| Terminate output makefile configuration. | |
| makl_conf::makl_init_conf_h | ( | ) |
Initialise output header file ${makl_conf_h}.
Definition at line 97 of file makl_conf.dokl.
Referenced by makl_process_conf().
| makl_conf::makl_init_makefile_conf | ( | ) |
Initialise output makefile configuration ${makl_makefile_conf}.
Definition at line 119 of file makl_conf.dokl.
Referenced by makl_process_conf().
| makl_conf::makl_process_conf | ( | ) |
Process configuration output (${makl_conf_h} and ${makl_makefile_conf}) from internal cache.
Definition at line 12 of file makl_conf.dokl.
References makl_init_conf_h(), makl_init_makefile_conf(), makl_process_h(), makl_process_mk(), makl_term_conf_h(), and makl_term_mk().
| makl_conf::makl_process_h | ( | ) |
Parse a line $1 and output to h file.
| $1 | line to be processed |
Definition at line 70 of file makl_conf.dokl.
Referenced by makl_process_conf().
| makl_conf::makl_process_mk | ( | ) |
Parse a line $1 and output to mk file.
| $1 | line to be processed |
Definition at line 52 of file makl_conf.dokl.
Referenced by makl_process_conf().
| makl_conf::makl_term_conf_h | ( | ) |
Terminate output header file ${makl_conf_h}.
Definition at line 135 of file makl_conf.dokl.
Referenced by makl_process_conf().
| makl_conf::makl_term_mk | ( | ) |
Terminate output makefile configuration ${makl_makefile_conf}
Definition at line 149 of file makl_conf.dokl.
Referenced by makl_process_conf().