~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Vincent Ladeuil
  • Date: 2007-10-23 07:15:13 UTC
  • mfrom: (2926 +trunk)
  • mto: (2961.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2962.
  • Revision ID: v.ladeuil+lp@free.fr-20071023071513-elryt6g2at34d2ur
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
### Core Stuff ###
22
22
 
 
23
PYTHON=python
 
24
 
23
25
.PHONY: all clean extensions pyflakes api-docs
24
26
 
25
27
all: extensions
26
28
 
27
29
extensions:
28
30
        @echo "building extension modules."
29
 
        python setup.py build_ext -i
 
31
        $(PYTHON) setup.py build_ext -i
30
32
 
31
33
check: docs extensions
32
34
        python -Werror -O ./bzr selftest -1v $(tests)
47
49
 
48
50
clean:
49
51
        python setup.py clean
50
 
        -find . -name "*.pyc" -o -name "*.pyo" | xargs rm -f
51
 
        rm -rf test????.tmp
 
52
        -find . -name "*.pyc" -o -name "*.pyo" -o -name "*.so" | xargs rm -f
52
53
 
53
54
# Build API documentation
54
55
docfiles = bzr bzrlib