]> git.k1024.org Git - pylibacl.git/blob - Makefile
unittests: abstract basic acl text into a constant
[pylibacl.git] / Makefile
1 .PHONY: doc log test
2
3 doc: posix1e.txt posix1e.html
4
5 build/lib.linux-x86_64-2.4/posix1e.so: acl.c
6         ./setup.py build
7
8 posix1e.so: acl.c
9         ./setup.py build_ext --inplace
10
11 posix1e.txt: posix1e.so
12         pydoc posix1e > posix1e.txt
13
14 posix1e.html: posix1e.so
15         pydoc -w posix1e
16
17 test:
18         python2.4 ./setup.py test
19         python2.5 ./setup.py test