PKGDIR ?= ../.. L4DIR ?= $(PKGDIR)/../.. TARGET = ex_vcpu SRC_CC = vcpu.cc REQUIRES_LIBS = libvcpu DEPENDS_PKGS = libvcpu include $(L4DIR)/mk/prog.mk