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
|
<!DOCTYPE cmdsynopsis PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<cmdsynopsis>
<command>cccp</command>
<arg>-$</arg>
<arg>-C</arg>
<arg rep='repeat'>-D<replaceable>name</replaceable>
<arg>=<replaceable>definition</replaceable></arg></arg>
<arg>-dD</arg>
<arg>-dM</arg>
<sbr/>
<arg rep='repeat'>-I <replaceable>directory</replaceable></arg>
<arg>-H</arg>
<arg>-I-</arg>
<arg rep='repeat'>-imacros <replaceable>file</replaceable></arg>
<sbr/>
<arg rep='repeat'>-include <replaceable>file</replaceable></arg>
<group>
<synopfragmentref linkend="langs">languages</synopfragmentref>
</group>
<arg>-lint</arg>
<sbr/>
<group>
<arg>-M</arg>
<arg>-MD</arg>
<arg>-MM</arg>
<arg>-MMD</arg>
</group>
<arg>-nostdinc</arg>
<arg>-P</arg>
<arg>-pedantic</arg>
<sbr/>
<arg>-pedantic-errors</arg>
<arg>-trigraphs</arg>
<arg>-U<replaceable>name</replaceable></arg>
<sbr/>
<arg>-undef</arg>
<arg choice="plain"><synopfragmentref linkend="warn">warnings
</synopfragmentref></arg>
<group choice='req'>
<arg><replaceable>infile</replaceable></arg>
<arg>-</arg>
</group>
<group choice='req'>
<arg><replaceable>outfile</replaceable></arg>
<arg>-</arg>
</group>
<synopfragment id="langs">
<group choice="plain">
<arg>-lang-c</arg>
<arg>-lang-c++</arg>
<arg>-lang-objc</arg>
</group>
</synopfragment>
<synopfragment id="warn">
<arg>-Wtrigraphs</arg>
<arg>-Wcomment</arg>
<arg>-Wall</arg>
<arg>-Wtraditional</arg>
</synopfragment>
</cmdsynopsis>
|