~ubuntu-branches/debian/sid/openchange/sid

« back to all changes in this revision

Viewing changes to mapiproxy/libmapistore/Makefile

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-04-12 20:07:57 UTC
  • mfrom: (11 sid)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20120412200757-k933d9trljmxj1l4
Tags: 1:1.0-4
* openchangeserver: Add dependency on openchangeproxy.
* Rebuild against newer version of Samba 4.
* Use dpkg-buildflags.
* Migrate to Git, update Vcs-Git header.
* Switch to debhelper 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# simple makefile wrapper to run waf
2
 
 
3
 
WAF=WAF_MAKE=1 PATH=buildtools:../../buildtools:$$PATH waf
4
 
 
5
 
all:
6
 
        $(WAF) build
7
 
 
8
 
install:
9
 
        $(WAF) install
10
 
 
11
 
uninstall:
12
 
        $(WAF) uninstall
13
 
 
14
 
dist:
15
 
        touch .tmplock
16
 
        WAFLOCK=.tmplock $(WAF) dist
17
 
 
18
 
distcheck:
19
 
        touch .tmplock
20
 
        WAFLOCK=.tmplock $(WAF) distcheck
21
 
 
22
 
clean:
23
 
        $(WAF) clean
24
 
 
25
 
distclean:
26
 
        $(WAF) distclean
27
 
 
28
 
reconfigure: configure
29
 
        $(WAF) reconfigure
30
 
 
31
 
show_waf_options:
32
 
        $(WAF) --help
33
 
 
34
 
pydoctor:
35
 
        $(WAF) pydoctor
36
 
 
37
 
bin/%:: FORCE
38
 
        $(WAF) --targets=`basename $@`
39
 
FORCE: