File: mkc_compiler_settings.1

package info (click to toggle)
mk-configure 0.36.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,996 kB
  • sloc: ansic: 4,974; makefile: 1,387; sh: 1,087; cpp: 177; perl: 101; yacc: 85; lex: 21
file content (50 lines) | stat: -rw-r--r-- 1,157 bytes parent folder | download | duplicates (2)
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
44
45
46
47
48
49
50
.\"	$NetBSD$
.\"
.\" Copyright (c) 2020 by Aleksey Cheusov (vle@gmx.net)
.\" Absolutely no warranty.
.\"
.\" ------------------------------------------------------------------
.de VS \" Verbatim Start
.ft CW
.nf
.ne \\$1
..
.de VE \" Verbatim End
.ft R
.fi
..
.\" ------------------------------------------------------------------
.TH MKC_COMPILER_SETTINGS 1 "Feb 10, 2020" "" ""
.SH NAME
mkc_compiler_settings \- generates initial settings for C/C++ compiler
.SH SYNOPSIS
.BI mkc_compiler_settings
.SH DESCRIPTION
.B mkc_compiler_settings
checks compiler capabilities and store initial
settings required by
.B mk-configure
to
.br
.I ~/.mkcmake/mkc_imp.cc_${CC_TYPE}-${CC_VERSION}.mk
or
.br
.I ~/.mkcmake/mkc_imp.cxx_${CXX_TYPE}-${CXX_VERSION}.mk
files for C and C++ compilers respectively.
.SH ENVIRONMENT
.TP
.B CC
C compiler to check.
.TP
.B CXX
C++ compiler to check.
.TP
.B USE_CC_COMPILERS
A space-separated list of C compilers to check. This variable has higher priority than
.IR CC .
.TP
.B USE_CXX_COMPILERS
A space-separated list of C++ compilers to check. This variable has higher priority than
.IR CXX .
.SH AUTHOR
Aleksey Cheusov <vle@gmx.net>