# Inspect Jamfile

subproject tools/inspect/build ;

exe inspect
  :
  ../inspect.cpp ../link_check.cpp ../long_name_check.cpp ../tab_check.cpp ../crlf_check.cpp ../copyright_check.cpp
        ../../../libs/test/src/cpp_main.cpp ../../../libs/test/src/execution_monitor.cpp
  <lib>../../../libs/filesystem/build/fs
  <lib>../../../libs/regex/build/boost_regex
  :
  <sysinclude>$(BOOST_ROOT)
  :
        release
  ;
