ia64/xen-unstable
annotate tools/python/Makefile @ 3887:4385894c52ae
bitkeeper revision 1.1230.2.4 (421a95cepOZORm0EbZfqBeZ6PZ8MwA)
Merge freefall.cl.cam.ac.uk:/auto/groups/xeno/users/cl349/BK/xen-unstable.bk
into freefall.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
Merge freefall.cl.cam.ac.uk:/auto/groups/xeno/users/cl349/BK/xen-unstable.bk
into freefall.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
author | iap10@freefall.cl.cam.ac.uk |
---|---|
date | Tue Feb 22 02:15:42 2005 +0000 (2005-02-22) |
parents | 0a4b76b6b5a0 |
children | 508b288d20e2 f234096eb41e a01199a95070 |
rev | line source |
---|---|
kaf24@3549 | 1 |
kaf24@3549 | 2 XEN_ROOT = ../.. |
kaf24@3549 | 3 include $(XEN_ROOT)/tools/Rules.mk |
mjw@1623 | 4 |
mjw@1623 | 5 all: |
kaf24@3549 | 6 CFLAGS="$(CFLAGS)" python setup.py build |
mjw@1623 | 7 |
mjw@1623 | 8 install: all |
kaf24@3549 | 9 CFLAGS="$(CFLAGS)" python setup.py install --home="$(DESTDIR)/usr" |
mjw@1623 | 10 |
mjw@1623 | 11 clean: |
mjw@1623 | 12 rm -rf build *.pyc *.pyo *.o *.a *~ |