ia64/xen-unstable
annotate tools/Make.defs @ 1623:7a572a6fa64d
bitkeeper revision 1.1026.1.8 (40e1b09foCFBM0EuIgrSA1uLJrWuzA)
Restructuring the python code and libs - first stage.
Restructuring the python code and libs - first stage.
author | mjw@wray-m-3.hpl.hp.com |
---|---|
date | Tue Jun 29 18:10:39 2004 +0000 (2004-06-29) |
parents | |
children | 236a9f2698a3 |
rev | line source |
---|---|
mjw@1623 | 1 # -*- mode: Makefile; -*- |
mjw@1623 | 2 XEN_HYPERVISOR_IFS = $(XEN_ROOT)/xen/include/hypervisor-ifs |
mjw@1623 | 3 XEN_LINUX_INCLUDE = $(XEN_ROOT)/linux-xen-sparse/include |
mjw@1623 | 4 XEN_XU = $(XEN_ROOT)/tools/python/xen/ext/xu |
mjw@1623 | 5 XEN_XC = $(XEN_ROOT)/tools/python/xen/ext/xc |
mjw@1623 | 6 XEN_LIBXC = $(XEN_ROOT)/tools/libxc |
mjw@1623 | 7 XEN_LIBXUTIL = $(XEN_ROOT)/tools/libxutil |