]> ncurses.scripts.mit.edu Git - ncurses.git/blob - man/MKncu_config.in
ncurses 6.2 - patch 20200606
[ncurses.git] / man / MKncu_config.in
1 .\"***************************************************************************
2 .\" Copyright 2020 Thomas E. Dickey                                          *
3 .\" Copyright 2010 Free Software Foundation, Inc.                            *
4 .\"                                                                          *
5 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
6 .\" copy of this software and associated documentation files (the            *
7 .\" "Software"), to deal in the Software without restriction, including      *
8 .\" without limitation the rights to use, copy, modify, merge, publish,      *
9 .\" distribute, distribute with modifications, sublicense, and/or sell       *
10 .\" copies of the Software, and to permit persons to whom the Software is    *
11 .\" furnished to do so, subject to the following conditions:                 *
12 .\"                                                                          *
13 .\" The above copyright notice and this permission notice shall be included  *
14 .\" in all copies or substantial portions of the Software.                   *
15 .\"                                                                          *
16 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
17 .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
18 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
19 .\" IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
20 .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
21 .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
22 .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
23 .\"                                                                          *
24 .\" Except as contained in this notice, the name(s) of the above copyright   *
25 .\" holders shall not be used in advertising or otherwise to promote the     *
26 .\" sale, use or other dealings in this Software without prior written       *
27 .\" authorization.                                                           *
28 .\"***************************************************************************
29 .\"
30 .\" $Id: MKncu_config.in,v 1.4 2020/02/02 23:34:34 tom Exp $
31 .TH @LIB_NAME@@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config 1 ""
32 .SH NAME
33 @LIB_NAME@@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config \- helper script for ncurses libraries
34 .SH SYNOPSIS
35 .B @LIB_NAME@@DFT_ARG_SUFFIX@@cf_cv_abi_version@-config 
36 [\fIoptions\fR]
37 .SH DESCRIPTION
38 This is a shell script which simplifies configuring applications against
39 a particular set of ncurses libraries.
40 .SH OPTIONS
41 .TP
42 \fB\-\-prefix\fR
43 echos the package\-prefix of ncurses
44 .TP
45 \fB\-\-exec\-prefix\fR
46 echos the executable\-prefix of ncurses
47 .TP
48 \fB\-\-cflags\fR
49 echos the C compiler flags needed to compile with ncurses
50 .TP
51 \fB\-\-libs\fR
52 echos the libraries needed to link with ncurses
53 .TP
54 \fB\-\-version\fR
55 echos the release+patchdate version of ncurses
56 .TP
57 \fB\-\-abi\-version\fR
58 echos the ABI version of ncurses
59 .TP
60 \fB\-\-mouse\-version\fR
61 echos the mouse\-interface version of ncurses
62 .TP
63 \fB\-\-bindir\fR
64 echos the directory containing ncurses programs
65 .TP
66 \fB\-\-datadir\fR
67 echos the directory containing ncurses data
68 .TP
69 \fB\-\-includedir\fR
70 echos the directory containing ncurses header files
71 .TP
72 \fB\-\-libdir\fR
73 echos the directory containing ncurses libraries
74 .TP
75 \fB\-\-mandir\fR
76 echos the directory containing ncurses manpages
77 .TP
78 \fB\-\-terminfo\fR
79 echos the $TERMINFO terminfo database path, e.g.,
80 .RS
81 @TERMINFO@
82 .RE
83 .TP
84 \fB\-\-terminfo\-dirs\fR
85 echos the $TERMINFO_DIRS directory list, e.g.,
86 .RS
87 @TERMINFO_DIRS@
88 .RE
89 .TP
90 \fB\-\-termpath\fR
91 echos the $TERMPATH termcap list, if support for termcap is configured.
92 .TP
93 \fB\-\-help\fR
94 prints this message
95 .SH "SEE ALSO"
96 \fBcurses\fR(3X)
97 .PP
98 This describes \fBncurses\fR
99 version @NCURSES_MAJOR@.@NCURSES_MINOR@ (patch @NCURSES_PATCH@).