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

« back to all changes in this revision

Viewing changes to tools/stlport.jam

  • 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:
1
 
# (C) Copyright Gennadiy Rozental 2002.
2
 
# (C) Copyright Vladimir Prus 2003.
3
 
# (C) Copyright Rene Rivera 2006.
4
 
# Permission to copy, use,
5
 
# modify, sell and distribute this software is granted provided this
6
 
# copyright notice appears in all copies. This software is provided
7
 
# "as is" without express or implied warranty, and with no claim as
8
 
# to its suitability for any purpose.
 
1
# Copyright Gennadiy Rozental
 
2
# Copyright 2006 Rene Rivera 
 
3
# Copyright 2003, 2004, 2006 Vladimir Prus 
 
4
# Distributed under the Boost Software License, Version 1.0. 
 
5
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 
9
6
 
10
7
# The STLPort is usable by means of 'stdlib' feature. When
11
8
# stdlib=stlport is specified, default version of STLPort will be used,
172
169
                    = [ targets.main-target-requirements
173
170
                        [ $(lib-file.props).raw ] <file>$(lib-file[-1])
174
171
                        : $(self.project) ] ;
175
 
                return [ generators.construct $(self.project) $(name) : LIB : $(lib-file.requirements) : : LIB ] ;
 
172
                return [ generators.construct $(self.project) $(name) : LIB : $(lib-file.requirements) ] ;
176
173
            }
177
174
            else
178
175
            {