genode/repos/os/recipes/api/genode_c_api/content.mk
Norman Feske 436d946300 recipes/api/genode_c_api: add src/lib/genode_c_api
The source codes are needed to use the API because they are statically
linked.
2021-08-30 15:00:36 +02:00

11 lines
219 B
Makefile

MIRROR_FROM_REP_DIR := include/genode_c_api \
src/lib/genode_c_api
content: $(MIRROR_FROM_REP_DIR) LICENSE
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)
LICENSE:
cp $(GENODE_DIR)/LICENSE $@