xref: /openbsd-src/gnu/gcc/gcc/doc/gjnih.1 (revision 404b540a9034ac75a6199ad1a32d1bbc7a0d4210)
Automatically generated by Pod::Man v1.37, Pod::Parser v1.14

Standard preamble:
========================================================================

\\$1

.. ..

..
.. Set up some character translations and predefined strings. \*(-- will
give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
double quote, and \*(R" will give a right double quote. | will give a
real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to
do unbreakable dashes and therefore won't be available. \*(C` and \*(C'
expand to `' in nroff, nothing in troff, for use with C<>.
.tr \(*W-|\(bv\*(Tr . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\}
If the F register is turned on, we'll generate index entries on stderr for
titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
entries marked with X<> in POD. Of course, you'll have to process the
output yourself in some meaningful fashion.
. de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\}
For nroff, turn off justification. Always turn off hyphenation; it makes
way too many mistakes in technical documents.

Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
Fear. Run. Save yourself. No user-serviceable parts.
. \" fudge factors for nroff and troff . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] .\} . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents . \" corrections for vroff . \" for low resolution devices (crt and lpr) \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} ========================================================================

Title "GJNIH 1"
GJNIH 1 "2007-07-19" "gcc-4.2.1" "GNU"
"NAME"
gjnih - generate JNI header files from Java class files
"SYNOPSIS"
Header "SYNOPSIS" gjnih [-stubs] [-jni] [-force] [-old] [-trace] [-J option] [-add text] [-append text] [-friend text] [-preprend text] [--classpath=path] [--CLASSPATH=path] [--bootclasspath=path] [-Idir...] [-d dir...] [-o file] [-td dir] [-M] [-MM] [-MD] [-MMD] [--version] [--help] [-v] [--verbose] classname...
"DESCRIPTION"
Header "DESCRIPTION" The \*(C`gjnih\*(C' program is used to generate \s-1JNI\s0 header files from class files. Running it is equivalent to running \*(C`gcjh -jni\*(C'.
"OPTIONS"
Header "OPTIONS"
"-stubs" 4
Item "-stubs" This causes \*(C`gjnih\*(C' to generate stub files instead of header files. By default the stub file will be named after the class, with a suffix of \fB.c.
"-jni" 4
Item "-jni" This option specifies the default behavior which is to generate a \s-1JNI\s0 header or stub.
"-force" 4
Item "-force" This option forces \*(C`gjnih\*(C' to write the output file.
"-old" 4
Item "-old" This option is accepted but ignored for compatibility.
"-trace" 4
Item "-trace" This option is accepted but ignored for compatibility.
"-J option" 4
Item "-J option" This option is accepted but ignored for compatibility.
"-add text" 4
Item "-add text" Inserts text into the class body. This is ignored in by \f(CW\*(C`gjnih\*(C'.
"-append text" 4
Item "-append text" Inserts text into the header file after the class declaration. This is ignored in by \*(C`gjnih\*(C'.
"-friend text" 4
Item "-friend text" Inserts text into the class as a \*(C`friend\*(C' declaration. This is ignored by \*(C`gjnih\*(C'.
"-prepend text" 4
Item "-prepend text" Inserts text into the header file before the class declaration. This is ignored in by \*(C`gjnih\*(C'.
"--classpath=path" 4
Item "--classpath=path"

0

"--CLASSPATH=path" 4
Item "--CLASSPATH=path"
"--bootclasspath=path" 4
Item "--bootclasspath=path"
"-Idirectory" 4
Item "-Idirectory"
"-d directory" 4
Item "-d directory"
"-o file" 4
Item "-o file"

These options are all identical to the corresponding gcj options.

"-o file" 4
Item "-o file" Sets the output file name. This cannot be used if there is more than one class on the command line.
"-td directory" 4
Item "-td directory" Sets the name of the directory to use for temporary files.
"-M" 4
Item "-M" Print all dependencies to stdout; suppress ordinary output.
"-MM" 4
Item "-MM" Print non-system dependencies to stdout; suppress ordinary output.
"-MD" 4
Item "-MD" Print all dependencies to stdout.
"-MMD" 4
Item "-MMD" Print non-system dependencies to stdout.
"--help" 4
Item "--help" Print help about \*(C`gjnih\*(C' and exit. No further processing is done.
"--version" 4
Item "--version" Print version information for \*(C`gjnih\*(C' and exit. No further processing is done.
"-v, --verbose" 4
Item "-v, --verbose" Print extra information while running.

All remaining options are considered to be names of classes.

"SEE ALSO"
Header "SEE ALSO" \fIgcc\|(1), gcj\|(1), gcjh\|(1), gij\|(1), jv-scan\|(1), jcf-dump\|(1), gfdl\|(7), and the Info entries for gcj and gcc.
"COPYRIGHT"
Header "COPYRIGHT" Copyright (c) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.

Permission is granted to copy, distribute and/or modify this document under the terms of the \s-1GNU\s0 Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with the Invariant Sections being \*(L"\s-1GNU\s0 General Public License\*(R", the Front-Cover texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the man page gfdl\|(7).

(a) The \s-1FSF\s0's Front-Cover Text is:

.Vb 1 A GNU Manual .Ve

(b) The \s-1FSF\s0's Back-Cover Text is:

.Vb 3 You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development. .Ve