~ubuntu-branches/ubuntu/raring/sratom/raring

« back to all changes in this revision

Viewing changes to waflib/Tools/ar.py

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-09-02 18:17:28 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120902181728-csxrnzq2su3xdxo8
Tags: 0.4.0~dfsg0-1
* New upstream release.
* Implement mechanism to automatically repack the upstream tarball.
* Install NEWS as upstream changelog.
* Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# WARNING! Do not edit! http://waf.googlecode.com/git/docs/wafbook/single.html#_obtaining_the_waf_file
4
4
 
5
5
from waflib.Configure import conf
 
6
@conf
6
7
def find_ar(conf):
7
8
        conf.load('ar')
8
9
def configure(conf):
9
10
        conf.find_program('ar',var='AR')
10
11
        conf.env.ARFLAGS='rcs'
11
 
 
12
 
conf(find_ar)
 
 
b'\\ No newline at end of file'