genode/repos/libports/recipes/api/qoost/content.mk

22 lines
398 B
Makefile
Raw Normal View History

2018-04-16 17:48:43 +00:00
MIRROR_FROM_REP_DIR := lib/import/import-qoost.mk
content: $(MIRROR_FROM_REP_DIR)
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/qoost)
MIRROR_FROM_PORT_DIR := include/qoost
content: $(MIRROR_FROM_PORT_DIR)
$(MIRROR_FROM_PORT_DIR):
mkdir -p $@
cp -r $(PORT_DIR)/$@ $(dir $@)
content: LICENSE
LICENSE:
cp $(PORT_DIR)/src/lib/qoost/LICENSE $@