mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
61739de2f4
Issue #2446
15 lines
246 B
Makefile
15 lines
246 B
Makefile
content: include lib/symbols/pcre LICENCE
|
|
|
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/pcre)
|
|
|
|
include:
|
|
mkdir $@
|
|
cp -r $(PORT_DIR)/include/pcre/* $@/
|
|
|
|
lib/symbols/pcre:
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENCE:
|
|
cp $(PORT_DIR)/src/lib/pcre/LICENCE $@
|
|
|