mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 17:01:07 +00:00
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 $@
|
||
|
|