revert between 56095 -> 55830 in arch
[AROS.git] / tools / cxref / cpp / cxref-cpp-configure.man
blob41c7a692de3ce3268ada3aede3c77e414dfc9135
1 .\" $Header$
2 .\"
3 .\"  C Cross Referencing & Documenting tool - Version 1.5g
4 .\"
5 .\"  Manual page for cxref-cpp-configure
6 .\"
7 .\"  Written by Andrew M. Bishop
8 .\"
9 .\"  This file Copyright 2004 Andrew M. Bishop
10 .\"  It may be distributed under the GNU Public License, version 2, or
11 .\"  any higher version.  See section COPYING of the GNU Public license
12 .\"  for conditions under which this file may be redistributed.
13 .\"
14 .TH cxref-cpp-configure 1 "May 9, 2004"
15 .SH NAME
16 cxref-cpp-configure - A program to generate the cxref-cpp.defines file for cxref-cpp.
18 .SH SYNOPSIS
19 .B cxref-cpp-configure
20 .I [-o output]
21 .I cc
23 .SH DESCRIPTION
25 The cxref-cpp program will take on the personality of the installed version of
26 gcc so that the gcc header files can be parsed.  This means that it includes the
27 same default include directory paths and macro definitions.  The file that
28 contains these definitions is called cxref-cpp.defines and is installed by the
29 cxref-cpp-configure program.
30 .LP
32 .SH OPTIONS
34 .TP
35 .BR \-o output
36 Specifies the name of the output file (default is to use the compiled in file
37 name).
38 .TP
39 .BR cc
40 The name of the C compiler executable that cxref-cpp should pretend to be.
42 .SH SEE ALSO
44 cxref(1), cxref-cpp(1)