File: use.mk

package info (click to toggle)
mk-configure 0.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,112 kB
  • sloc: ansic: 5,441; makefile: 1,412; sh: 1,086; cpp: 200; perl: 101; yacc: 85; lex: 21
file content (35 lines) | stat: -rw-r--r-- 1,638 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
USE_VARIABLES += USE_AWK
USE_AWK.descr = "AWK interpreter"
USE_AWK.0 = 'unset or "auto":  path to AWK interpreter is detected automatically'
USE_AWK.1 = "path: the specified path to AWK interpreter is used"

USE_VARIABLES += USE_ID
USE_ID.descr = "POSIX-compatible id(1)"
USE_ID.0 = 'unset or "auto":  path to id(1) is detected automatically'
USE_ID.1 = "path: the specified path to id(1) is used"

USE_VARIABLES += USE_INSTALL
USE_INSTALL.descr = "install(1) utility"
USE_INSTALL.0 = 'unset or "auto":  path to install(1) is detected automatically'
USE_INSTALL.1 = '"mkc_install":  use local mkc_install utility'
USE_INSTALL.2 = "path: the specified path to install(1) is used"

USE_VARIABLES += USE_NM
USE_NM.descr = "List symbols from object files"
USE_NM.0 = 'unset or "auto":  path to nm(1) is detected automatically'
USE_NM.1 = "path: the specified path to nm(1) is used"

USE_VARIABLES += USE_SH
USE_SH.descr = "Shell interpreter"
USE_SH.0 = 'unset or "auto":  path to shell interpreter is detected automatically'
USE_SH.1 = "path: the specified path to shell interpreter is used"

USE_VARIABLES += USE_CC_COMPILERS
USE_CC_COMPILERS.descr = "A list of C compilers for which initial settings are generated"
USE_CC_COMPILERS.0 = "unset:  initial settings are generated for default C compiler"
USE_CC_COMPILERS.1 = "list: example -- gcc-4.8 gcc-6 clang"

USE_VARIABLES += USE_CXX_COMPILERS
USE_CXX_COMPILERS.descr = "A list of C++ compilers for which initial settings are generated"
USE_CXX_COMPILERS.0 = "unset:  initial settings are generated for default C++ compiler"
USE_CXX_COMPILERS.1 = "list: example -- g++-4.8 g++-6 clang++"