Cython has moved to github.

cython-devel

view Makefile @ 909:9235d5b9e530

Makefile enhancements.
author kirr@landau.phys.spbu.ru
date Sat Aug 02 23:43:04 2008 -0700 (3 years ago)
parents aa561fab337a
children c44a32d39e99
line source
1 PYTHON?=python
3 all: local
5 local:
6 ${PYTHON} setup.py build_ext --inplace
8 clean:
9 @echo Cleaning Source
10 @rm -fr build
11 @rm -f *.pyc */*.pyc */*/*.pyc
12 @rm -f *~ */*~ */*/*~
13 @rm -f core */core
14 @rm -f Cython/Plex/Scanners.{so,pyd}
15 @(cd Demos; $(MAKE) clean)
17 testclean:
18 rm -fr BUILD
20 test: testclean
21 ${PYTHON} runtests.py -vv
23 test3: testclean
24 ${PYTHON} runtests.py --no-cleanup
25 python3.0 runtests.py -vv --no-cython
27 s5:
28 $(MAKE) -C Doc/s5 slides