gnatprep Command Examples

Preprocessor for Ada source code files (part of the GNAT toolchain). More information: https://gcc.gnu.org/onlinedocs/gnat_ugn/Preprocessing-with-gnatprep.html.

gnatprep {{source_file}} {{target_file}} {{definitions_file}}

gnatprep -D{{name}}={{value}} {{source_file}} {{target_file}}