1PKGDIR ?= .. 2L4DIR ?= $(PKGDIR)/../../.. 3 4# the default is to build the listed directories, provided that they 5# contain a Makefile. If you need to change this, uncomment the following 6# line and adapt it. 7# TARGET = idl include src lib server examples doc 8# 9TARGET = src 10 11include $(L4DIR)/mk/subdir.mk 12 13