mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
15 lines
267 B
Makefile
15 lines
267 B
Makefile
content: include lib/symbols/libiconv LICENSE
|
|
|
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/libiconv)
|
|
|
|
include:
|
|
mkdir $@
|
|
cp -r $(PORT_DIR)/include/iconv/* $@/
|
|
|
|
lib/symbols/libiconv:
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(PORT_DIR)/src/lib/libiconv/COPYING.LIB $@
|
|
|