1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
|
.\"Text automatically generated by txt2man
.TH gdlpp 1 "25 February 2011" "grcompiler" ""
.SH NAME
\fBgdlpp \fP- GDL (Graphite Description Language) preprocessor
.SH SYNOPSIS
.nf
.fam C
\fBgdlpp\fP [\fIoptions\fP] [\fIinfile\fP [\fIoutfile\fP] ]
.fam T
.fi
.fam T
.fi
.SH OPTIONS
.TP
.B
\fB-B\fP
No machine specific built-in symbols
.TP
.B
\fB-b\fP
Output any parentheses, brace or bracket unbalance
.TP
.B
\fB-C\fP
Write source file comments to output
.TP
.B
\fB-D\fP
Define a symbol with the given (optional) value "symbol[=value]"
.TP
.B
\fB-d\fP
Display all specified \fIoptions\fP
.TP
.B
\fB-E\fP
Ignore non-fatal errors
.TP
.B
\fB-F\fP
Output all included file names on stderr
.TP
.B
\fB-f\fP
Output all defined functions' names on stderr
.TP
.B
\fB-H\fP
Output all whitespaces from the source file
.TP
.B
\fB-h\fP
Output this help text
.TP
.B
\fB-I\fP
Add directory to the #include search list
.TP
.B
\fB-J\fP
Allow nested comments
.TP
.B
\fB-j\fP
Enable warnings for nested comments
.TP
.B
\fB-LL\fP
Don't output #line instructions
.TP
.B
\fB-L\fP
Don't output the 'line' keyword in "#line" instructions
.TP
.B
\fB-M\fP
Don't warn for missing include files
.TP
.B
\fB-N\fP
Don't predefine target-specific names
.TP
.B
\fB-n\fP
Toggle prefs usage
.TP
.B
\fB-P\fP
Don't recognize C++ comment style
.TP
.B
\fB-p\fP
Enable warnings on non ANSI preprocessor instructions
.TP
.B
\fB-Q\fP
Ignore but visualize undefined flags
.TP
.B
\fB-q\fP
Ignore all undefined flags
.TP
.B
\fB-R\fP
Evaluate the right part first in symbol concatenations
.TP
.B
\fB-s\fP
Include the following string at the top of each function
.TP
.B
\fB-S\fP
Specify sizes for #if sizeof
.TP
.B
\fB-t\fP
This function should not get an initial function
.TP
.B
\fB-U\fP
Undefine symbol
.TP
.B
\fB-V\fP
Output version information
.TP
.B
\fB-W\fP
Output all #defines
.TP
.B
\fB-WWW\fP
Web mode preprocessing
.TP
.B
\fB-w\fP
Only output #defines
.TP
.B
\fB-X\fP
Include file
|