• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Boost.Wave: A Standard compliant C++ preprocessor library
2#
3# Boost Wave Library Sample Build Jamfile (check_macro_naming)
4#
5# http://www.boost.org/
6#
7# Copyright (c) 2001-2010 Hartmut Kaiser.
8# Copyright (c) 2020 Jeff Trull. Distributed under the Boost
9# Software License, Version 1.0. (See accompanying file
10# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
11
12exe check_macro_naming
13    :   ../check_macro_naming.cpp
14        /boost/wave//boost_wave
15        /boost/filesystem//boost_filesystem
16        /boost/thread//boost_thread
17        /boost/regex//boost_regex
18        /boost/program_options//boost_program_options
19    ;
20
21