~ubuntu-branches/ubuntu/raring/boost-build/raring

« back to all changes in this revision

Viewing changes to doc/html/bbv2/extending/tools.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2008-08-06 00:38:31 UTC
  • mfrom: (4.1.1 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080806003831-zr65893244swds0b
Tags: 2.0-m12-2
* debian/rules: Do not install /etc/user-config.jam.
* debian/site-config.jam: New.  Install into /etc instead of empty
  example.  Closes: #493323.

* debian/control: Update homepage.  Update description.  Closes:
  #493510.  Update Standards-Version to 3.8.0; no changes.

* debian/compat: New.  Set compat level to 7.
* debian/rules: Remove DH_COMPAT setting.
* debian/control: Change debhelper build-dep to version >= 7.

* debian/control: Remove docbook-to-man, bison from build-deps.

* debian/rules: Clean up upstream source by removing debian/conffiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<title>Tools and generators</title>
5
5
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
7
 
<link rel="start" href="../../index.html" title="Part�I.�Boost.Build v2 User Manual">
8
 
<link rel="up" href="../extender.html" title="Chapter�5.�Extender Manual">
 
7
<link rel="start" href="../../index.html" title="Boost.Build V2 User Manual">
 
8
<link rel="up" href="../extender.html" title="Chapter�6.�Extender Manual">
9
9
<link rel="prev" href="targets.html" title="Target types">
10
10
<link rel="next" href="features.html" title="Features">
11
11
</head>
12
12
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13
 
<table cellpadding="2" width="100%"><td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td></table>
 
13
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td></tr></table>
14
14
<hr>
15
15
<div class="spirit-nav">
16
 
<a accesskey="p" href="targets.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../extender.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="features.html"><img src="../../images/next.png" alt="Next"></a>
 
16
<a accesskey="p" href="targets.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../extender.html"><img src="../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="features.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
17
17
</div>
18
18
<div class="section" lang="en">
19
19
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
91
91
      </p>
92
92
<p>(Need a note about UNIX)</p>
93
93
<h3>
94
 
<a name="id2577024"></a>Custom generator classes</h3>
 
94
<a name="id2592420"></a>Custom generator classes</h3>
95
95
<p>The standard generators allows you to specify source and target
96
96
        types, an action, and a set of flags. If you need anything more complex,
97
97
        
174
174
        done:
175
175
</p>
176
176
<pre class="programlisting">
177
 
rule run ( project name ? : property-set : sources * : multiple ? )
 
177
rule run ( project name ? : property-set : sources * )
178
178
{       
179
179
    local python ;
180
180
    for local s in $(sources)
223
223
        if necessary.        
224
224
      </p>
225
225
</div>
226
 
<table width="100%"><tr>
 
226
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
227
227
<td align="left"></td>
228
228
<td align="right"><small></small></td>
229
229
</tr></table>
230
230
<hr>
231
231
<div class="spirit-nav">
232
 
<a accesskey="p" href="targets.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../extender.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="features.html"><img src="../../images/next.png" alt="Next"></a>
 
232
<a accesskey="p" href="targets.html"><img src="../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../extender.html"><img src="../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="features.html"><img src="../../../../doc/html/images/next.png" alt="Next"></a>
233
233
</div>
234
234
</body>
235
235
</html>