ia64/xen-unstable
annotate tools/xenstat/Makefile @ 6334:6893bc5cc225
Add xenstat framework.
# HG changeset patch
# User josht@us.ibm.com
# Node ID d39cf132a00a91e65c0ad4640c5bd17f722788b7
# Parent 822566f5cfddce3b641b5a1a119dfd592ec69158
Add xenstat framework.
# HG changeset patch
# User josht@us.ibm.com
# Node ID d39cf132a00a91e65c0ad4640c5bd17f722788b7
# Parent 822566f5cfddce3b641b5a1a119dfd592ec69158
Add xenstat framework.
author | josht@us.ibm.com |
---|---|
date | Fri Aug 12 18:36:54 2005 +0000 (2005-08-12) |
parents | |
children | 173b918160e2 |
rev | line source |
---|---|
josht@6334 | 1 XEN_ROOT = ../.. |
josht@6334 | 2 include $(XEN_ROOT)/tools/Rules.mk |
josht@6334 | 3 |
josht@6334 | 4 SUBDIRS := |
josht@6334 | 5 SUBDIRS += libxenstat |
josht@6334 | 6 SUBDIRS += vm-top |
josht@6334 | 7 |
josht@6334 | 8 .PHONY: all install clean |
josht@6334 | 9 |
josht@6334 | 10 all install clean: |
josht@6334 | 11 @set -e; for subdir in $(SUBDIRS); do \ |
josht@6334 | 12 $(MAKE) -C $$subdir $@; \ |
josht@6334 | 13 done |