Blame view

3rdparty/boost_1_81_0/libs/signals2/doc/Jamfile.v2 1.29 KB
73ef4ff3   Hu Chunming   提交三方库
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 ;