.TH COQ 1

.SH NAME
coqnative \- The Coq native compiler


.SH SYNOPSIS
.B coqnative
[
.B options
]
.I filename


.SH DESCRIPTION

.B coqnative
compiles vo files to binary files used by the native compute mechanism
of the Coq Proof Assistant. See the Reference Manual for more
information. It returns with exit code 0 if all the requested tasks
succeeded. A non-zero return code means that something went wrong.

.IR filename \&
is a Coq object file (a .vo) to compile to a native binary.

.SH OPTIONS

.TP
.BI \-Q \ dir\ coqdir
map physical
.I dir
to logical
.I coqdir

.TP
.BI \-R \ dir\ coqdir
synonymous for -Q

.TP
.BI \-I \ dir
ignored, for compatibility

.TP
.BI \-noinit
ignored, for compatibility

.TP
.BI \-boot
boot mode

.TP
.BI \-coqlib \ dir
override the default location of the standard library

.TP
.BI \-nI \ dir
add 
.I dir
to the set of paths for the native files of the dependencies

.TP
.BI \-native-output-dir \ dir
output the generated files to
.I dir

.TP
.BI \-h,\ \-\-help
print list of options

.SH SEE ALSO

.BR coqtop (1),
.BR coqc (1),
.BR coq_makefile (1),
.BR coqdep (1).
.br
.I
The Coq Reference Manual.
.I
The Coq web site: http://coq.inria.fr