1XEN_ROOT = $(CURDIR)/../.. 2include $(XEN_ROOT)/tools/Rules.mk 3 4SUBDIRS := 5SUBDIRS += libxenstat 6SUBDIRS += xentop 7 8.PHONY: all install clean distclean uninstall 9 10all install clean distclean uninstall: %: subdirs-% 11