repo.or.cz
/
libvirt-python
/
ericb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Define virNetworkPortPtr typedef on old libvirt
[libvirt-python/ericb.git]
/
Makefile
blob
6c8da0a8763a59f5e18fb0fcf726676407eb8d95
1
# Shim wrapper around setup.py to allow for familiar build targets
2
3
PYTHON ?
=
python
4
5
all
:
6
$(
PYTHON
)
setup.py build
7
8
install
:
all
9
$(
PYTHON
)
setup.py
install
10
11
clean
:
12
$(
PYTHON
)
setup.py
clean
13
14
check
:
all
15
$(
PYTHON
)
setup.py
test
16
17
rpm
:
18
$(
PYTHON
)
setup.py rpm