trunk merge
[cython.git] / Makefile
1 VERSION = 0.9.6.3
2 PYTHON?=python
3
4 version:
5         @echo "Setting version to $(VERSION)"
6         @echo "version = '$(VERSION)'" > Cython/Compiler/Version.py
7
8 clean:
9         @echo Cleaning Source
10         @rm -f *.pyc */*.pyc */*/*.pyc 
11         @rm -f *~ */*~ */*/*~
12         @rm -f core */core
13         @(cd Demos; $(MAKE) clean)
14
15 testclean:
16         rm -fr BUILD
17
18 test:   testclean
19         ${PYTHON} runtests.py
20
21 test3:  testclean
22         ${PYTHON} runtests.py --no-cleanup
23         python3.0 runtests.py --no-cython