PKGDIR ?= .. L4DIR ?= $(PKGDIR)/../../.. TARGET = ex_ipc1 SRC_C = ipc_example.c REQUIRES_LIBS = libpthread libc_be_mem libstdc++ DEPENDS_PKGS = $(REQUIRES_LIBS) include $(L4DIR)/mk/prog.mk