# Inspect Jamfile # Copyright Vladimir Prus # Distributed under the Boost Software License, Version 1.0. # See http://www.boost.org/LICENSE_1_0.txt project : requirements : source-location .. ; exe inspect : inspect.cpp license_check.cpp link_check.cpp path_name_check.cpp tab_check.cpp crlf_check.cpp end_check.cpp unnamed_namespace_check.cpp ascii_check.cpp copyright_check.cpp minmax_check.cpp /boost//filesystem/static /boost//regex/static : : release ; install dist-bin : inspect : EXE ../../../dist/bin : release ; install dist-lib : inspect : LIB ../../../dist/lib : release ;