OSDN Git Service

Initial Commit
[qcad/qcad.git] / compiler / man / man1 / qcpp.1
1 .TH QCPP\r
2 \r
3 .SH NAME\r
4 qcpp \- One of the utilities which is invoked by \fIqcc\fP.\r
5 \r
6 .SH SYNOPSIS\r
7 .PP\r
8 qcpp [ \-hvV ] [ \-o \fIoutput.cpp\fP ] \fIsource\fP.mcd\r
9 \r
10 .SH DESCRIPTION\r
11 .PP\r
12 \fIqcpp\fP is a compiler for the mcd code which is generated by\r
13 \fIQCAD\fP.\r
14 .PP\r
15 When you invoke \fIqcpp\fP with no option, it normally reads the input mcd\r
16 code, parses and print the result of compilation on the standard output.\r
17 \r
18 .SH OPTIONS\r
19 Option Details\r
20 .TP\r
21 \-h\r
22 Print (on the standard output) a description of the command line options\r
23 understood by qcpp.\r
24 \r
25 .TP\r
26 \-v\r
27 Print (on the standard error output) the details of the compilation,\r
28 which include the input file, the output file and the running states.\r
29 \r
30 .TP\r
31 \-V\r
32 Print (on the standard output) the version of this software.\r
33 \r
34 .TP\r
35 \-o \fIfile\fP\r
36 Place output the result of the compilation in file \fIfile\fP.\r
37 \r
38 .SH BUGS\r
39 For reporting bugs, please mail to\r
40     <\fBjun@bopper.t.u-tokyo.ac.jp\fP>\r
41 , or\r
42     <\fBkaityo@acolyte.t.u-tokyo.ac.jp\fP>\r
43 \r
44 .SH SEE ALSO\r
45 \fIqcpp\fP(1), \fIqcrun\fP(1), \fIQCAD\fP\r
46 \r
47 .SH AUTHOR\r
48 This document is written by J. Yamazaki.\r
49 \r
50 .SH COPYRIGHT\r
51 Copyright (c) 2002, 2003 QCAD project at the University of Tokyo,\r
52 Department of Applied Physics.\r
53 .PP\r
54 Permission is granted to distribute this document only if you've not changed\r
55 the contents of the package.\r
56 I hope this software will be distributed and/or modified under the term of\r
57 GNU Free Documentation License in the future, but not yet.\r
58 Please keep it in mind.\r
59 For more details, please see QCAD web site.\r
60 .PP\r
61 <http://acolyte.t.u-tokyo.ac.jp/~kaityo/qcad/>\r