File: Jamfile.v2

package info (click to toggle)
boost1.74 1.74.0-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 464,084 kB
  • sloc: cpp: 3,338,324; xml: 131,293; python: 33,088; ansic: 14,336; asm: 4,034; sh: 3,351; makefile: 1,193; perl: 1,036; yacc: 478; php: 212; ruby: 102; lisp: 24; sql: 13; csh: 6
file content (46 lines) | stat: -rw-r--r-- 1,317 bytes parent folder | download | duplicates (8)
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
# Copyright 2005 Daniel James.
# Copyright 2009 Frank Mori Hess.
#
# 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)

using boostbook ;

boostbook standalone : signals.xml :
    <dependency>hello_world_def_code_snippet.xml
    <implicit-dependency>hello_world_def_code_snippet.xml

    <xsl:param>boost.root=../../../..
#    <xsl:param>navig.graphics=1

#    <xsl:param>chunk.first.sections=1
#    <xsl:param>chunk.section.depth=2
#    <xsl:param>generate.section.toc.level=2
#    <xsl:param>toc.section.depth=1
#    <xsl:param>toc.max.depth=1

#    <xsl:param>boost.compact.typedef=0
#    <xsl:param>boost.compact.function=0
#    <xsl:param>boost.compact.enum=0
    ;

import snippet-extractor ;

exe snippet_extractor : snippet_extractor.cpp : release ;

make hello_world_def_code_snippet.xml
  : [ glob ../example/*.cpp ]
  : snippet-extractor.extract-snippets
  : <extractor-command>.//snippet_extractor
  ;

###############################################################################
alias boostdoc
    : signals.xml
    :
    :
    : <implicit-dependency>hello_world_def_code_snippet.xml
      <dependency>hello_world_def_code_snippet.xml ;
explicit boostdoc ;
alias boostrelease ;
explicit boostrelease ;