genode/repos/libports/recipes/api/solo5/content.mk
Emery Hemingway bc539ce892 Native Solo5 bindings
A shared library implementation of the unikernel middleware.

https://github.com/Solo5/solo5

Fix #2945
2018-11-16 15:07:52 +01:00

15 lines
268 B
Makefile

content: include lib/symbols/solo5 LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/solo5)/src/lib/solo5
include:
mkdir -p $@
cp -r $(PORT_DIR)/include $@
cp -r $(REP_DIR)/include $@
lib/symbols/solo5:
$(mirror_from_rep_dir)
LICENSE:
cp $(PORT_DIR)/$@ $@