Files
genode-world/recipes/api/protobuf-c/content.mk
Josef Söntgen 4d10959476 Port of protobuf-c 1.3.1
Issue #118.
2018-10-01 10:26:28 +02:00

14 lines
283 B
Makefile

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