1XEN_ROOT = $(CURDIR)/../..
2include $(XEN_ROOT)/tools/Rules.mk
3
4SUBDIRS-y :=
5SUBDIRS-y += toolcore
6SUBDIRS-y += toollog
7SUBDIRS-y += evtchn
8SUBDIRS-y += gnttab
9SUBDIRS-y += call
10SUBDIRS-y += foreignmemory
11SUBDIRS-y += devicemodel
12SUBDIRS-y += ctrl
13SUBDIRS-y += guest
14SUBDIRS-y += hypfs
15SUBDIRS-y += store
16SUBDIRS-y += stat
17SUBDIRS-$(CONFIG_Linux) += vchan
18SUBDIRS-y += light
19SUBDIRS-y += util
20
21ifeq ($(CONFIG_RUMP),y)
22SUBDIRS-y := toolcore
23endif
24
25all clean install distclean uninstall: %: subdirs-%
26