]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/src/tools/features/name-feature.jam
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / features / name-feature.jam
CommitLineData
b32b8144
FG
1# Copyright 2017 Rene Rivera
2# Distributed under the Boost Software License, Version 1.0.
3# (See accompanying file LICENSE_1_0.txt or copy at
4# http://www.boost.org/LICENSE_1_0.txt)
5
b32b8144
FG
6import feature ;
7
f67539c2
TL
8#| tag::doc[]
9
10[[bbv2.builtin.features.name]]`name`::
11When used in requirements of a prebuilt library target this feature specifies
12the name of the library (the name of the library file without any
13platform-specific suffixes or prefixes). See <<Prebuilt targets>> for examples.
14+
15When used in requirements of an `<install>` target it specifies the name of the
16target file.
17
18|# # end::doc[]
19
b32b8144
FG
20feature.feature name
21 :
22 : free ;