projects
/
pylibacl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add license text to source files
[pylibacl.git]
/
Makefile
1
.PHONY: doc log test
2
3
all: doc test
4
5
posix1e.so: acl.c
6
./setup.py build_ext --inplace
7
8
doc: posix1e.so
9
epydoc -q -o html --name pylibacl \
10
--url http://pylibacl.sourceforge.net/ \
11
--show-frames \
12
--docformat epytext \
13
--no-sourcecode \
14
posix1e
15
16
test:
17
python2.4 ./setup.py test
18
python2.5 ./setup.py test