mirror of
https://github.com/boostorg/inspect.git
synced 2026-01-19 16:22:18 +00:00
36 lines
824 B
Plaintext
36 lines
824 B
Plaintext
# Inspect Jamfile
|
|
|
|
# Copyright Vladimir Prus
|
|
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# See http://www.boost.org/LICENSE_1_0.txt
|
|
|
|
project
|
|
: source-location ../src
|
|
: default-build release
|
|
;
|
|
|
|
exe inspect
|
|
:
|
|
apple_macro_check.cpp
|
|
ascii_check.cpp
|
|
assert_macro_check.cpp
|
|
copyright_check.cpp
|
|
crlf_check.cpp
|
|
deprecated_macro_check.cpp
|
|
end_check.cpp
|
|
inspect.cpp
|
|
license_check.cpp
|
|
link_check.cpp
|
|
minmax_check.cpp
|
|
path_name_check.cpp
|
|
tab_check.cpp
|
|
unnamed_namespace_check.cpp
|
|
/boost/filesystem//boost_filesystem/<link>static
|
|
/boost/regex//boost_regex/<link>static
|
|
;
|
|
|
|
# For backwards compatibility with processes that haven't changed to use
|
|
# the top-level install targets.
|
|
explicit [ alias dist-bin : /boost/inspect//dist-bin ] ;
|