1XEN_ROOT = $(CURDIR)/../../..
2include $(XEN_ROOT)/tools/Rules.mk
3
4SUBDIRS= \
5	mmap \
6	xentoollog \
7	xc eventchn \
8	xb xs xl
9
10.PHONY: all
11all: subdirs-all
12
13.PHONY: install
14install: subdirs-install
15
16.PHONY: uninstall
17uninstall: subdirs-uninstall
18
19.PHONY: clean
20clean: subdirs-clean
21
22.PHONY: distclean
23distclean: subdirs-distclean
24