1PKGDIR ?= ../.. 2L4DIR ?= $(PKGDIR)/../../.. 3 4TARGET = libsigma0.a 5SRC_C = mem.c anypage.c kip.c debug.c client.c 6 7include $(L4DIR)/mk/lib.mk 8