mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-24 02:44:11 +00:00
This exposes makes the dialog API usable for users of Goa. It turns the former static dialog library to a shared object and accompanied symbols file, and adds depot recipes for the library and API. Issue #5409
11 lines
187 B
Makefile
11 lines
187 B
Makefile
MIRROR_FROM_REP_DIR := include/dialog lib/symbols/dialog
|
|
|
|
content: $(MIRROR_FROM_REP_DIR) LICENSE
|
|
|
|
$(MIRROR_FROM_REP_DIR):
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(GENODE_DIR)/LICENSE $@
|
|
|