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 += manage
16SUBDIRS-y += store
17SUBDIRS-y += stat
18SUBDIRS-$(CONFIG_Linux) += vchan
19SUBDIRS-y += light
20SUBDIRS-y += util
21
22ifeq ($(CONFIG_RUMP),y)
23SUBDIRS-y := toolcore
24endif
25
26all clean install distclean uninstall: %: subdirs-%
27