aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
| | | | | | | | Otherwise make can search the path relative to certain standard paths such as /usr/include (e.g., the line '-include $(XEN_ROOT)/.config' in Config.mk suffers from this). Signed-off-by: Keir Fraser <keir@xen.org>
* tools/xenstat build: Use generic subdirs rules.Keir Fraser2008-03-251-4/+1
| | | | Signed-off-by: Bastian Blank <waldi@debian.org>
* tools: Compile xentop only if curses are available.Keir Fraser2008-03-041-0/+2
| | | | Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
* Cross-compilation fixes.kaf24@firebug.cl.cam.ac.uk2005-08-301-0/+4
| | | | | Signed-off-by: Michal Ostrowski <mostrows@watson.ibm.com>
* Rename vm-top to xentop. Make "xm top" invoke xentop. Make libxenstat a ↵josht@us.ibm.com2005-08-171-1/+1
| | | | | | | | | | | | static library, and do not install it. # HG changeset patch # User josht@us.ibm.com # Node ID ea025493dfe39540075ee9e4e75b2146f25bdbd3 # Parent ce557cc4fdc764ac2ce07b8d4bcae77ecf847c29 Rename vm-top to xentop. Make "xm top" invoke xentop. Make libxenstat a static library, and do not install it.
* Add xenstat framework.josht@us.ibm.com2005-08-121-0/+13
# HG changeset patch # User josht@us.ibm.com # Node ID d39cf132a00a91e65c0ad4640c5bd17f722788b7 # Parent 822566f5cfddce3b641b5a1a119dfd592ec69158 Add xenstat framework.