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
|
'\" -*- coding: us-ascii -*-
.if \n(.g .ds T< \\FC
.if \n(.g .ds T> \\F[\n[.fam]]
.de URL
\\$2 \(la\\$1\(ra\\$3
..
.if \n(.g .mso www.tmac
.TH ncxx4-config 1 "15 January 2015" "" ""
.SH NAME
ncxx4-config \- query netCDF C++ build options
.SH SYNOPSIS
'nh
.fi
.ad l
\fBncxx4-config\fR \kx
.if (\nx>(\n(.l/2)) .nr x (\n(.l/5)
'in \n(.iu+\nxu
[\fB--libs\fR] [\fB--cflags\fR] [\fB--cxxflags\fR] [\fB--defines\fR] [\fB--includes\fR] [\fB--version\fR]
'in \n(.iu-\nxu
.ad b
'hy
.SH DESCRIPTION
\fBncxx4-config\fR allows querying the options used to
build the netCDF C++ library.
.SH OPTIONS
.TP
\*(T<\fB\-\-libs\fR\*(T>
Libraries
.TP
\*(T<\fB\-\-cflags\fR\*(T>
Compiler flags
.TP
\*(T<\fB\-\-cxxlibs\fR\*(T>
C++ Compiler flags
.TP
\*(T<\fB\-\-defines\fR\*(T>
Compiler defines
.TP
\*(T<\fB\-\-includes\fR\*(T>
Compiler includes
.TP
\*(T<\fB\-\-version\fR\*(T>
library version
|