aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/libs/Makefile
blob: bca0fa24bdab69b76e1f5a79707ec9b88ca85330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
XEN_ROOT = $(CURDIR)/../../..
include $(XEN_ROOT)/tools/Rules.mk

SUBDIRS= \
	mmap \
	xc eventchn \
	xb xs xl

.PHONY: all
all: subdirs-all

.PHONY: install
install: subdirs-install

.PHONY: clean
clean: subdirs-clean