/usr/share/boost-build/src/tools/features
Edit: /usr/share/boost-build/src/tools/features/name-feature.jam (632B)
# Copyright 2017 Rene Rivera
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
import feature ;
#| tag::doc[]
[[bbv2.builtin.features.name]]`name`::
When used in requirements of a prebuilt library target this feature specifies
the name of the library (the name of the library file without any
platform-specific suffixes or prefixes). See <
> for examples.
+
When used in requirements of an `` target it specifies the name of the
target file.
|# # end::doc[]
feature.feature name
:
: free ;