tools/inspect/build/Jamfile.v2
# Inspect Jamfile
project
:
requirements
:
source-location ..
;
exe inspect
:
inspect.cpp license_check.cpp link_check.cpp long_name_check.cpp tab_check.cpp crlf_check.cpp unnamed_namespace_check.cpp
copyright_check.cpp minmax_check.cpp
/boost//filesystem/<link>static
/boost//regex/<link>static
:
:
release
;
install dist-bin
:
inspect
:
<install-type>EXE
<location>../../../dist/bin
:
release
;
install dist-lib
:
inspect
:
<install-type>LIB
<location>../../../dist/lib
:
release
;