mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
3103ce1fa8
issue #3537
16 lines
325 B
Makefile
16 lines
325 B
Makefile
MIRROR_FROM_REP_DIR = lib/import/import-mpc.mk lib/symbols/mpc
|
|
|
|
content: include LICENSE $(MIRROR_FROM_REP_DIR)
|
|
|
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/mpc)
|
|
|
|
include:
|
|
mkdir $@
|
|
cp -r $(PORT_DIR)/include/mpc/* $@/
|
|
|
|
$(MIRROR_FROM_REP_DIR):
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(PORT_DIR)/src/lib/mpc/COPYING.LESSER $@
|