ia64/xen-unstable
view tools/pygrub/Makefile @ 8323:566395e5a14f
Minor tidy.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | emellor@leeni.uk.xensource.com |
---|---|
date | Mon Dec 12 16:32:50 2005 +0000 (2005-12-12) |
parents | 18f765da2725 |
children | 5f1c6864a7ac |
line source
2 XEN_ROOT = ../..
3 include $(XEN_ROOT)/tools/Rules.mk
5 all: build
6 build:
7 CFLAGS="$(CFLAGS)" python setup.py build
9 ifndef XEN_PYTHON_NATIVE_INSTALL
10 install: all
11 CFLAGS="$(CFLAGS)" python setup.py install --home="$(DESTDIR)/usr"
12 else
13 install: all
14 CFLAGS="$(CFLAGS)" python setup.py install --root="$(DESTDIR)"
15 endif
17 clean:
18 rm -rf build tmp *.pyc *.pyo *.o *.a *~