File: Jamfile.v2

package info (click to toggle)
boost1.35 1.35.0-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 203,856 kB
  • ctags: 337,867
  • sloc: cpp: 938,683; xml: 56,847; ansic: 41,589; python: 18,999; sh: 11,566; makefile: 664; perl: 494; yacc: 456; asm: 353; csh: 6
file content (47 lines) | stat: -rw-r--r-- 1,612 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Copyright (C) 2005-2006 Douglas Gregor <doug.gregor@gmail.com>
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying 
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt.)
project boost/mpi ;

using quickbook ;
using doxygen ;

doxygen mpi_autodoc 
  : [ glob
    ../../../boost/mpi.hpp
    ../../../boost/mpi/allocator.hpp
    ../../../boost/mpi/collectives.hpp
    ../../../boost/mpi/collectives_fwd.hpp
    ../../../boost/mpi/communicator.hpp
    ../../../boost/mpi/config.hpp
    ../../../boost/mpi/datatype.hpp
    ../../../boost/mpi/datatype_fwd.hpp
    ../../../boost/mpi/environment.hpp
    ../../../boost/mpi/exception.hpp
    ../../../boost/mpi/graph_communicator.hpp
    ../../../boost/mpi/group.hpp
    ../../../boost/mpi/intercommunicator.hpp
    ../../../boost/mpi/nonblocking.hpp
    ../../../boost/mpi/operations.hpp
    ../../../boost/mpi/packed_iarchive.hpp
    ../../../boost/mpi/packed_oarchive.hpp
    ../../../boost/mpi/skeleton_and_content.hpp
    ../../../boost/mpi/skeleton_and_content_fwd.hpp
    ../../../boost/mpi/status.hpp
    ../../../boost/mpi/request.hpp
    ../../../boost/mpi/timer.hpp
    ../../../boost/mpi/python.hpp
    ]
  : <doxygen:param>MACRO_EXPANSION=YES
    <doxygen:param>EXPAND_ONLY_PREDEF=YES
    <doxygen:param>"PREDEFINED=BOOST_MPI_HAS_MEMORY_ALLOCATION= BOOST_MPI_HAS_NOARG_INITIALIZATION= MPI_VERSION=2 BOOST_MPI_DOXYGEN="
  ;

xml mpi : mpi.qbk ;

boostbook standalone : mpi mpi_autodoc 
              # Uncomment this line when generating PDF output
              # <xsl:param>max-columns=66
              ;